Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::ContourModelSetSource Class Reference

Superclass of all classes generating ContourModels. More...

#include <mitkContourModelSetSource.h>

Inheritance diagram for mitk::ContourModelSetSource:
Collaboration diagram for mitk::ContourModelSetSource:

Public Types

typedef ContourModelSet OutputType
 
typedef OutputType::Pointer OutputTypePointer
 
- Public Types inherited from mitk::BaseDataSource
typedef BaseDataSource Self
 
typedef itk::ProcessObject Superclass
 
typedef itk::SmartPointer< SelfPointer
 
typedef itk::SmartPointer< const SelfConstPointer
 
typedef BaseData OutputType
 
typedef itk::DataObject::DataObjectIdentifierType DataObjectIdentifierType
 

Public Member Functions

 mitkClassMacro (ContourModelSetSource, BaseDataSource) static Pointer New()
 
Pointer Clone () const
 
virtual mitkBaseDataSourceGetOutputDeclarations itk::DataObject::Pointer MakeOutput (DataObjectPointerArraySizeType idx) override
 
virtual itk::DataObject::Pointer MakeOutput (const DataObjectIdentifierType &name) override
 
- Public Member Functions inherited from mitk::BaseDataSource
virtual std::vector< std::string > GetClassHierarchy () const
 
virtual const char * GetClassName () const
 
OutputTypeGetOutput ()
 
const OutputTypeGetOutput () const
 
OutputTypeGetOutput (DataObjectPointerArraySizeType idx)
 
const OutputTypeGetOutput (DataObjectPointerArraySizeType idx) const
 
virtual void GraftOutput (OutputType *output)
 Graft the specified BaseData onto this BaseDataSource's output. More...
 
virtual void GraftOutput (const DataObjectIdentifierType &key, OutputType *output)
 
virtual void GraftNthOutput (unsigned int idx, OutputType *output)
 Graft the specified base data object onto this BaseDataSource's idx'th output. More...
 
bool Updating () const
 Access itk::ProcessObject::m_Updating. More...
 

Protected Member Functions

 ContourModelSetSource ()
 
virtual ~ContourModelSetSource ()
 
- Protected Member Functions inherited from mitk::BaseDataSource
 BaseDataSource ()
 
virtual ~BaseDataSource ()
 

Additional Inherited Members

- Static Public Member Functions inherited from mitk::BaseDataSource
static const char * GetStaticNameOfClass ()
 
- Static Protected Member Functions inherited from mitk::BaseDataSource
static Pointer New ()
 

Detailed Description

Superclass of all classes generating ContourModels.

Definition at line 30 of file mitkContourModelSetSource.h.

Member Typedef Documentation

Constructor & Destructor Documentation

mitk::ContourModelSetSource::ContourModelSetSource ( )
protected

Definition at line 19 of file mitkContourModelSetSource.cpp.

References MakeOutput().

mitk::ContourModelSetSource::~ContourModelSetSource ( )
protectedvirtual

Definition at line 28 of file mitkContourModelSetSource.cpp.

Member Function Documentation

Pointer mitk::ContourModelSetSource::Clone ( ) const
itk::DataObject::Pointer mitk::ContourModelSetSource::MakeOutput ( DataObjectPointerArraySizeType  idx)
overridevirtual

Allocates a new output object and returns it. Currently the index idx is not evaluated.

Parameters
idxthe index of the output for which an object should be created
Returns
the new object

Implements mitk::BaseDataSource.

Definition at line 32 of file mitkContourModelSetSource.cpp.

References mitk::New().

Referenced by ContourModelSetSource().

itk::DataObject::Pointer mitk::ContourModelSetSource::MakeOutput ( const DataObjectIdentifierType name)
overridevirtual

This is a default implementation to make sure we have something. Once all the subclasses of ProcessObject provide an appopriate MakeOutput(), then ProcessObject::MakeOutput() can be made pure virtual.

Implements mitk::BaseDataSource.

Definition at line 37 of file mitkContourModelSetSource.cpp.

References mitk::New().

mitk::ContourModelSetSource::mitkClassMacro ( ContourModelSetSource  ,
BaseDataSource   
)

The documentation for this class was generated from the following files: