#include <itkLevelSet.h>
Collaboration diagram for itk::LevelSetNode< TPixel, VSetDimension >:

LevelSetNode is a simple templated class that represents a node or grid position of a level set. A group or collection of LevelSetNode can then be used to represents a narrowband or region of interest.
LevelSetNode is templated over the data type and dimension of the level set.
Definition at line 44 of file itkLevelSet.h.
Public Types | |
| typedef Index< VSetDimension > | IndexType |
| typedef TPixel | PixelType |
| typedef LevelSetNode | Self |
Public Member Functions | |
| const IndexType & | GetIndex () const |
| Get Set index *IndexType & | GetIndex () |
| const PixelType & | GetValue () const |
| Get Set level set value *PixelType & | GetValue () |
| itkStaticConstMacro (SetDimension, unsigned int, VSetDimension) | |
| LevelSetNode (const Self &node) | |
| Default constructor * | LevelSetNode () |
| bool | operator< (const Self &node) const |
| bool | operator<= (const Self &node) const |
| Self & | operator= (const Self &rhs) |
| bool | operator> (const Self &node) const |
| bool | operator>= (const Self &node) const |
| void | SetIndex (const IndexType &input) |
| void | SetValue (const PixelType &input) |
|
|||||
|
Index typedef. Definition at line 58 of file itkLevelSet.h. |
|
|||||
|
Pixel typedef. Definition at line 52 of file itkLevelSet.h. |
|
|||||
|
Standard class typedefs. Definition at line 49 of file itkLevelSet.h. |
|
|||||||||
|
Definition at line 106 of file itkLevelSet.h. References itk::Functor::m_Index. |
|
||||||||||
|
Copy constructor Definition at line 112 of file itkLevelSet.h. |
|
||||||||||
|
Definition at line 99 of file itkLevelSet.h. References itk::Functor::m_Index. |
|
||||||||||
|
Definition at line 97 of file itkLevelSet.h. References itk::Functor::m_Index. |
|
|||||||||
|
Definition at line 90 of file itkLevelSet.h. |
|
|||||||||
|
Definition at line 88 of file itkLevelSet.h. |
|
||||||||||||||||||||
|
Level set dimension. |
|
||||||||||
|
Operator <. A LevelSetNode is sorted by its value field. Definition at line 65 of file itkLevelSet.h. References itk::LevelSetNode< TPixel, VSetDimension >::m_Value. |
|
||||||||||
|
Operator <=. A LevelSetNode is sorted by its value field. Definition at line 69 of file itkLevelSet.h. References itk::LevelSetNode< TPixel, VSetDimension >::m_Value. |
|
||||||||||
|
Operator =. Two nodes are equal if both their value and index fields are the same. Definition at line 78 of file itkLevelSet.h. References itk::LevelSetNode< TPixel, VSetDimension >::m_Index, itk::Functor::m_Index, and itk::LevelSetNode< TPixel, VSetDimension >::m_Value. |
|
||||||||||
|
Operator >. A LevelSetNode is sorted by its value field. Definition at line 61 of file itkLevelSet.h. References itk::LevelSetNode< TPixel, VSetDimension >::m_Value. |
|
||||||||||
|
Operator >=. A LevelSetNode is sorted by its value field. Definition at line 73 of file itkLevelSet.h. References itk::LevelSetNode< TPixel, VSetDimension >::m_Value. |
|
||||||||||
|
Definition at line 101 of file itkLevelSet.h. References itk::Functor::m_Index. |
|
||||||||||
|
Definition at line 92 of file itkLevelSet.h. |
1.4.2 written by Dimitri van Heesch,
© 1997-2000