Orfeo Toolbox  3.16
Public Types | Public Member Functions | Static Public Attributes | Private Attributes
itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >::AxisNodeType Class Reference

#include <itkFastMarchingImageFilter.h>

+ Inheritance diagram for itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >::AxisNodeType:
+ Collaboration diagram for itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >::AxisNodeType:

List of all members.

Public Types

typedef Index< VSetDimension > IndexType
typedef TPixel PixelType
typedef LevelSetNode Self

Public Member Functions

int GetAxis () const
IndexTypeGetIndex ()
const IndexTypeGetIndex () const
PixelTypeGetValue ()
const PixelTypeGetValue () const
bool operator< (const Self &node) const
bool operator<= (const Self &node) const
const AxisNodeTypeoperator= (const NodeType &node)
bool operator> (const Self &node) const
bool operator>= (const Self &node) const
void SetAxis (int axis)
void SetIndex (const IndexType &input)
void SetValue (const PixelType &input)

Static Public Attributes

static const unsigned int SetDimension = VSetDimension

Private Attributes

int m_Axis

Detailed Description

template<class TLevelSet, class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
class itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >::AxisNodeType

Definition at line 134 of file itkFastMarchingImageFilter.h.


Member Typedef Documentation

template<class TPixel , unsigned int VSetDimension = 2>
typedef Index<VSetDimension> itk::LevelSetNode< TPixel, VSetDimension >::IndexType
inherited

Index typedef.

Definition at line 57 of file itkLevelSetNode.h.

template<class TPixel , unsigned int VSetDimension = 2>
typedef TPixel itk::LevelSetNode< TPixel, VSetDimension >::PixelType
inherited

Pixel typedef.

Definition at line 51 of file itkLevelSetNode.h.

template<class TPixel , unsigned int VSetDimension = 2>
typedef LevelSetNode itk::LevelSetNode< TPixel, VSetDimension >::Self
inherited

Standard class typedefs.

Definition at line 48 of file itkLevelSetNode.h.


Member Function Documentation

template<class TLevelSet , class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
int itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >::AxisNodeType::GetAxis ( ) const
inline
template<class TPixel , unsigned int VSetDimension = 2>
IndexType& itk::LevelSetNode< TPixel, VSetDimension >::GetIndex ( void  )
inlineinherited
template<class TPixel , unsigned int VSetDimension = 2>
const IndexType& itk::LevelSetNode< TPixel, VSetDimension >::GetIndex ( void  ) const
inlineinherited

Definition at line 97 of file itkLevelSetNode.h.

template<class TPixel , unsigned int VSetDimension = 2>
PixelType& itk::LevelSetNode< TPixel, VSetDimension >::GetValue ( void  )
inlineinherited
template<class TPixel , unsigned int VSetDimension = 2>
const PixelType& itk::LevelSetNode< TPixel, VSetDimension >::GetValue ( void  ) const
inlineinherited

Definition at line 89 of file itkLevelSetNode.h.

template<class TPixel , unsigned int VSetDimension = 2>
bool itk::LevelSetNode< TPixel, VSetDimension >::operator< ( const Self node) const
inlineinherited

Operator <. A LevelSetNode is sorted by its value field.

Definition at line 64 of file itkLevelSetNode.h.

References itk::LevelSetNode< TPixel, VSetDimension >::m_Value.

template<class TPixel , unsigned int VSetDimension = 2>
bool itk::LevelSetNode< TPixel, VSetDimension >::operator<= ( const Self node) const
inlineinherited

Operator <=. A LevelSetNode is sorted by its value field.

Definition at line 68 of file itkLevelSetNode.h.

References itk::LevelSetNode< TPixel, VSetDimension >::m_Value.

template<class TLevelSet , class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
const AxisNodeType& itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >::AxisNodeType::operator= ( const NodeType rhs)
inline

Operator =. Two nodes are equal if both their value and index fields are the same.

Reimplemented from itk::LevelSetNode< TPixel, VSetDimension >.

Definition at line 139 of file itkFastMarchingImageFilter.h.

template<class TPixel , unsigned int VSetDimension = 2>
bool itk::LevelSetNode< TPixel, VSetDimension >::operator> ( const Self node) const
inlineinherited

Operator >. A LevelSetNode is sorted by its value field.

Definition at line 60 of file itkLevelSetNode.h.

References itk::LevelSetNode< TPixel, VSetDimension >::m_Value.

template<class TPixel , unsigned int VSetDimension = 2>
bool itk::LevelSetNode< TPixel, VSetDimension >::operator>= ( const Self node) const
inlineinherited

Operator >=. A LevelSetNode is sorted by its value field.

Definition at line 72 of file itkLevelSetNode.h.

References itk::LevelSetNode< TPixel, VSetDimension >::m_Value.

template<class TLevelSet , class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
void itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >::AxisNodeType::SetAxis ( int  axis)
inline
template<class TPixel , unsigned int VSetDimension = 2>
void itk::LevelSetNode< TPixel, VSetDimension >::SetIndex ( const IndexType input)
inlineinherited
template<class TPixel , unsigned int VSetDimension = 2>
void itk::LevelSetNode< TPixel, VSetDimension >::SetValue ( const PixelType input)
inlineinherited

Member Data Documentation

template<class TLevelSet , class TSpeedImage = Image<float,::itk::GetImageDimension<TLevelSet>::ImageDimension>>
int itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >::AxisNodeType::m_Axis
private

Definition at line 142 of file itkFastMarchingImageFilter.h.

template<class TPixel , unsigned int VSetDimension = 2>
const unsigned int itk::LevelSetNode< TPixel, VSetDimension >::SetDimension = VSetDimension
staticinherited

Level set dimension.

Definition at line 54 of file itkLevelSetNode.h.


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

Generated at Sun Feb 3 2013 01:39:04 for Orfeo Toolbox with doxygen 1.8.1.1