#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 *) |
|
bool | EvaluatePosition (CoordRepType *, PointsContainer *, CoordRepType *, CoordRepType[], double *, InterpolationWeightType *) override |
|
bool | GetBoundaryFeature (int dimension, CellFeatureIdentifier, CellAutoPointer &) override |
|
unsigned int | GetDimension () const override |
|
virtual bool | GetEdge (CellFeatureIdentifier, EdgeAutoPointer &) |
|
virtual const char * | GetNameOfClass () const |
|
CellFeatureCount | GetNumberOfBoundaryFeatures (int dimension) const override |
|
virtual CellFeatureCount | GetNumberOfEdges () const |
|
unsigned int | GetNumberOfPoints () const override |
|
virtual CellFeatureCount | GetNumberOfVertices () const |
|
virtual bool | GetVertex (CellFeatureIdentifier, VertexAutoPointer &) |
|
| itkCellVisitMacro (Superclass::TRIANGLE_CELL) |
|
PointIdIterator | PointIdsBegin () override |
|
PointIdConstIterator | PointIdsBegin () const override |
|
PointIdIterator | PointIdsEnd () override |
|
PointIdConstIterator | PointIdsEnd () const override |
|
void | SetPointId (int localId, PointIdentifier) override |
|
void | SetPointIds (PointIdConstIterator first) override |
|
void | SetPointIds (PointIdConstIterator first, PointIdConstIterator last) override |
|
| TriangleCell () |
|
| ~TriangleCell () override |
|
|
| itkCellCommonTypedefs (TriangleCell) |
|
| itkCellInheritedTypedefs (TCellInterface) |
|
|
CellGeometry | GetType () const override |
|
void | MakeCopy (CellAutoPointer &) const override |
|
template<typename TCellInterface >
template<typename TCellInterface >
The type of boundary for this triangle's edges.
Definition at line 64 of file itkTriangleCell.h.
template<typename TCellInterface >
template<typename TCellInterface >
The type of boundary for this triangle's vertices.
Definition at line 60 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 >
bool itk::TriangleCell< TCellInterface >::EvaluatePosition |
( |
CoordRepType * |
, |
|
|
PointsContainer * |
, |
|
|
CoordRepType * |
, |
|
|
CoordRepType |
[], |
|
|
double * |
, |
|
|
InterpolationWeightType * |
|
|
) |
| |
|
override |
template<typename TCellInterface >
bool itk::TriangleCell< TCellInterface >::GetBoundaryFeature |
( |
int |
dimension, |
|
|
CellFeatureIdentifier |
, |
|
|
CellAutoPointer & |
|
|
) |
| |
|
override |
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
Standard part of every itk Object.
template<typename TCellInterface >
CellFeatureCount itk::TriangleCell< TCellInterface >::GetNumberOfBoundaryFeatures |
( |
int |
dimension | ) |
const |
|
override |
template<typename TCellInterface >
virtual CellFeatureCount itk::TriangleCell< TCellInterface >::GetNumberOfEdges |
( |
| ) |
const |
|
virtual |
template<typename TCellInterface >
template<typename TCellInterface >
virtual CellFeatureCount itk::TriangleCell< TCellInterface >::GetNumberOfVertices |
( |
| ) |
const |
|
virtual |
Triangle-specific interface.
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
Standard class type aliases.
template<typename TCellInterface >
Standard class type aliases.
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
template<typename TCellInterface >
void itk::TriangleCell< TCellInterface >::SetPointId |
( |
int |
localId, |
|
|
PointIdentifier |
|
|
) |
| |
|
override |
template<typename TCellInterface >
template<typename TCellInterface >
void itk::TriangleCell< TCellInterface >::SetPointIds |
( |
PointIdConstIterator |
first, |
|
|
PointIdConstIterator |
last |
|
) |
| |
|
override |
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: