17 #ifndef __itkGrayscaleImageSegmentationVolumeEstimator_h
18 #define __itkGrayscaleImageSegmentationVolumeEstimator_h
42 template <
unsigned int NDimension>
61 itkStaticConstMacro(Dimension,
unsigned int, NDimension);
78 void PrintSelf(std::ostream& os,
Indent indent)
const;
86 void operator=(
const Self&);
92 #ifndef ITK_MANUAL_INSTANTIATION
93 # include "itkGrayscaleImageSegmentationVolumeEstimator.hxx"
Class for estimating the volume of a segmentation stored in a SpatialObject.
Light weight base class for most itk classes.
Superclass::SpatialObjectConstPointer SpatialObjectConstPointer
Superclass::SpatialObjectPointer SpatialObjectPointer
SmartPointer< Self > Pointer
SegmentationVolumeEstimator< NDimension > Superclass
Superclass::SpatialObjectType SpatialObjectType
Implementation of an image as spatial object.
Superclass::RealObjectType RealObjectType
Image< InputPixelType, NDimension > InputImageType
Control indentation during Print() invocation.
Class for estimating the volume of a segmentation stored in a SpatialObject that carries a gray-scale...
SmartPointer< const Self > ConstPointer
Templated n-dimensional image class.
ImageSpatialObject< NDimension, InputPixelType > InputImageSpatialObjectType
GrayscaleImageSegmentationVolumeEstimator Self