TPixelType = The type associated with a point, cell, or boundary for use in storing its data.
TCellTraits = Type information of mesh containing cell.
|
Public Types |
| typedef EdgeType::SelfAutoPointer | EdgeAutoPointer |
| typedef LineCell< TCellInterface > | EdgeType |
| typedef VertexType::SelfAutoPointer | VertexAutoPointer |
| typedef VertexCell< TCellInterface > | VertexType |
Public Member Functions |
| virtual bool | EvaluatePosition (CoordRepType *, PointsContainer *, CoordRepType *, CoordRepType[], double *, InterpolationWeightType *) |
| virtual bool | GetBoundaryFeature (int dimension, CellFeatureIdentifier, CellAutoPointer &) |
| virtual unsigned int | GetDimension (void) const |
| virtual bool | GetEdge (CellFeatureIdentifier, EdgeAutoPointer &) |
| virtual const char * | GetNameOfClass () const |
| virtual CellFeatureCount | GetNumberOfBoundaryFeatures (int dimension) const |
| virtual CellFeatureCount | GetNumberOfEdges (void) const |
| virtual unsigned int | GetNumberOfPoints (void) const |
Triangle specific interface
*virtual CellFeatureCount | GetNumberOfVertices (void) const |
Implement the standard CellInterface
*virtual CellGeometry | GetType (void) const |
| virtual bool | GetVertex (CellFeatureIdentifier, VertexAutoPointer &) |
| Standard class typedefs * | itkCellCommonTypedefs (TriangleCell) |
| | itkCellInheritedTypedefs (TCellInterface) |
| | itkCellVisitMacro (Superclass::TRIANGLE_CELL) |
| | itkStaticConstMacro (CellDimension, unsigned int, 2) |
| | itkStaticConstMacro (NumberOfEdges, unsigned int, 3) |
| | itkStaticConstMacro (NumberOfVertices, unsigned int, 3) |
Triangle specific topology
numbers * | itkStaticConstMacro (NumberOfPoints, unsigned int, 3) |
| virtual void | MakeCopy (CellAutoPointer &) const |
| virtual PointIdConstIterator | PointIdsBegin (void) const |
| virtual PointIdIterator | PointIdsBegin (void) |
| virtual PointIdConstIterator | PointIdsEnd (void) const |
| virtual PointIdIterator | PointIdsEnd (void) |
| virtual void | SetPointId (int localId, PointIdentifier) |
| virtual void | SetPointIds (PointIdConstIterator first, PointIdConstIterator last) |
| virtual void | SetPointIds (PointIdConstIterator first) |
| | TriangleCell () |
| | ~TriangleCell () |
Protected Attributes |
| PointIdentifier | m_PointIds [NumberOfPoints] |