Class TriMesh
java.lang.Object
gov.nih.mipav.view.renderer.WildMagic.BallPivoting.TriMesh
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanfinal intiMark()Access function to the incremental mark.final voidfinal voidfinal booleanCheck if the face incremental mark matches the one of the mesh.final booleanCheck if the vertex incremental mark matches the one of the mesh.final voidSet the face incremental mark of the vertex to the one of the mesh.final voidSet the vertex incremental mark of the vertex to the one of the mesh.voidintfinal voidint
-
Field Details
-
vert
-
vn
public int vn -
face
-
fn
public int fn -
bbox
-
imark
public int imark
-
-
Constructor Details
-
TriMesh
public TriMesh()
-
-
Method Details
-
setVertex
-
simplexNumber
public int simplexNumber() -
vertexNumber
public int vertexNumber() -
initFaceIMark
public final void initFaceIMark() -
initVertexIMark
public final void initVertexIMark() -
iMark
public final int iMark()Access function to the incremental mark. -
isMarked
Check if the vertex incremental mark matches the one of the mesh.- Parameters:
v- Vertex pointer
-
isMarked
Check if the face incremental mark matches the one of the mesh.- Parameters:
v- Face pointer
-
mark
Set the vertex incremental mark of the vertex to the one of the mesh.- Parameters:
v- Vertex pointer
-
mark
Set the face incremental mark of the vertex to the one of the mesh.- Parameters:
v- Vertex pointer
-
unMarkAll
public final void unMarkAll() -
hasPerVertexNormal
public final boolean hasPerVertexNormal()
-