ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Public Attributes | List of all members
itk::ImageVoxel Class Reference

#include <itkDeformableSimplexMesh3DGradientConstraintForceFilter.h>

Detailed Description

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]
 

Constructor & Destructor Documentation

itk::ImageVoxel::ImageVoxel ( )
inline
itk::ImageVoxel::ImageVoxel ( int *  pos,
double *  subpos,
double  val,
double  dist,
unsigned int  ind 
)
inline

Member Function Documentation

double itk::ImageVoxel::GetDistance ( void  ) const
inline

returns voxel distance to origin

Definition at line 65 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.

References m_Distance.

double itk::ImageVoxel::GetValue ( void  ) const
inline

returns voxel value

Definition at line 67 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.

References m_Value.

unsigned int itk::ImageVoxel::GetX ( void  ) const
inline

returns voxel X coordinate (voxel column)

Definition at line 59 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.

References m_Vpos.

unsigned int itk::ImageVoxel::GetY ( void  ) const
inline

returns voxel Y coordinate (voxel row)

Definition at line 61 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.

References m_Vpos.

unsigned int itk::ImageVoxel::GetZ ( void  ) const
inline

returns voxel Z coordinate (voxel plane)

Definition at line 63 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 71 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.

References m_Value.

Member Data Documentation

double itk::ImageVoxel::m_Distance
unsigned int itk::ImageVoxel::m_Index
double itk::ImageVoxel::m_Spos[3]
double itk::ImageVoxel::m_Value
unsigned int itk::ImageVoxel::m_Vpos[3]

The documentation for this class was generated from the following file: