ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkSegmentationVolumeEstimator.h>
Class for estimating the volume of a segmentation stored in a SpatialObject.
This class is the base class for specific implementation of volume estimators.
SpatialObjects are used as input of this class.
Definition at line 38 of file itkSegmentationVolumeEstimator.h.
Static Public Attributes | |
static const unsigned int | Dimension = NDimension |
Private Member Functions | |
void | operator= (const Self &) |
SegmentationVolumeEstimator (const Self &) | |
Additional Inherited Members | |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
typedef SmartPointer<const Self> itk::SegmentationVolumeEstimator< NDimension >::ConstPointer |
Definition at line 45 of file itkSegmentationVolumeEstimator.h.
typedef SmartPointer<Self> itk::SegmentationVolumeEstimator< NDimension >::Pointer |
Definition at line 44 of file itkSegmentationVolumeEstimator.h.
typedef SimpleDataObjectDecorator< RealType > itk::SegmentationVolumeEstimator< NDimension >::RealObjectType |
Definition at line 68 of file itkSegmentationVolumeEstimator.h.
typedef double itk::SegmentationVolumeEstimator< NDimension >::RealType |
Type of DataObjects used for scalar outputs
Definition at line 67 of file itkSegmentationVolumeEstimator.h.
typedef SegmentationVolumeEstimator itk::SegmentationVolumeEstimator< NDimension >::Self |
Standard class typedefs.
Definition at line 42 of file itkSegmentationVolumeEstimator.h.
typedef SpatialObjectType::ConstPointer itk::SegmentationVolumeEstimator< NDimension >::SpatialObjectConstPointer |
Definition at line 59 of file itkSegmentationVolumeEstimator.h.
typedef SpatialObjectType::Pointer itk::SegmentationVolumeEstimator< NDimension >::SpatialObjectPointer |
Definition at line 58 of file itkSegmentationVolumeEstimator.h.
typedef SpatialObject< NDimension > itk::SegmentationVolumeEstimator< NDimension >::SpatialObjectType |
Type of spatialObject that will be passed as input and output of this segmentation method.
Definition at line 57 of file itkSegmentationVolumeEstimator.h.
typedef ProcessObject itk::SegmentationVolumeEstimator< NDimension >::Superclass |
Definition at line 43 of file itkSegmentationVolumeEstimator.h.
|
protected |
|
protectedvirtual |
|
private |
|
protectedvirtual |
Method invoked by the pipeline in order to trigger the computation of the segmentation.
Reimplemented from itk::ProcessObject.
|
virtual |
This is an abstract class, therefore it doesn't need the itkNewMacro() Run-time type information (and related methods).
Reimplemented from itk::ProcessObject.
Reimplemented in itk::GrayscaleImageSegmentationVolumeEstimator< NDimension >.
RealType itk::SegmentationVolumeEstimator< NDimension >::GetVolume | ( | ) | const |
Return the computed Volume. The volume units will be relative to the spacing units used by the input spatial object. For example, if the input spatial object is using millimeters as the units of spacing then the units of the volume computed in this class will be cubic millimeters.
const RealObjectType* itk::SegmentationVolumeEstimator< NDimension >::GetVolumeOutput | ( | ) | const |
Return the computed Volume. The volume units will be relative to the spacing units used by the input spatial object. For example, if the input spatial object is using millimeters as the units of spacing then the units of the volume computed in this class will be cubic millimeters.
|
private |
|
protectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::ProcessObject.
void itk::SegmentationVolumeEstimator< NDimension >::SetInput | ( | const SpatialObjectType * | inputSpatialObject | ) |
|
static |
Dimension of the space
Definition at line 53 of file itkSegmentationVolumeEstimator.h.