|
Medical Imaging Interaction Toolkit
2025.12.02
Medical Imaging Interaction Toolkit
|
Superclass of all classes/algorithms having one or more PointSets as input and output. More...
#include <mitkPointSetToPointSetFilter.h>


Public Types | |
| typedef mitk::PointSet | InputType |
| typedef mitk::PointSet | OutputType |
| typedef InputType::Pointer | InputTypePointer |
| typedef InputType::ConstPointer | InputTypeConstPointer |
Public Types inherited from mitk::PointSetSource | |
| typedef PointSet | OutputType |
| typedef OutputType::Pointer | OutputTypePointer |
Public Types inherited from mitk::BaseDataSource | |
| typedef BaseData | OutputType |
| typedef itk::DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
Public Member Functions | |
| mitkClassMacro (PointSetToPointSetFilter, PointSetSource) | |
| Pointer | Clone () const |
| virtual void | SetInput (const InputType *input) |
| virtual void | SetInput (const unsigned int &idx, const InputType *input) |
| const InputType * | GetInput (void) |
| const InputType * | GetInput (const unsigned int &idx) |
Public Member Functions inherited from mitk::PointSetSource | |
| mitkClassMacro (PointSetSource, 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::PointSetSource | |
| static Pointer | New () |
Protected Member Functions | |
| PointSetToPointSetFilter () | |
| ~PointSetToPointSetFilter () override | |
Protected Member Functions inherited from mitk::PointSetSource | |
| PointSetSource () | |
| ~PointSetSource () 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/algorithms having one or more PointSets as input and output.
Definition at line 26 of file mitkPointSetToPointSetFilter.h.
Definition at line 35 of file mitkPointSetToPointSetFilter.h.
| typedef InputType::ConstPointer mitk::PointSetToPointSetFilter::InputTypeConstPointer |
Definition at line 41 of file mitkPointSetToPointSetFilter.h.
| typedef InputType::Pointer mitk::PointSetToPointSetFilter::InputTypePointer |
Definition at line 39 of file mitkPointSetToPointSetFilter.h.
Definition at line 37 of file mitkPointSetToPointSetFilter.h.
|
protected |
A default constructor
|
overrideprotected |
The destructor
| Pointer mitk::PointSetToPointSetFilter::Clone | ( | ) | const |
| const InputType* mitk::PointSetToPointSetFilter::GetInput | ( | const unsigned int & | idx | ) |
| idx | the index of the input to return |
| const InputType* mitk::PointSetToPointSetFilter::GetInput | ( | void | ) |
| mitk::PointSetToPointSetFilter::mitkClassMacro | ( | PointSetToPointSetFilter | , |
| PointSetSource | |||
| ) |
|
static |
|
virtual |
Sets the input of this process object
| input | the input |
|
virtual |
Sets the input n'th of this process object
| idx | the number associated with the given input |
| input |