#include <itkSimplexMeshGeometry.h>
Collaboration diagram for itk::SimplexMeshGeometry:
Public Types | |
typedef itk::Point< double, 3 > | PointType |
typedef itk::Vector< double, 3 > | VectorType |
typedef itk::CovariantVector< double, 3 > | CovariantVectorType |
typedef itk::FixedArray< unsigned long, 3 > | IndexArray |
typedef itk::FixedArray< PointType, 3 > | PointArray |
typedef std::set< unsigned long > | NeighborSetType |
Public Member Functions | |
SimplexMeshGeometry () | |
~SimplexMeshGeometry () | |
void | ComputeGeometry () |
Public Attributes | |
IndexArray | neighborIndices |
PointArray | neighbors |
double | meanCurvature |
PointType | pos |
PointType | oldPos |
PointType | eps |
PointType | referenceMetrics |
CovariantVectorType | normal |
VectorType | externalForce |
VectorType | internalForce |
PointType | closestAttractor |
unsigned long | closestAttractorIndex |
double | circleRadius |
PointType | circleCenter |
double | sphereRadius |
double | distance |
double | phi |
NeighborSetType * | neighborSet |
double | multiplier |
unsigned long | forceIndex |
It stores and recomputes geometric properties of simplex mesh vertices, i.e. the normal vector, the barycentric coordinates of the point related to its three neighbor vertices, simplex angle circumsphere and circumcirlce radius and center.
Definition at line 46 of file itkSimplexMeshGeometry.h.
|
Definition at line 53 of file itkSimplexMeshGeometry.h. |
|
Definition at line 54 of file itkSimplexMeshGeometry.h. |
|
Definition at line 56 of file itkSimplexMeshGeometry.h. |
|
Definition at line 55 of file itkSimplexMeshGeometry.h. |
|
Definition at line 51 of file itkSimplexMeshGeometry.h. |
|
Definition at line 52 of file itkSimplexMeshGeometry.h. |
|
|
|
|
|
Computes the center and radius of the circum circle of the three neighbor points and of the circum sphere |
|
Definition at line 120 of file itkSimplexMeshGeometry.h. |
|
Definition at line 117 of file itkSimplexMeshGeometry.h. |
|
Definition at line 109 of file itkSimplexMeshGeometry.h. |
|
Definition at line 114 of file itkSimplexMeshGeometry.h. |
|
Definition at line 129 of file itkSimplexMeshGeometry.h. |
|
Definition at line 86 of file itkSimplexMeshGeometry.h. |
|
Definition at line 99 of file itkSimplexMeshGeometry.h. |
|
Definition at line 140 of file itkSimplexMeshGeometry.h. |
|
Definition at line 104 of file itkSimplexMeshGeometry.h. |
|
Definition at line 75 of file itkSimplexMeshGeometry.h. |
|
Definition at line 138 of file itkSimplexMeshGeometry.h. |
|
Definition of some attributes for faster deformable model computation Definition at line 69 of file itkSimplexMeshGeometry.h. |
|
Definition at line 72 of file itkSimplexMeshGeometry.h. |
|
Definition at line 135 of file itkSimplexMeshGeometry.h. |
|
Definition at line 94 of file itkSimplexMeshGeometry.h. |
|
Definition at line 81 of file itkSimplexMeshGeometry.h. |
|
Definition at line 132 of file itkSimplexMeshGeometry.h. |
|
Definition at line 78 of file itkSimplexMeshGeometry.h. |
|
Definition at line 91 of file itkSimplexMeshGeometry.h. |
|
Definition at line 123 of file itkSimplexMeshGeometry.h. |