ITK
5.0.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 constexpr unsigned int | Dimension = NDimension |
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 | |
std::atomic< int > | m_ReferenceCount |
using itk::SegmentationVolumeEstimator< NDimension >::ConstPointer = SmartPointer<const Self> |
Definition at line 47 of file itkSegmentationVolumeEstimator.h.
using itk::SegmentationVolumeEstimator< NDimension >::Pointer = SmartPointer<Self> |
Definition at line 46 of file itkSegmentationVolumeEstimator.h.
using itk::SegmentationVolumeEstimator< NDimension >::RealObjectType = SimpleDataObjectDecorator< RealType > |
Definition at line 70 of file itkSegmentationVolumeEstimator.h.
using itk::SegmentationVolumeEstimator< NDimension >::RealType = double |
Type of DataObjects used for scalar outputs
Definition at line 69 of file itkSegmentationVolumeEstimator.h.
using itk::SegmentationVolumeEstimator< NDimension >::Self = SegmentationVolumeEstimator |
Standard class type alias.
Definition at line 44 of file itkSegmentationVolumeEstimator.h.
using itk::SegmentationVolumeEstimator< NDimension >::SpatialObjectConstPointer = typename SpatialObjectType::ConstPointer |
Definition at line 61 of file itkSegmentationVolumeEstimator.h.
using itk::SegmentationVolumeEstimator< NDimension >::SpatialObjectPointer = typename SpatialObjectType::Pointer |
Definition at line 60 of file itkSegmentationVolumeEstimator.h.
using itk::SegmentationVolumeEstimator< NDimension >::SpatialObjectType = SpatialObject< NDimension > |
Type of spatialObject that will be passed as input and output of this segmentation method.
Definition at line 59 of file itkSegmentationVolumeEstimator.h.
using itk::SegmentationVolumeEstimator< NDimension >::Superclass = ProcessObject |
Definition at line 45 of file itkSegmentationVolumeEstimator.h.
|
protected |
|
overrideprotected |
|
overrideprotectedvirtual |
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.
|
overrideprotectedvirtual |
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 55 of file itkSegmentationVolumeEstimator.h.