artisynth.core.femmodels
Class FemMeshVertex

java.lang.Object
  extended by maspack.geometry.Feature
      extended by maspack.geometry.Vertex3d
          extended by artisynth.core.femmodels.FemMeshVertex
All Implemented Interfaces:
java.lang.Cloneable, Boundable, Clonable

public class FemMeshVertex
extends Vertex3d


Field Summary
 
Fields inherited from class maspack.geometry.Vertex3d
myRenderPnt, pnt, uniqueIndex
 
Fields inherited from class maspack.geometry.Feature
CELL, EDGE, FACE, FACET, HALF_EDGE, TYPE_MASK, UNKNOWN, VERTEX_2D, VERTEX_3D, VISITED
 
Constructor Summary
FemMeshVertex(FemNode p)
           
FemMeshVertex(FemNode node, Point3d pos)
           
 
Method Summary
 FemMeshVertex clone()
           
 FemNode getPoint()
           
 
Methods inherited from class maspack.geometry.Vertex3d
addIncidentHalfEdge, computeAngleWeightedNormal, computeCentroid, computeCovariance, computeNormal, computeRenderNormal, copy, firstIncidentHalfEdge, getColor, getColorArray, getIncidentHalfEdges, getIndex, getMesh, getPoint, getPosition, getWorldPoint, getWorldPoint, interpolate, numIncidentHalfEdges, numPoints, removeIncidentHalfEdge, saveRenderInfo, setColor, setColor, setColor, setColor, setColor, setColor, setColorHSV, setColorHSV, setIndex, setMesh, setPosition, updateBounds
 
Methods inherited from class maspack.geometry.Feature
checkFlag, clearFlag, clearVisited, getType, getTypeName, isVisited, setFlag, setVisited, voronoiCheck
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FemMeshVertex

public FemMeshVertex(FemNode node,
                     Point3d pos)

FemMeshVertex

public FemMeshVertex(FemNode p)
Method Detail

getPoint

public FemNode getPoint()

clone

public FemMeshVertex clone()
Specified by:
clone in interface Clonable
Overrides:
clone in class Vertex3d