34 #ifndef __itkImageSpatialObject2_h
35 #define __itkImageSpatialObject2_h
38 #include "itkExceptionObject.h"
39 #include "itkSpatialObject.h"
40 #include "itkInterpolateImageFunction.h"
41 #include "itkNearestNeighborInterpolateImageFunction.h"
56 template <
unsigned int TDimension = 3,
57 class TPixelType =
unsigned char
60 :
public SpatialObject< TDimension >
103 unsigned int depth=0,
char *name=NULL)
const;
109 unsigned int depth=0,
char *name=NULL)
const;
114 unsigned int depth,
char *name)
const;
125 unsigned long GetMTime(
void )
const;
152 void PrintSelf( std::ostream& os, Indent indent )
const;
162 #ifndef ITK_MANUAL_INSTANTIATION
163 #include "itkImageSpatialObject2.txx"
166 #endif //__itkImageSpatialObject2_h