java.lang.Object
de.grogra.persistence.ShareableBase
de.grogra.pf.registry.ItemReference
de.grogra.rgg.Curve
- All Implemented Interfaces:
ContextDependent
,BSplineCurve
,KnotVector
,VertexList
,VertexSet
,Manageable
,Shareable
- Direct Known Subclasses:
CurveRef
Deprecated.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class de.grogra.pf.registry.ItemReference
item, itemResolved, name$FIELD, object, objectResolved
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Determines whether this object actually depends on context.int
getDegree
(GraphState gs) Deprecated.int
Deprecated.float
getKnot
(int dim, int index, GraphState gs) Deprecated.Deprecated.int
getSize
(GraphState gs) Deprecated.int
getVertex
(float[] out, int index, GraphState gs) Deprecated.boolean
isRational
(GraphState gs) Deprecated.resolve()
Deprecated.void
writeStamp
(Cache.Entry cache, GraphState gs) Deprecated.Writes a stamp of the context intocache
.Methods inherited from class de.grogra.pf.registry.ItemReference
createItem, equals, findChildrenWithoutExtension, getName, hashCode, removeExtension, resolveItem, resolveObject
Methods inherited from class de.grogra.persistence.ShareableBase
addReference, appendReferencesTo, fieldModified, getProvider, getStamp, initProvider, manageableReadResolve, manageableWriteReplace, removeReference
-
Field Details
-
$TYPE
Deprecated.
-
-
Constructor Details
-
Curve
Deprecated.
-
-
Method Details
-
getManageableType
Deprecated.- Specified by:
getManageableType
in interfaceManageable
-
resolve
Deprecated. -
getDegree
Deprecated.- Specified by:
getDegree
in interfaceBSplineCurve
-
isRational
Deprecated.- Specified by:
isRational
in interfaceVertexSet
-
getSize
Deprecated.- Specified by:
getSize
in interfaceVertexList
-
getDimension
Deprecated.- Specified by:
getDimension
in interfaceVertexSet
-
getVertex
Deprecated. -
dependsOnContext
public boolean dependsOnContext()Deprecated.Description copied from interface:ContextDependent
Determines whether this object actually depends on context.- Specified by:
dependsOnContext
in interfaceContextDependent
- Returns:
true
iff this object depends on context
-
writeStamp
Deprecated.Description copied from interface:ContextDependent
Writes a stamp of the context intocache
. Based on this stamp, a cache detects whether the context of this object has changed or not.- Specified by:
writeStamp
in interfaceContextDependent
- Parameters:
cache
- a cache entry to write the stampgs
- the current graph state
-
getKnot
Deprecated.- Specified by:
getKnot
in interfaceKnotVector
-