Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Base class for all filters which have an object of type mitk::PlanarFigure as output. More...
#include <mitkPlanarFigureSource.h>
Public Types | |
typedef mitk::PlanarFigure | OutputType |
typedef OutputType::Pointer | OutputTypePointer |
typedef itk::DataObject::Pointer | DataObjectPointer |
Public Types inherited from mitk::BaseDataSource | |
typedef BaseDataSource | Self |
typedef itk::ProcessObject | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef BaseData | OutputType |
typedef itk::DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
Public Member Functions | |
mitkClassMacro (PlanarFigureSource, 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 |
void | GenerateInputRequestedRegion () override |
Public Member Functions inherited from mitk::BaseDataSource | |
virtual std::vector< std::string > | GetClassHierarchy () const |
virtual const char * | GetClassName () const |
OutputType * | GetOutput () |
const OutputType * | GetOutput () const |
OutputType * | GetOutput (DataObjectPointerArraySizeType idx) |
const OutputType * | GetOutput (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 | |
PlanarFigureSource () | |
virtual | ~PlanarFigureSource () |
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 () |
Base class for all filters which have an object of type mitk::PlanarFigure as output.
Base class for all filters which have an object of type mitk::PlanarFigure as output. mitk::PlanarFigureSources do not provide support for streaming, that is, that the requested region is always the largest possible region.
Definition at line 37 of file mitkPlanarFigureSource.h.
typedef itk::DataObject::Pointer mitk::PlanarFigureSource::DataObjectPointer |
Definition at line 44 of file mitkPlanarFigureSource.h.
Definition at line 42 of file mitkPlanarFigureSource.h.
Definition at line 43 of file mitkPlanarFigureSource.h.
|
protected |
Definition at line 21 of file mitkPlanarFigureSource.cpp.
References MakeOutput().
|
protectedvirtual |
Definition at line 29 of file mitkPlanarFigureSource.cpp.
Pointer mitk::PlanarFigureSource::Clone | ( | ) | const |
|
override |
Generates the input requested region simply by calling the equivalent method of the superclass.
Definition at line 33 of file mitkPlanarFigureSource.cpp.
|
overridevirtual |
Allocates a new output object and returns it. Currently the index idx is not evaluated.
idx | the index of the output for which an object should be created |
Implements mitk::BaseDataSource.
Definition at line 38 of file mitkPlanarFigureSource.cpp.
References mitk::PlanarCircle::New().
Referenced by mitk::PlanarFigureReader::PlanarFigureReader(), and PlanarFigureSource().
|
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 43 of file mitkPlanarFigureSource.cpp.
References mitk::PlanarCircle::New().
mitk::PlanarFigureSource::mitkClassMacro | ( | PlanarFigureSource | , |
BaseDataSource | |||
) |