java.lang.Object
de.grogra.persistence.ShareableBase
de.grogra.graph.impl.ContextDependentBase
de.grogra.math.VertexSetBase
de.grogra.math.VertexGridImpl
- All Implemented Interfaces:
ContextDependent
,VertexGrid
,VertexSet
,Manageable
,Shareable
- Direct Known Subclasses:
BezierSurface
,BSplineSurfaceImpl
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VertexGridImpl.Type
protected int
static final SCOType.Field
Fields inherited from class de.grogra.math.VertexSetBase
data, data$FIELD, dimension, dimension$FIELD
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
getUSize
(GraphState gs) int
getVertexIndex
(int u, int v, GraphState gs) int
getVSize
(GraphState gs) void
setUCount
(int value) Methods inherited from class de.grogra.math.VertexSetBase
dependsOnContext, getData, getDimension, getDimension, getVertex, getVertexIndex, isRational, setData, setDimension
Methods inherited from class de.grogra.graph.impl.ContextDependentBase
writeStamp
Methods inherited from class de.grogra.persistence.ShareableBase
addReference, appendReferencesTo, fieldModified, getProvider, getStamp, initProvider, manageableReadResolve, manageableWriteReplace, removeReference
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.grogra.graph.ContextDependent
dependsOnContext, writeStamp
Methods inherited from interface de.grogra.math.VertexSet
getDimension, getVertex, isRational
-
Field Details
-
uCount
protected int uCount -
$TYPE
-
uCount$FIELD
-
-
Constructor Details
-
VertexGridImpl
public VertexGridImpl() -
VertexGridImpl
public VertexGridImpl(float[] data, int dimension, int uCount)
-
-
Method Details
-
getManageableType
- Specified by:
getManageableType
in interfaceManageable
-
getUCount
public int getUCount() -
setUCount
public void setUCount(int value) -
getUSize
- Specified by:
getUSize
in interfaceVertexGrid
-
getVSize
- Specified by:
getVSize
in interfaceVertexGrid
-
getVertexIndex
- Specified by:
getVertexIndex
in interfaceVertexGrid
-