#include <itkQuadraticTriangleCell.h>
Inheritance diagram for itk::QuadraticTriangleCell< TCellInterface >:


Public Types | |
| typedef VertexCell< TCellInterface > | VertexType |
| typedef VertexType::SelfAutoPointer | VertexAutoPointer |
| typedef QuadraticEdgeCell< TCellInterface > | EdgeType |
| typedef EdgeType::SelfAutoPointer | EdgeAutoPointer |
Public Member Functions | |
| virtual const char * | GetNameOfClass () const |
| itkCellVisitMacro (Superclass::QUADRATIC_TRIANGLE_CELL) | |
| virtual void | EvaluateShapeFunctions (const ParametricCoordArrayType ¶metricCoordinates, ShapeFunctionsArrayType &weights) const |
| QuadraticTriangleCell () | |
| ~QuadraticTriangleCell () | |
| itkCellCommonTypedefs (QuadraticTriangleCell) | |
| itkCellInheritedTypedefs (TCellInterface) | |
| itkStaticConstMacro (NumberOfPoints, unsigned int, 6) | |
| itkStaticConstMacro (NumberOfVertices, unsigned int, 3) | |
| itkStaticConstMacro (NumberOfEdges, unsigned int, 3) | |
| itkStaticConstMacro (CellDimension, unsigned int, 2) | |
| 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 CellFeatureCount | GetNumberOfEdges (void) const |
| virtual bool | GetVertex (CellFeatureIdentifier, VertexAutoPointer &) |
| virtual bool | GetEdge (CellFeatureIdentifier, EdgeAutoPointer &) |
Protected Attributes | |
| PointIdentifier | m_PointIds [NumberOfPoints] |
Template parameters for QuadraticTriangleCell:
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 43 of file itkQuadraticTriangleCell.h.
|
|||||
|
Definition at line 60 of file itkQuadraticTriangleCell.h. Referenced by itk::QuadraticTriangleCell< TCellInterface >::GetType(). |
|
|||||
|
The type of boundary for this triangle's edges. Definition at line 59 of file itkQuadraticTriangleCell.h. |
|
|||||
|
Definition at line 56 of file itkQuadraticTriangleCell.h. Referenced by itk::QuadraticTriangleCell< TCellInterface >::GetType(). |
|
|||||
|
The type of boundary for this triangle's vertices. Definition at line 55 of file itkQuadraticTriangleCell.h. |
|
|||||||||
|
Definition at line 108 of file itkQuadraticTriangleCell.h. |
|
|||||||||
|
Definition at line 109 of file itkQuadraticTriangleCell.h. References itk::QuadraticTriangleCell< TCellInterface >::m_PointIds. |
|
||||||||||||||||
|
Given the parametric coordinates of a point in the cell determine the value of its Shape Functions returned through an itkArray<InterpolationWeightType>). |
|
||||||||||||||||||||
|
Implement the standard CellInterface. |
|
||||||||||
|
Implement the standard CellInterface. |
|
||||||||||||||||
|
Triangle-specific interface. |
|
|||||||||
|
Standard part of every itk Object. |
|
||||||||||
|
Implement the standard CellInterface. |
|
||||||||||
|
Triangle-specific interface. |
|
||||||||||
|
Implement the standard CellInterface. |
|
||||||||||
|
Triangle-specific interface. |
|
||||||||||
|
Implement the standard CellInterface. Definition at line 70 of file itkQuadraticTriangleCell.h. References itk::QuadraticTriangleCell< TCellInterface >::EdgeAutoPointer, and itk::QuadraticTriangleCell< TCellInterface >::VertexAutoPointer. |
|
||||||||||||||||
|
Triangle-specific interface. |
|
||||||||||
|
Standard class typedefs. |
|
||||||||||
|
Standard class typedefs. |
|
||||||||||
|
Cell visitor interface. |
|
||||||||||||||||||||
|
Triangle-specific topology numbers. |
|
||||||||||||||||||||
|
Triangle-specific topology numbers. |
|
||||||||||||||||||||
|
Triangle-specific topology numbers. |
|
||||||||||||||||||||
|
Triangle-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 the number of points needed for a triangle. Definition at line 113 of file itkQuadraticTriangleCell.h. Referenced by itk::QuadraticTriangleCell< TCellInterface >::~QuadraticTriangleCell(). |
1.3.5 written by Dimitri van Heesch,
© 1997-2000