#include <itkDeformableSimplexMesh3DGradientConstraintForceFilter.h>
Definition at line 31 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 (int *pos, double *subpos, double val, double dist, unsigned int ind) | |
| ImageVoxel () | |
| 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] |
| itk::ImageVoxel::ImageVoxel | ( | ) | [inline] |
Definition at line 46 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.
| itk::ImageVoxel::ImageVoxel | ( | int * | pos, | |
| double * | subpos, | |||
| double | val, | |||
| double | dist, | |||
| unsigned int | ind | |||
| ) | [inline] |
Definition at line 47 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.
References m_Distance, m_Index, m_Spos, m_Value, and m_Vpos.
| double itk::ImageVoxel::GetDistance | ( | void | ) | const [inline] |
returns voxel distance to origin
Definition at line 67 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.
References m_Distance.
| double itk::ImageVoxel::GetValue | ( | void | ) | const [inline] |
returns voxel value
Definition at line 69 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.
References m_Value.
| unsigned int itk::ImageVoxel::GetX | ( | void | ) | const [inline] |
returns voxel X coordinate (voxel column)
Definition at line 61 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.
References m_Vpos.
| unsigned int itk::ImageVoxel::GetY | ( | void | ) | const [inline] |
returns voxel Y coordinate (voxel row)
Definition at line 63 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.
References m_Vpos.
| unsigned int itk::ImageVoxel::GetZ | ( | void | ) | const [inline] |
returns voxel Z coordinate (voxel plane)
Definition at line 65 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.
References m_Vpos.
| void itk::ImageVoxel::SetValue | ( | const double | val | ) | [inline] |
returns voxel position
set the value of the voxel
Definition at line 73 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.
References m_Value.
| double itk::ImageVoxel::m_Distance |
Definition at line 42 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.
Referenced by GetDistance(), and ImageVoxel().
| unsigned int itk::ImageVoxel::m_Index |
Definition at line 44 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.
Referenced by ImageVoxel().
| double itk::ImageVoxel::m_Spos[3] |
Definition at line 38 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.
Referenced by ImageVoxel().
| double itk::ImageVoxel::m_Value |
Definition at line 40 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.
Referenced by GetValue(), ImageVoxel(), and SetValue().
| unsigned int itk::ImageVoxel::m_Vpos[3] |
Definition at line 36 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.
Referenced by GetX(), GetY(), GetZ(), and ImageVoxel().
1.5.5 written by Dimitri van Heesch,
© 1997-2000