#include <itkQuadraticEdgeCell.h>
Public Types | |
typedef VertexCell< TCellInterface > | VertexType |
typedef VertexType::SelfAutoPointer | VertexAutoPointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
itkCellVisitMacro (Superclass::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] |
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 42 of file itkQuadraticEdgeCell.h.
|
Definition at line 55 of file itkQuadraticEdgeCell.h. Referenced by itk::QuadraticEdgeCell< TCellInterface >::GetType(). |
|
The type of boundary for this lines's vertices. Definition at line 54 of file itkQuadraticEdgeCell.h. |
|
Definition at line 89 of file itkQuadraticEdgeCell.h. |
|
Definition at line 90 of file itkQuadraticEdgeCell.h. |
|
Given the parametric coordinates of a point in the cell returned the values of its ShapeFunctions |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
Standard part of every itk Object. |
|
Implement the standard CellInterface. |
|
Implement the standard CellInterface. |
|
QuadraticEdge-specific interface. |
|
Implement the standard CellInterface. Definition at line 64 of file itkQuadraticEdgeCell.h. References itk::QuadraticEdgeCell< TCellInterface >::VertexAutoPointer. |
|
QuadraticEdge-specific interface. |
|
Standard class typedefs. |
|
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 101 of file itkQuadraticEdgeCell.h. |