de.grogra.math
Class VertexGridImpl
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
public class VertexGridImpl
- extends VertexSetBase
- implements VertexGrid
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
$TYPE
public static final VertexGridImpl.Type $TYPE
uCount
protected int uCount
uCount$FIELD
public static final SCOType.Field uCount$FIELD
VertexGridImpl
public VertexGridImpl()
VertexGridImpl
public VertexGridImpl(float[] data,
int dimension,
int uCount)
getManageableType
public ManageableType getManageableType()
- Specified by:
getManageableType
in interface Manageable
getUCount
public int getUCount()
getUSize
public int getUSize(GraphState gs)
- Specified by:
getUSize
in interface VertexGrid
getVertexIndex
public int getVertexIndex(int u,
int v,
GraphState gs)
- Specified by:
getVertexIndex
in interface VertexGrid
getVSize
public int getVSize(GraphState gs)
- Specified by:
getVSize
in interface VertexGrid
setUCount
public void setUCount(int value)