Medical Imaging Interaction Toolkit
2024.06.00
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 PointSetToPointSetFilter | Self |
typedef PointSetSource | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef mitk::PointSet | InputType |
typedef mitk::PointSet | OutputType |
typedef InputType::Pointer | InputTypePointer |
typedef InputType::ConstPointer | InputTypeConstPointer |
Public Types inherited from mitk::PointSetSource | |
typedef PointSetSource | Self |
typedef BaseDataSource | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef PointSet | OutputType |
typedef OutputType::Pointer | OutputTypePointer |
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 | |
virtual std::vector< std::string > | GetClassHierarchy () const override |
virtual const char * | GetClassName () const |
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 | |
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 | |
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 const char * | GetStaticNameOfClass () |
static Pointer | New () |
Static Public Member Functions inherited from mitk::PointSetSource | |
static const char * | GetStaticNameOfClass () |
static Pointer | New () |
Static Public Member Functions inherited from mitk::BaseDataSource | |
static const char * | GetStaticNameOfClass () |
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.
typedef itk::SmartPointer<const Self> mitk::PointSetToPointSetFilter::ConstPointer |
Definition at line 29 of file mitkPointSetToPointSetFilter.h.
Definition at line 33 of file mitkPointSetToPointSetFilter.h.
Definition at line 41 of file mitkPointSetToPointSetFilter.h.
Definition at line 39 of file mitkPointSetToPointSetFilter.h.
Definition at line 37 of file mitkPointSetToPointSetFilter.h.
Definition at line 29 of file mitkPointSetToPointSetFilter.h.
Definition at line 29 of file mitkPointSetToPointSetFilter.h.
Definition at line 29 of file mitkPointSetToPointSetFilter.h.
|
protected |
A default constructor
|
overrideprotected |
The destructor
Pointer mitk::PointSetToPointSetFilter::Clone | ( | ) | const |
|
inlineoverridevirtual |
Reimplemented from mitk::PointSetSource.
Definition at line 29 of file mitkPointSetToPointSetFilter.h.
|
virtual |
Reimplemented from mitk::PointSetSource.
const InputType* mitk::PointSetToPointSetFilter::GetInput | ( | const unsigned int & | idx | ) |
idx | the index of the input to return |
const InputType* mitk::PointSetToPointSetFilter::GetInput | ( | void | ) |
|
inlinestatic |
Definition at line 29 of file mitkPointSetToPointSetFilter.h.
|
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 |