#include <itkPolygonCell.h>
Inheritance diagram for itk::PolygonCell:
Public Types | |
typedef VertexBoundary< TCellInterface > | VertexType |
typedef VertexType::SelfAutoPointer | VertexAutoPointer |
typedef LineBoundary< TCellInterface > | EdgeType |
typedef EdgeType::SelfAutoPointer | EdgeAutoPointer |
typedef FixedArray< int, 2 > | EdgeInfo |
typedef std::deque< EdgeInfo > | EdgeInfoDQ |
Public Methods | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (CellDimension, unsigned int, 2) | |
itkCellVisitMacro (POLYGON_CELL) | |
virtual void | SetPointIds (PointIdConstIterator first) |
virtual void | SetPointIds (PointIdConstIterator first, PointIdConstIterator last) |
void | AddPointId (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 49 of file itkPolygonCell.h.
|
Definition at line 69 of file itkPolygonCell.h. |
|
Definition at line 71 of file itkPolygonCell.h. |
|
Definition at line 72 of file itkPolygonCell.h. |
|
The type of boundary for this triangle's edges. Definition at line 68 of file itkPolygonCell.h. |
|
Definition at line 65 of file itkPolygonCell.h. |
|
The type of boundary for this triangle's vertices. Definition at line 64 of file itkPolygonCell.h. |
|
Constructor and destructor Definition at line 111 of file itkPolygonCell.h. |
|
Constructor and destructor Definition at line 112 of file itkPolygonCell.h. References itk::PolygonCell< TCellInterface >::m_Edges, and itk::PolygonCell< TCellInterface >::m_PointIds. |
|
|
|
|
|
|
|
Implement the standard CellInterface. |
|
Standard part of every itk Object. Reimplemented in itk::PolygonBoundary< TCellInterface >, and itk::CellBoundary< PolygonCell< TCellInterface > >. |
|
Implement the standard CellInterface. |
|
Polygon-specific interface. |
|
Implement the standard CellInterface. |
|
Polygon-specific interface. |
|
Implement the standard CellInterface. |
|
Polygon-specific interface. |
|
Implement the standard CellInterface. Definition at line 78 of file itkPolygonCell.h. |
|
Polygon-specific interface. |
|
Standard class typedefs. Reimplemented in itk::PolygonBoundary< TCellInterface >. |
|
Standard class typedefs. |
|
Need to add POLYGON_CELL into CellInterface. |
|
Save some template parameter information. |
|
Implement the standard CellInterface. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 116 of file itkPolygonCell.h. Referenced by itk::PolygonCell< TCellInterface >::~PolygonCell(). |
|
Definition at line 117 of file itkPolygonCell.h. Referenced by itk::PolygonCell< TCellInterface >::~PolygonCell(). |