Main Page
Groups
Namespace List
Class Hierarchy
Alphabetical List
Compound List
File
List
Namespace Members
Compound Members
File Members
Concepts
Represent a node in a level set.
More...
#include <itkLevelSet.h>
Collaboration diagram for itk::LevelSetNode< TPixel, VSetDimension >:
[legend]List of all members.
Detailed Description
template<class TPixel, unsigned int VSetDimension = 2>
class itk::LevelSetNode< TPixel, VSetDimension >
Represent a node in a level set.
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.
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
template<class TPixel, unsigned int VSetDimension = 2> |
const IndexType& itk::LevelSetNode< TPixel, VSetDimension >::GetIndex |
( |
void |
|
) |
const [inline] |
|
template<class TPixel, unsigned int VSetDimension = 2> |
IndexType& itk::LevelSetNode< TPixel, VSetDimension >::GetIndex |
( |
void |
|
) |
[inline] |
|
template<class TPixel, unsigned int VSetDimension = 2> |
const PixelType& itk::LevelSetNode< TPixel, VSetDimension >::GetValue |
( |
|
) |
const [inline] |
|
template<class TPixel, unsigned int VSetDimension = 2> |
PixelType& itk::LevelSetNode< TPixel, VSetDimension >::GetValue |
( |
|
) |
[inline] |
|
template<class TPixel, unsigned int VSetDimension = 2> |
itk::LevelSetNode< TPixel, VSetDimension >::itkStaticConstMacro |
( |
SetDimension |
, |
|
|
unsigned |
int, |
|
|
VSetDimension |
|
|
) |
|
|
template<class TPixel, unsigned int VSetDimension = 2> |
bool itk::LevelSetNode< TPixel, VSetDimension >::operator< |
( |
const Self & |
node |
) |
const [inline] |
|
template<class TPixel, unsigned int VSetDimension = 2> |
bool itk::LevelSetNode< TPixel, VSetDimension >::operator<= |
( |
const Self & |
node |
) |
const [inline] |
|
template<class TPixel, unsigned int VSetDimension = 2> |
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. Definition at line 78 of file itkLevelSet.h. |
template<class TPixel, unsigned int VSetDimension = 2> |
bool itk::LevelSetNode< TPixel, VSetDimension >::operator> |
( |
const Self & |
node |
) |
const [inline] |
|
template<class TPixel, unsigned int VSetDimension = 2> |
bool itk::LevelSetNode< TPixel, VSetDimension >::operator>= |
( |
const Self & |
node |
) |
const [inline] |
|
template<class TPixel, unsigned int VSetDimension = 2> |
void itk::LevelSetNode< TPixel, VSetDimension >::SetIndex |
( |
const IndexType & |
input |
) |
[inline] |
|
template<class TPixel, unsigned int VSetDimension = 2> |
void itk::LevelSetNode< TPixel, VSetDimension >::SetValue |
( |
const PixelType & |
input |
) |
[inline] |
|
The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:09:39 2007 for ITK by
1.3.8 written by Dimitri van Heesch,
© 1997-2000