#include <itkLevelSetNode.h>


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 itkLevelSetNode.h.
Public Types | |
| typedef Index< VSetDimension > | IndexType |
| typedef TPixel | PixelType |
| typedef LevelSetNode | Self |
Public Member Functions | |
| itkStaticConstMacro (SetDimension, unsigned int, VSetDimension) | |
| LevelSetNode (const Self &node) | |
| 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 |
| 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 |
Index typedef.
Definition at line 58 of file itkLevelSetNode.h.
| typedef TPixel itk::LevelSetNode< TPixel, VSetDimension >::PixelType |
Pixel typedef.
Definition at line 52 of file itkLevelSetNode.h.
| typedef LevelSetNode itk::LevelSetNode< TPixel, VSetDimension >::Self |
Standard class typedefs.
Definition at line 49 of file itkLevelSetNode.h.
| itk::LevelSetNode< TPixel, VSetDimension >::LevelSetNode | ( | ) | [inline] |
Default constructor
Definition at line 106 of file itkLevelSetNode.h.
| itk::LevelSetNode< TPixel, VSetDimension >::LevelSetNode | ( | const Self & | node | ) | [inline] |
Copy constructor
Definition at line 112 of file itkLevelSetNode.h.
| const IndexType& itk::LevelSetNode< TPixel, VSetDimension >::GetIndex | ( | void | ) | const [inline] |
Definition at line 99 of file itkLevelSetNode.h.
| IndexType& itk::LevelSetNode< TPixel, VSetDimension >::GetIndex | ( | void | ) | [inline] |
Get/Set index.
Definition at line 97 of file itkLevelSetNode.h.
| const PixelType& itk::LevelSetNode< TPixel, VSetDimension >::GetValue | ( | void | ) | const [inline] |
Definition at line 90 of file itkLevelSetNode.h.
| PixelType& itk::LevelSetNode< TPixel, VSetDimension >::GetValue | ( | void | ) | [inline] |
Get/Set level set value.
Definition at line 88 of file itkLevelSetNode.h.
| itk::LevelSetNode< TPixel, VSetDimension >::itkStaticConstMacro | ( | SetDimension | , | |
| unsigned | int, | |||
| VSetDimension | ||||
| ) |
Level set dimension.
| bool itk::LevelSetNode< TPixel, VSetDimension >::operator< | ( | const Self & | node | ) | const [inline] |
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] |
Operator <=. A LevelSetNode is sorted by its value field.
Definition at line 69 of file itkLevelSetNode.h.
| Self& itk::LevelSetNode< TPixel, VSetDimension >::operator= | ( | const Self & | rhs | ) | [inline] |
Operator =. Two nodes are equal if both their value and index fields are the same.
Reimplemented in itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >::AxisNodeType.
Definition at line 78 of file itkLevelSetNode.h.
| bool itk::LevelSetNode< TPixel, VSetDimension >::operator> | ( | const Self & | node | ) | const [inline] |
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] |
Operator >=. A LevelSetNode is sorted by its value field.
Definition at line 73 of file itkLevelSetNode.h.
| void itk::LevelSetNode< TPixel, VSetDimension >::SetIndex | ( | const IndexType & | input | ) | [inline] |
Definition at line 101 of file itkLevelSetNode.h.
| void itk::LevelSetNode< TPixel, VSetDimension >::SetValue | ( | const PixelType & | input | ) | [inline] |
Definition at line 92 of file itkLevelSetNode.h.
1.5.5 written by Dimitri van Heesch,
© 1997-2000