Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::ImageVoxel Class Reference

#include <itkDeformableSimplexMesh3DGradientConstraintForceFilter.h>

List of all members.


Detailed Description

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]

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 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.


Member Data Documentation

unsigned int itk::ImageVoxel::m_Vpos[3]


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

Generated at Thu May 28 15:11:00 2009 for ITK by doxygen 1.5.5 written by Dimitri van Heesch, © 1997-2000