ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkSegmentationModule.h>
Class provides the abstract interface of the segmentation methods.
The typical use of this class would be to generate a binary mask spatial object representing a segmented object.
SpatialObjects are used as inputs and outputs of this class.
Definition at line 40 of file itkSegmentationModule.h.
Static Public Member Functions | |
static Pointer | New () |
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 () |
Static Public Attributes | |
static const unsigned int | Dimension = NDimension |
Private Member Functions | |
void | operator= (const Self &) |
SegmentationModule (const Self &) | |
Additional Inherited Members | |
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::SegmentationModule< NDimension >::ConstPointer |
Definition at line 47 of file itkSegmentationModule.h.
typedef SmartPointer<Self> itk::SegmentationModule< NDimension >::Pointer |
Definition at line 46 of file itkSegmentationModule.h.
typedef SegmentationModule itk::SegmentationModule< NDimension >::Self |
Standard class typedefs.
Definition at line 44 of file itkSegmentationModule.h.
typedef SpatialObjectType::Pointer itk::SegmentationModule< NDimension >::SpatialObjectPointer |
Definition at line 61 of file itkSegmentationModule.h.
typedef SpatialObject< NDimension > itk::SegmentationModule< NDimension >::SpatialObjectType |
Type of spatialObject that will be passed as input and output of this segmentation method.
Definition at line 60 of file itkSegmentationModule.h.
typedef ProcessObject itk::SegmentationModule< NDimension >::Superclass |
Definition at line 45 of file itkSegmentationModule.h.
|
protected |
|
protectedvirtual |
|
private |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
Reimplemented in itk::ShapeDetectionLevelSetSegmentationModule< NDimension >, and itk::SinglePhaseLevelSetSegmentationModule< NDimension >.
unsigned int itk::SegmentationModule< NDimension >::GetExpectedNumberOfFeatures | ( | ) | const |
Returns the number of features that are expected by this Segmentation Module. This method will be overloaded in derived classes.
const SpatialObjectType* itk::SegmentationModule< NDimension >::GetFeature | ( | ) | const |
Input data that carries the feature in the form of a SpatialObject.
const SpatialObjectType* itk::SegmentationModule< NDimension >::GetInput | ( | ) | const |
|
protected |
Output segmentation represented as a SpatialObject. Non-const version only for internal use.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ProcessObject.
Reimplemented in itk::FastMarchingAndGeodesicActiveContourLevelSetSegmentationModule< NDimension >, itk::FastMarchingAndShapeDetectionLevelSetSegmentationModule< NDimension >, itk::FastMarchingSegmentationModule< NDimension >, itk::ConfidenceConnectedSegmentationModule< NDimension >, itk::ConnectedThresholdSegmentationModule< NDimension >, itk::GeodesicActiveContourLevelSetSegmentationModule< NDimension >, itk::ShapeDetectionLevelSetSegmentationModule< NDimension >, itk::RegionGrowingSegmentationModule< NDimension >, and itk::SinglePhaseLevelSetSegmentationModule< NDimension >.
const SpatialObjectType* itk::SegmentationModule< NDimension >::GetOutput | ( | ) | const |
Output segmentation represented as a SpatialObject.
|
static |
Method for creation through the object factory.
|
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.
Reimplemented in itk::SinglePhaseLevelSetSegmentationModule< NDimension >, and itk::ShapeDetectionLevelSetSegmentationModule< NDimension >.
void itk::SegmentationModule< NDimension >::SetFeature | ( | const SpatialObjectType * | feature | ) |
Input data that carries the feature in the form of a SpatialObject.
void itk::SegmentationModule< NDimension >::SetInput | ( | const SpatialObjectType * | input | ) |
|
static |
Dimension of the space
Definition at line 56 of file itkSegmentationModule.h.