#include <itkFastMarchingImageFilter.h>


Definition at line 134 of file itkFastMarchingImageFilter.h.
Public Types | |
| typedef Index< VSetDimension > | IndexType |
| typedef TPixel | PixelType |
| typedef LevelSetNode | Self |
Public Member Functions | |
| int | GetAxis () const |
| itkStaticConstMacro (SetDimension, unsigned int, VSetDimension) | |
| bool | operator< (const Self &node) const |
| bool | operator<= (const Self &node) const |
| const AxisNodeType & | operator= (const NodeType &node) |
| bool | operator> (const Self &node) const |
| bool | operator>= (const Self &node) const |
| void | SetAxis (int axis) |
| const IndexType & | GetIndex () const |
| IndexType & | GetIndex () |
| void | SetIndex (const IndexType &input) |
| const PixelType & | GetValue () const |
| PixelType & | GetValue () |
| void | SetValue (const PixelType &input) |
typedef Index<VSetDimension> itk::LevelSetNode< TPixel, VSetDimension >::IndexType [inherited] |
Index typedef.
Definition at line 58 of file itkLevelSetNode.h.
typedef TPixel itk::LevelSetNode< TPixel, VSetDimension >::PixelType [inherited] |
Pixel typedef.
Definition at line 52 of file itkLevelSetNode.h.
typedef LevelSetNode itk::LevelSetNode< TPixel, VSetDimension >::Self [inherited] |
Standard class typedefs.
Definition at line 49 of file itkLevelSetNode.h.
| int itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >::AxisNodeType::GetAxis | ( | ) | const [inline] |
Definition at line 137 of file itkFastMarchingImageFilter.h.
| const IndexType& itk::LevelSetNode< TPixel, VSetDimension >::GetIndex | ( | void | ) | const [inline, inherited] |
Definition at line 99 of file itkLevelSetNode.h.
| IndexType& itk::LevelSetNode< TPixel, VSetDimension >::GetIndex | ( | void | ) | [inline, inherited] |
Get/Set index.
Definition at line 97 of file itkLevelSetNode.h.
| const PixelType& itk::LevelSetNode< TPixel, VSetDimension >::GetValue | ( | void | ) | const [inline, inherited] |
Definition at line 90 of file itkLevelSetNode.h.
| PixelType& itk::LevelSetNode< TPixel, VSetDimension >::GetValue | ( | void | ) | [inline, inherited] |
Get/Set level set value.
Definition at line 88 of file itkLevelSetNode.h.
| itk::LevelSetNode< TPixel, VSetDimension >::itkStaticConstMacro | ( | SetDimension | , | |
| unsigned | int, | |||
| VSetDimension | ||||
| ) | [inherited] |
Level set dimension.
| bool itk::LevelSetNode< TPixel, VSetDimension >::operator< | ( | const Self & | node | ) | const [inline, inherited] |
Operator <. A LevelSetNode is sorted by its value field.
Definition at line 65 of file itkLevelSetNode.h.
| bool itk::LevelSetNode< TPixel, VSetDimension >::operator<= | ( | const Self & | node | ) | const [inline, inherited] |
Operator <=. A LevelSetNode is sorted by its value field.
Definition at line 69 of file itkLevelSetNode.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 139 of file itkFastMarchingImageFilter.h.
| bool itk::LevelSetNode< TPixel, VSetDimension >::operator> | ( | const Self & | node | ) | const [inline, inherited] |
Operator >. A LevelSetNode is sorted by its value field.
Definition at line 61 of file itkLevelSetNode.h.
| bool itk::LevelSetNode< TPixel, VSetDimension >::operator>= | ( | const Self & | node | ) | const [inline, inherited] |
Operator >=. A LevelSetNode is sorted by its value field.
Definition at line 73 of file itkLevelSetNode.h.
| void itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >::AxisNodeType::SetAxis | ( | int | axis | ) | [inline] |
Definition at line 138 of file itkFastMarchingImageFilter.h.
| void itk::LevelSetNode< TPixel, VSetDimension >::SetIndex | ( | const IndexType & | input | ) | [inline, inherited] |
Definition at line 101 of file itkLevelSetNode.h.
| void itk::LevelSetNode< TPixel, VSetDimension >::SetValue | ( | const PixelType & | input | ) | [inline, inherited] |
Definition at line 92 of file itkLevelSetNode.h.
1.5.5 written by Dimitri van Heesch,
© 1997-2000