|
Medical Imaging Interaction Toolkit
2025.12.02
Medical Imaging Interaction Toolkit
|
Superclass of all classes generating surfaces (instances of class Surface) as output. More...
#include <mitkSurfaceSource.h>


Public Types | |
| typedef Surface | OutputType |
Public Types inherited from mitk::BaseDataSource | |
| typedef BaseData | OutputType |
| typedef itk::DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
Public Member Functions | |
| mitkClassMacro (SurfaceSource, BaseDataSource) | |
| Pointer | Clone () const |
| OutputType * | GetOutput () |
| const OutputType * | GetOutput () const |
| OutputType * | GetOutput (DataObjectPointerArraySizeType idx) |
| const OutputType * | GetOutput (DataObjectPointerArraySizeType idx) const |
| itk::DataObject::Pointer | MakeOutput (DataObjectPointerArraySizeType idx) override |
| itk::DataObject::Pointer | MakeOutput (const DataObjectIdentifierType &name) override |
Public Member Functions inherited from mitk::BaseDataSource | |
| mitkClassMacroItkParent (BaseDataSource, itk::ProcessObject) | |
| 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... | |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| SurfaceSource () | |
| ~SurfaceSource () override | |
Protected Member Functions inherited from mitk::BaseDataSource | |
| BaseDataSource () | |
| ~BaseDataSource () override | |
Additional Inherited Members | |
Static Protected Member Functions inherited from mitk::BaseDataSource | |
| static Pointer | New () |
Superclass of all classes generating surfaces (instances of class Surface) as output.
In itk and vtk the generated result of a ProcessObject is only guaranteed to be up-to-date, when Update() of the ProcessObject or the generated DataObject is called immediately before access of the data stored in the DataObject. This is also true for subclasses of mitk::BaseProcess and thus for mitk::SurfaceSource.
Definition at line 33 of file mitkSurfaceSource.h.
Definition at line 40 of file mitkSurfaceSource.h.
|
protected |
|
overrideprotected |
| Pointer mitk::SurfaceSource::Clone | ( | ) | const |
| OutputType* mitk::SurfaceSource::GetOutput | ( | ) |
| const OutputType* mitk::SurfaceSource::GetOutput | ( | ) | const |
| OutputType* mitk::SurfaceSource::GetOutput | ( | DataObjectPointerArraySizeType | idx | ) |
| const OutputType* mitk::SurfaceSource::GetOutput | ( | DataObjectPointerArraySizeType | idx | ) | const |
|
overridevirtual |
This is a default implementation to make sure we have something. Once all the subclasses of ProcessObject provide an appropriate MakeOutput(), then ProcessObject::MakeOutput() can be made pure virtual.
Implements mitk::BaseDataSource.
|
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.
| mitk::SurfaceSource::mitkClassMacro | ( | SurfaceSource | , |
| BaseDataSource | |||
| ) |
|
static |