|
|
Home | Main Page | Topics | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkVectorContainerSource.h>
A base class for creating an ImageToVectorContainerFilter.
Definition at line 32 of file itkVectorContainerSource.h.
Public Types | |
| using | ConstPointer = SmartPointer<const Self> |
| using | OutputVectorContainerPointer = typename OutputVectorContainerType::Pointer |
| using | OutputVectorContainerType = TOutputVectorContainer |
| using | Pointer = SmartPointer<Self> |
| using | Self = VectorContainerSource |
| using | Superclass = ProcessObject |
Public Member Functions | |
| OutputVectorContainerType * | GetOutput () |
| OutputVectorContainerType * | GetOutput (unsigned int idx) |
| virtual void | GraftNthOutput (unsigned int idx, DataObject *output) |
| virtual void | GraftOutput (DataObject *output) |
| ITK_DISALLOW_COPY_AND_MOVE (VectorContainerSource) | |
| itkOverrideGetNameOfClassMacro (VectorContainerSource) | |
| DataObjectPointer | MakeOutput (ProcessObject::DataObjectPointerArraySizeType idx) override |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| VectorContainerSource () | |
| ~VectorContainerSource () override=default | |
Private Attributes | |
| int | m_GenerateDataNumberOfRegions {} |
| int | m_GenerateDataRegion {} |
| using itk::VectorContainerSource< TOutputVectorContainer >::ConstPointer = SmartPointer<const Self> |
Definition at line 41 of file itkVectorContainerSource.h.
| using itk::VectorContainerSource< TOutputVectorContainer >::OutputVectorContainerPointer = typename OutputVectorContainerType::Pointer |
Definition at line 52 of file itkVectorContainerSource.h.
| using itk::VectorContainerSource< TOutputVectorContainer >::OutputVectorContainerType = TOutputVectorContainer |
Definition at line 51 of file itkVectorContainerSource.h.
| using itk::VectorContainerSource< TOutputVectorContainer >::Pointer = SmartPointer<Self> |
Definition at line 40 of file itkVectorContainerSource.h.
| using itk::VectorContainerSource< TOutputVectorContainer >::Self = VectorContainerSource |
Standard ITK-stuff.
Definition at line 38 of file itkVectorContainerSource.h.
| using itk::VectorContainerSource< TOutputVectorContainer >::Superclass = ProcessObject |
Definition at line 39 of file itkVectorContainerSource.h.
|
protected |
The constructor.
|
overrideprotecteddefault |
The destructor.
| OutputVectorContainerType * itk::VectorContainerSource< TOutputVectorContainer >::GetOutput | ( | ) |
Get the vector container output of this process object.
| OutputVectorContainerType * itk::VectorContainerSource< TOutputVectorContainer >::GetOutput | ( | unsigned int | idx | ) |
Get the vector container output of this process object.
|
virtual |
Graft the specified DataObject onto this ProcessObject's output.
|
virtual |
Graft the specified DataObject onto this ProcessObject's output.
| itk::VectorContainerSource< TOutputVectorContainer >::ITK_DISALLOW_COPY_AND_MOVE | ( | VectorContainerSource< TOutputVectorContainer > | ) |
| itk::VectorContainerSource< TOutputVectorContainer >::itkOverrideGetNameOfClassMacro | ( | VectorContainerSource< TOutputVectorContainer > | ) |
Run-time type information (and related methods).
|
override |
Make a DataObject of the correct type to used as the specified output.
|
static |
Method for creation through the object factory.
|
overrideprotected |
PrintSelf.
|
private |
Definition at line 90 of file itkVectorContainerSource.h.
|
private |
Member variables.
Definition at line 89 of file itkVectorContainerSource.h.
Generated on 1774142652 for elastix by 1.15.0 |