ITK  4.1.0
Insight Segmentation and Registration Toolkit
Public Attributes
itk::ParallelSparseFieldLevelSetNode< TNodeIndexType > Class Template Reference

#include <itkParallelSparseFieldLevelSetImageFilter.h>

+ Collaboration diagram for itk::ParallelSparseFieldLevelSetNode< TNodeIndexType >:

List of all members.

Public Attributes

TNodeIndexType m_Index
float m_Value
ParallelSparseFieldLevelSetNodeNext
ParallelSparseFieldLevelSetNodePrevious

Detailed Description

template<class TNodeIndexType>
class itk::ParallelSparseFieldLevelSetNode< TNodeIndexType >

A data structure used in the ParallelSparsefieldlevelsetimagefilter to construct lists of indicies and other values.

Definition at line 37 of file itkParallelSparseFieldLevelSetImageFilter.h.


Member Data Documentation

template<class TNodeIndexType >
TNodeIndexType itk::ParallelSparseFieldLevelSetNode< TNodeIndexType >::m_Index

Definition at line 40 of file itkParallelSparseFieldLevelSetImageFilter.h.

template<class TNodeIndexType >
float itk::ParallelSparseFieldLevelSetNode< TNodeIndexType >::m_Value

Definition at line 41 of file itkParallelSparseFieldLevelSetImageFilter.h.

template<class TNodeIndexType >
ParallelSparseFieldLevelSetNode* itk::ParallelSparseFieldLevelSetNode< TNodeIndexType >::Next

Definition at line 42 of file itkParallelSparseFieldLevelSetImageFilter.h.

template<class TNodeIndexType >
ParallelSparseFieldLevelSetNode* itk::ParallelSparseFieldLevelSetNode< TNodeIndexType >::Previous

Definition at line 43 of file itkParallelSparseFieldLevelSetImageFilter.h.


The documentation for this class was generated from the following file: