ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkDeformableSimplexMesh3DGradientConstraintForceFilter.h>
Definition at line 30 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.
Public Member Functions | |
double | GetDistance (void) const |
double | GetValue (void) const |
unsigned int | GetX (void) const |
unsigned int | GetY (void) const |
unsigned int | GetZ (void) const |
ImageVoxel () | |
ImageVoxel (int *pos, double *subpos, double val, double dist, unsigned int ind) | |
void | SetValue (const double val) |
Public Attributes | |
double | m_Distance |
unsigned int | m_Index |
double | m_Spos [3] |
double | m_Value |
unsigned int | m_Vpos [3] |
|
inline |
Definition at line 44 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.
|
inline |
Definition at line 45 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.
References m_Distance, m_Index, m_Spos, m_Value, and m_Vpos.
|
inline |
returns voxel distance to origin
Definition at line 65 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.
References m_Distance.
|
inline |
returns voxel value
Definition at line 67 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.
References m_Value.
|
inline |
returns voxel X coordinate (voxel column)
Definition at line 59 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.
References m_Vpos.
|
inline |
returns voxel Y coordinate (voxel row)
Definition at line 61 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.
References m_Vpos.
|
inline |
returns voxel Z coordinate (voxel plane)
Definition at line 63 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.
References m_Vpos.
|
inline |
returns voxel position
set the value of the voxel
Definition at line 71 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.
References m_Value.
double itk::ImageVoxel::m_Distance |
Definition at line 40 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.
Referenced by GetDistance(), and ImageVoxel().
unsigned int itk::ImageVoxel::m_Index |
Definition at line 42 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.
Referenced by ImageVoxel().
double itk::ImageVoxel::m_Spos[3] |
Definition at line 36 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.
Referenced by ImageVoxel().
double itk::ImageVoxel::m_Value |
Definition at line 38 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.
Referenced by GetValue(), ImageVoxel(), and SetValue().
unsigned int itk::ImageVoxel::m_Vpos[3] |
Definition at line 34 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.
Referenced by GetX(), GetY(), GetZ(), and ImageVoxel().