#include <itkTriangleCell.h>
template<typename TCellInterface>
class itk::TriangleCell< TCellInterface >
TriangleCell represents a triangle for a Mesh.
Template parameters for TriangleCell:
TPixelType = The type associated with a point, cell, or boundary for use in storing its data.
TCellTraits = Type information of mesh containing cell.
- Examples:
- Examples/DataRepresentation/Mesh/MeshCellsIteration.cxx, Examples/DataRepresentation/Mesh/MeshCellVisitor.cxx, Examples/DataRepresentation/Mesh/MeshCellVisitor2.cxx, Examples/DataRepresentation/Mesh/MeshKComplex.cxx, and WikiExamples/Meshes/ConvertToVTK.cxx.
Definition at line 45 of file itkTriangleCell.h.
|
| CoordRepType | ComputeArea (PointsContainer *) |
| |
| PointType | ComputeBarycenter (CoordRepType *, PointsContainer *) |
| |
| PointType | ComputeCenterOfGravity (PointsContainer *) |
| |
| PointType | ComputeCircumCenter (PointsContainer *) |
| |
| virtual bool | EvaluatePosition (CoordRepType *, PointsContainer *, CoordRepType *, CoordRepType[], double *, InterpolationWeightType *) override |
| |
| virtual bool | GetBoundaryFeature (int dimension, CellFeatureIdentifier, CellAutoPointer &) override |
| |
| virtual unsigned int | GetDimension (void) const override |
| |
| virtual bool | GetEdge (CellFeatureIdentifier, EdgeAutoPointer &) |
| |
| virtual const char * | GetNameOfClass () const |
| |
| virtual CellFeatureCount | GetNumberOfBoundaryFeatures (int dimension) const override |
| |
| virtual CellFeatureCount | GetNumberOfEdges () const |
| |
| virtual unsigned int | GetNumberOfPoints (void) const override |
| |
| virtual CellFeatureCount | GetNumberOfVertices () const |
| |
| virtual bool | GetVertex (CellFeatureIdentifier, VertexAutoPointer &) |
| |
| | itkCellVisitMacro (Superclass::TRIANGLE_CELL) |
| |
| virtual PointIdIterator | PointIdsBegin (void) override |
| |
| virtual PointIdConstIterator | PointIdsBegin (void) const override |
| |
| virtual PointIdIterator | PointIdsEnd (void) override |
| |
| virtual PointIdConstIterator | PointIdsEnd (void) const override |
| |
| virtual void | SetPointId (int localId, PointIdentifier) override |
| |
| virtual void | SetPointIds (PointIdConstIterator first) override |
| |
| virtual void | SetPointIds (PointIdConstIterator first, PointIdConstIterator last) override |
| |
| | TriangleCell () |
| |
| | ~TriangleCell () |
| |
|
| | itkCellCommonTypedefs (TriangleCell) |
| |
| | itkCellInheritedTypedefs (TCellInterface) |
| |
|
| virtual CellGeometry | GetType (void) const override |
| |
| virtual void | MakeCopy (CellAutoPointer &) const override |
| |
template<typename TCellInterface >
template<typename TCellInterface >
The type of boundary for this triangle's edges.
Definition at line 62 of file itkTriangleCell.h.
template<typename TCellInterface >
template<typename TCellInterface >
The type of boundary for this triangle's vertices.
Definition at line 55 of file itkTriangleCell.h.
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
| PointType itk::TriangleCell< TCellInterface >::ComputeBarycenter |
( |
CoordRepType * |
, |
|
|
PointsContainer * |
|
|
) |
| |
template<typename TCellInterface >
| PointType itk::TriangleCell< TCellInterface >::ComputeCenterOfGravity |
( |
PointsContainer * |
| ) |
|
template<typename TCellInterface >
| PointType itk::TriangleCell< TCellInterface >::ComputeCircumCenter |
( |
PointsContainer * |
| ) |
|
template<typename TCellInterface >
| double itk::TriangleCell< TCellInterface >::DistanceToLine |
( |
PointType |
x, |
|
|
PointType |
p1, |
|
|
PointType |
p2, |
|
|
double & |
t, |
|
|
CoordRepType * |
closestPoint |
|
) |
| |
|
private |
Computes the SQUARED distance between a point and a line segment defined by two other points
template<typename TCellInterface >
| double itk::TriangleCell< TCellInterface >::DistanceToLine |
( |
PointType |
x, |
|
|
PointType |
p1, |
|
|
PointType |
p2, |
|
|
double & |
t, |
|
|
PointType & |
closestPoint |
|
) |
| |
|
private |
template<typename TCellInterface >
| virtual bool itk::TriangleCell< TCellInterface >::EvaluatePosition |
( |
CoordRepType * |
, |
|
|
PointsContainer * |
, |
|
|
CoordRepType * |
, |
|
|
CoordRepType |
[], |
|
|
double * |
, |
|
|
InterpolationWeightType * |
|
|
) |
| |
|
overridevirtual |
template<typename TCellInterface >
| virtual bool itk::TriangleCell< TCellInterface >::GetBoundaryFeature |
( |
int |
dimension, |
|
|
CellFeatureIdentifier |
, |
|
|
CellAutoPointer & |
|
|
) |
| |
|
overridevirtual |
template<typename TCellInterface >
| virtual unsigned int itk::TriangleCell< TCellInterface >::GetDimension |
( |
void |
| ) |
const |
|
overridevirtual |
template<typename TCellInterface >
template<typename TCellInterface >
Standard part of every itk Object.
template<typename TCellInterface >
| virtual CellFeatureCount itk::TriangleCell< TCellInterface >::GetNumberOfBoundaryFeatures |
( |
int |
dimension | ) |
const |
|
overridevirtual |
template<typename TCellInterface >
| virtual CellFeatureCount itk::TriangleCell< TCellInterface >::GetNumberOfEdges |
( |
| ) |
const |
|
virtual |
template<typename TCellInterface >
| virtual unsigned int itk::TriangleCell< TCellInterface >::GetNumberOfPoints |
( |
void |
| ) |
const |
|
overridevirtual |
template<typename TCellInterface >
| virtual CellFeatureCount itk::TriangleCell< TCellInterface >::GetNumberOfVertices |
( |
| ) |
const |
|
virtual |
Triangle-specific interface.
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
| virtual void itk::TriangleCell< TCellInterface >::MakeCopy |
( |
CellAutoPointer & |
| ) |
const |
|
overridevirtual |
template<typename TCellInterface >
template<typename TCellInterface >
| virtual PointIdConstIterator itk::TriangleCell< TCellInterface >::PointIdsBegin |
( |
void |
| ) |
const |
|
overridevirtual |
template<typename TCellInterface >
template<typename TCellInterface >
| virtual PointIdConstIterator itk::TriangleCell< TCellInterface >::PointIdsEnd |
( |
void |
| ) |
const |
|
overridevirtual |
template<typename TCellInterface >
| virtual void itk::TriangleCell< TCellInterface >::SetPointId |
( |
int |
localId, |
|
|
PointIdentifier |
|
|
) |
| |
|
overridevirtual |
template<typename TCellInterface >
| virtual void itk::TriangleCell< TCellInterface >::SetPointIds |
( |
PointIdConstIterator |
first | ) |
|
|
overridevirtual |
template<typename TCellInterface >
| virtual void itk::TriangleCell< TCellInterface >::SetPointIds |
( |
PointIdConstIterator |
first, |
|
|
PointIdConstIterator |
last |
|
) |
| |
|
overridevirtual |
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
The documentation for this class was generated from the following file: