Medical Imaging Interaction Toolkit
2018.4.99-389bf124
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 |
![]() | |
typedef PointSetSource | Self |
typedef BaseDataSource | Superclass |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef PointSet | OutputType |
typedef OutputType::Pointer | OutputTypePointer |
![]() | |
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) |
![]() | |
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 |
![]() | |
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 const char * | GetStaticNameOfClass () |
static Pointer | New () |
![]() | |
static const char * | GetStaticNameOfClass () |
Protected Member Functions | |
PointSetToPointSetFilter () | |
~PointSetToPointSetFilter () override | |
![]() | |
PointSetSource () | |
~PointSetSource () override | |
![]() | |
BaseDataSource () | |
~BaseDataSource () override | |
Additional Inherited Members | |
![]() | |
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
Definition at line 15 of file mitkPointSetToPointSetFilter.cpp.
|
overrideprotected |
The destructor
Definition at line 21 of file mitkPointSetToPointSetFilter.cpp.
Pointer mitk::PointSetToPointSetFilter::Clone | ( | ) | const |
|
inlineoverridevirtual |
Reimplemented from mitk::PointSetSource.
Definition at line 29 of file mitkPointSetToPointSetFilter.h.
|
virtual |
Reimplemented from mitk::PointSetSource.
const mitk::PointSetToPointSetFilter::InputType * mitk::PointSetToPointSetFilter::GetInput | ( | void | ) |
Definition at line 42 of file mitkPointSetToPointSetFilter.cpp.
const mitk::PointSetToPointSetFilter::InputType * mitk::PointSetToPointSetFilter::GetInput | ( | const unsigned int & | idx | ) |
idx | the index of the input to return |
Definition at line 50 of file mitkPointSetToPointSetFilter.cpp.
|
inlinestatic |
Definition at line 29 of file mitkPointSetToPointSetFilter.h.
|
static |
|
virtual |
Sets the input of this process object
input | the input |
Definition at line 25 of file mitkPointSetToPointSetFilter.cpp.
|
virtual |
Sets the input n'th of this process object
idx | the number associated with the given input |
Definition at line 31 of file mitkPointSetToPointSetFilter.cpp.