#include <itkPolygonCell.h>
Public Types | |
typedef VertexCell< TCellInterface > | VertexType |
typedef VertexType::SelfAutoPointer | VertexAutoPointer |
typedef LineCell< TCellInterface > | EdgeType |
typedef EdgeType::SelfAutoPointer | EdgeAutoPointer |
typedef FixedArray< int, 2 > | EdgeInfo |
typedef std::deque< EdgeInfo > | EdgeInfoDQ |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
itkStaticConstMacro (CellDimension, unsigned int, 2) | |
itkCellVisitMacro (Superclass::POLYGON_CELL) | |
virtual void | SetPointIds (PointIdConstIterator first) |
virtual void | SetPointIds (PointIdConstIterator first, PointIdConstIterator last) |
void | AddPointId (PointIdentifier) |
void | RemovePointId (PointIdentifier) |
void | SetPointIds (int dummy, int num, PointIdConstIterator first) |
void | BuildEdges (void) |
void | ClearPoints (void) |
virtual void | SetPointId (int localId, PointIdentifier) |
virtual PointIdIterator | PointIdsBegin (void) |
virtual PointIdConstIterator | PointIdsBegin (void) const |
virtual PointIdIterator | PointIdsEnd (void) |
virtual PointIdConstIterator | PointIdsEnd (void) const |
itkCellCommonTypedefs (PolygonCell) | |
itkCellInheritedTypedefs (TCellInterface) | |
virtual CellGeometry | GetType (void) const |
virtual void | MakeCopy (CellAutoPointer &) const |
virtual unsigned int | GetDimension (void) const |
virtual unsigned int | GetNumberOfPoints (void) const |
virtual CellFeatureCount | GetNumberOfBoundaryFeatures (int dimension) const |
virtual bool | GetBoundaryFeature (int dimension, CellFeatureIdentifier, CellAutoPointer &) |
virtual CellFeatureCount | GetNumberOfVertices (void) const |
virtual CellFeatureCount | GetNumberOfEdges (void) const |
virtual bool | GetVertex (CellFeatureIdentifier, VertexAutoPointer &) |
virtual bool | GetEdge (CellFeatureIdentifier, EdgeAutoPointer &) |
PolygonCell () | |
~PolygonCell () | |
Protected Attributes | |
std::vector< EdgeInfo > | m_Edges |
std::vector< PointIdentifier > | m_PointIds |
Template parameters for PolygonCell:
TPixelType = The type associated with a point, cell, or boundary for use in storing its data.
TCellTraits = Type information of mesh containing cell.
Definition at line 47 of file itkPolygonCell.h.
|
Definition at line 67 of file itkPolygonCell.h. |
|
Definition at line 69 of file itkPolygonCell.h. |
|
Definition at line 70 of file itkPolygonCell.h. |
|
The type of boundary for this triangle's edges. Definition at line 66 of file itkPolygonCell.h. |
|
Definition at line 63 of file itkPolygonCell.h. |
|
The type of boundary for this triangle's vertices. Definition at line 62 of file itkPolygonCell.h. |
|
Constructor and destructor Definition at line 110 of file itkPolygonCell.h. |
|
Constructor and destructor Definition at line 111 of file itkPolygonCell.h. |
|
|
|
|
|
|
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Polygon-specific interface. |
|
Standard part of every itk Object. |
|
Implement the standard CellInterface. |
|
Polygon-specific interface. |
|
Implement the standard CellInterface. Referenced by itk::SimplexMeshVolumeCalculator< TInputMesh >::SimplexCellVisitor::Visit(), and itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >::SimplexCellVisitor::Visit(). |
|
Polygon-specific interface. |
|
Implement the standard CellInterface. Definition at line 76 of file itkPolygonCell.h. |
|
Polygon-specific interface. |
|
Standard class typedefs. |
|
Standard class typedefs. |
|
Need to add POLYGON_CELL into CellInterface. |
|
Save some template parameter information. |
|
Implement the standard CellInterface. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 115 of file itkPolygonCell.h. |
|
Definition at line 116 of file itkPolygonCell.h. |