#include <itkQuadraticEdgeCell.h>
Inheritance diagram for itk::QuadraticEdgeCell:
Public Types | |
typedef VertexBoundary< TCellInterface > | VertexType |
typedef VertexType::SelfAutoPointer | VertexAutoPointer |
Public Methods | |
virtual const char * | GetClassName () const |
itkCellVisitMacro (QUADRATIC_EDGE_CELL) | |
QuadraticEdgeCell () | |
~QuadraticEdgeCell () | |
virtual void | EvaluateShapeFunctions (const ParametricCoordArrayType ¶metricCoordinates, ShapeFunctionsArrayType &weights) const |
itkCellCommonTypedefs (QuadraticEdgeCell) | |
itkCellInheritedTypedefs (TCellInterface) | |
itkStaticConstMacro (NumberOfPoints, unsigned int, 3) | |
itkStaticConstMacro (NumberOfVertices, unsigned int, 2) | |
itkStaticConstMacro (CellDimension, unsigned int, 1) | |
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 void | SetPointIds (PointIdConstIterator first) |
virtual void | SetPointIds (PointIdConstIterator first, PointIdConstIterator last) |
virtual void | SetPointId (int localId, PointIdentifier) |
virtual PointIdIterator | PointIdsBegin (void) |
virtual PointIdConstIterator | PointIdsBegin (void) const |
virtual PointIdIterator | PointIdsEnd (void) |
virtual PointIdConstIterator | PointIdsEnd (void) const |
virtual CellFeatureCount | GetNumberOfVertices (void) const |
virtual bool | GetVertex (CellFeatureIdentifier, VertexAutoPointer &) |
Protected Attributes | |
PointIdentifier | m_PointIds [NumberOfPoints] |
The CellBoundary wrapper for this cell is QuadraticEdgeBoundary.
Template parameters for QuadraticEdgeCell:
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 45 of file itkQuadraticEdgeCell.h.
|
Definition at line 58 of file itkQuadraticEdgeCell.h. Referenced by itk::QuadraticEdgeCell< TCellInterface >::GetType(). |
|
The type of boundary for this lines's vertices. Definition at line 57 of file itkQuadraticEdgeCell.h. |
|
Definition at line 92 of file itkQuadraticEdgeCell.h. |
|
Definition at line 93 of file itkQuadraticEdgeCell.h. References itk::QuadraticEdgeCell< TCellInterface >::m_PointIds, and HardConnectedComponentImageFilter::Self. |
|
Given the parametric coordinates of a point in the cell returned the values of its ShapeFunctions |
|
Implement the standard CellInterface. |
|
Standard part of every itk Object. Reimplemented in itk::QuadraticEdgeBoundary< TCellInterface >, and itk::CellBoundary< QuadraticEdgeCell< TCellInterface > >. |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
QuadraticEdge-specific interface. |
|
Implement the standard CellInterface. Definition at line 67 of file itkQuadraticEdgeCell.h. References itk::QuadraticEdgeCell< TCellInterface >::VertexAutoPointer. |
|
QuadraticEdge-specific interface. |
|
Standard class typedefs. Reimplemented in itk::QuadraticEdgeBoundary< TCellInterface >. |
|
Standard class typedefs. |
|
Visitor interface |
|
QuadraticEdge-specific topology numbers. |
|
QuadraticEdge-specific topology numbers. |
|
QuadraticEdge-specific topology numbers. |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Store number of points needed for a line segment. Definition at line 104 of file itkQuadraticEdgeCell.h. Referenced by itk::QuadraticEdgeCell< TCellInterface >::~QuadraticEdgeCell(). |