![]() |
ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkFastMarchingImageFilter.h>
Inheritance diagram for itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >::AxisNodeType:
Collaboration diagram for itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >::AxisNodeType:Public Member Functions | |
| int | GetAxis () const |
| const AxisNodeType & | operator= (const NodeType &node) |
| void | SetAxis (int axis) |
Private Attributes | |
| int | m_Axis |
Definition at line 136 of file itkFastMarchingImageFilter.h.
| int itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >::AxisNodeType::GetAxis | ( | void | ) | const [inline] |
Definition at line 139 of file itkFastMarchingImageFilter.h.
| 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 141 of file itkFastMarchingImageFilter.h.
| void itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >::AxisNodeType::SetAxis | ( | int | axis | ) | [inline] |
Definition at line 140 of file itkFastMarchingImageFilter.h.
int itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >::AxisNodeType::m_Axis [private] |
Definition at line 144 of file itkFastMarchingImageFilter.h.
1.7.6.1