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 FixedArray< int, 2 > | EdgeInfo |
| typedef std::deque< EdgeInfo > | EdgeInfoDQ |
| typedef LineCell< TCellInterface > | EdgeType |
| typedef VertexType::SelfAutoPointer | VertexAutoPointer |
| typedef VertexCell< TCellInterface > | VertexType |
Public Member Functions |
| void | AddPointId (PointIdentifier) |
| void | BuildEdges (void) |
| void | ClearPoints (void) |
| 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 |
Polygon 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 (PolygonCell) |
| | itkCellInheritedTypedefs (TCellInterface) |
| | itkCellVisitMacro (Superclass::POLYGON_CELL) |
| | itkStaticConstMacro (CellDimension, unsigned int, 2) |
| virtual void | MakeCopy (CellAutoPointer &) const |
| virtual PointIdConstIterator | PointIdsBegin (void) const |
| virtual PointIdIterator | PointIdsBegin (void) |
| virtual PointIdConstIterator | PointIdsEnd (void) const |
| virtual PointIdIterator | PointIdsEnd (void) |
| Constructor and destructor * | PolygonCell () |
| void | RemovePointId (PointIdentifier) |
| virtual void | SetPointId (int localId, PointIdentifier) |
| void | SetPointIds (int dummy, int num, PointIdConstIterator first) |
| virtual void | SetPointIds (PointIdConstIterator first, PointIdConstIterator last) |
| virtual void | SetPointIds (PointIdConstIterator first) |
| | ~PolygonCell () |
Protected Attributes |
| std::vector< EdgeInfo > | m_Edges |
| std::vector< PointIdentifier > | m_PointIds |