18 #ifndef __itkSparseImage_h
19 #define __itkSparseImage_h
66 template<
class TNode,
unsigned int VImageDimension = 2 >
84 itkStaticConstMacro(ImageDimension,
unsigned int,
85 Superclass::ImageDimension);
118 m_NodeList->PushFront( m_NodeStore->Borrow() );
119 NodeType *node = m_NodeList->Front();
120 node->m_Index = index;
121 this->SetPixel(index, node);
135 virtual void Initialize();
141 void PrintSelf(std::ostream & os,
Indent indent)
const;
150 void operator=(
const Self &);
154 #ifndef ITK_MANUAL_INSTANTIATION
155 #include "itkSparseImage.hxx"