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 VertexType::SelfAutoPointer | VertexAutoPointer |
| typedef VertexCell< TCellInterface > | VertexType |
Public Member Functions |
| virtual void | EvaluateShapeFunctions (const ParametricCoordArrayType ¶metricCoordinates, ShapeFunctionsArrayType &weights) const |
| virtual bool | GetBoundaryFeature (int dimension, CellFeatureIdentifier, CellAutoPointer &) |
| virtual unsigned int | GetDimension (void) const |
| virtual const char * | GetNameOfClass () const |
| virtual CellFeatureCount | GetNumberOfBoundaryFeatures (int dimension) const |
| virtual unsigned int | GetNumberOfPoints (void) const |
QuadraticEdge 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 (QuadraticEdgeCell) |
| | itkCellInheritedTypedefs (TCellInterface) |
| | itkCellVisitMacro (Superclass::QUADRATIC_EDGE_CELL) |
| | itkStaticConstMacro (CellDimension, unsigned int, 1) |
| | itkStaticConstMacro (NumberOfVertices, unsigned int, 2) |
QuadraticEdge 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) |
| | QuadraticEdgeCell () |
| virtual void | SetPointId (int localId, PointIdentifier) |
| virtual void | SetPointIds (PointIdConstIterator first, PointIdConstIterator last) |
| virtual void | SetPointIds (PointIdConstIterator first) |
| | ~QuadraticEdgeCell () |
Protected Attributes |
| PointIdentifier | m_PointIds [NumberOfPoints] |