17 #ifndef __itkSparseImage_h
18 #define __itkSparseImage_h
50 template <
class TNode,
unsigned int VImageDimension=2>
68 itkStaticConstMacro(ImageDimension,
unsigned int,
69 Superclass::ImageDimension);
102 m_NodeList->PushFront(m_NodeStore->Borrow());
103 NodeType *node = m_NodeList->Front();
105 this->SetPixel(index,node);
118 virtual void Initialize();
124 void PrintSelf(std::ostream& os,
Indent indent)
const;
132 void operator=(
const Self&);
137 #ifndef ITK_MANUAL_INSTANTIATION