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


Public Types | |
| typedef itk::DataObject::Pointer | DataObjectPointer |
Public Types inherited from mitk::SurfaceSource | |
| typedef Surface | OutputType |
Public Types inherited from mitk::BaseDataSource | |
| typedef BaseData | OutputType |
| typedef itk::DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
Public Member Functions | |
| mitkClassMacro (SurfaceToSurfaceFilter, mitk::SurfaceSource) | |
| Pointer | Clone () const |
| virtual void | SetInput (const mitk::Surface *surface) |
| virtual void | SetInput (unsigned int idx, const mitk::Surface *surface) |
| Add a new input at the given index (idx) Calls mitk::Surface::CreateOutputForInput(idx) More... | |
| virtual const mitk::Surface * | GetInput () |
| virtual const mitk::Surface * | GetInput (unsigned int idx) |
| virtual void | CreateOutputForInput (unsigned int idx) |
| Create a new output for the input at idx. More... | |
| virtual void | CreateOutputsForAllInputs () |
| Creates outputs for all existing inputs. More... | |
| virtual void | RemoveInputs (mitk::Surface *surface) |
Public Member Functions inherited from mitk::SurfaceSource | |
| 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 () |
Static Public Member Functions inherited from mitk::SurfaceSource | |
| static Pointer | New () |
Protected Member Functions | |
| SurfaceToSurfaceFilter () | |
| ~SurfaceToSurfaceFilter () override | |
Protected Member Functions inherited from mitk::SurfaceSource | |
| 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 getting surfaces (instances of class Surface) as input and generating surfaces 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::mitkSurfaceToSurfaceFilter.
Definition at line 31 of file mitkSurfaceToSurfaceFilter.h.
| typedef itk::DataObject::Pointer mitk::SurfaceToSurfaceFilter::DataObjectPointer |
Definition at line 40 of file mitkSurfaceToSurfaceFilter.h.
|
protected |
|
overrideprotected |
| Pointer mitk::SurfaceToSurfaceFilter::Clone | ( | ) | const |
|
virtual |
Create a new output for the input at idx.
| idx | the index of the input for which the output should be created |
|
virtual |
Creates outputs for all existing inputs.
|
virtual |
|
virtual |
| mitk::SurfaceToSurfaceFilter::mitkClassMacro | ( | SurfaceToSurfaceFilter | , |
| mitk::SurfaceSource | |||
| ) |
|
static |
|
virtual |
|
virtual |
Reimplemented in mitk::ReduceContourSetFilter.
|
virtual |
Add a new input at the given index (idx) Calls mitk::Surface::CreateOutputForInput(idx)
| idx | the index of the input, which must be incremental |
| surface | the input which should be added |
Reimplemented in mitk::ReduceContourSetFilter.