#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 | |
virtual const char * | GetClassName () const |
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) | |
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.
|
virtual |
Run-time type information (and related methods).
Reimplemented in elastix::FullSampler< TElastix >, elastix::GridSampler< TElastix >, elastix::MultiInputRandomCoordinateSampler< TElastix >, elastix::RandomCoordinateSampler< TElastix >, elastix::RandomSampler< TElastix >, elastix::RandomSamplerSparseMask< TElastix >, itk::ImageFullSampler< TInputImage >, itk::ImageFullSampler< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageGridSampler< TInputImage >, itk::ImageGridSampler< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageRandomCoordinateSampler< TInputImage >, itk::ImageRandomCoordinateSampler< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageRandomSampler< TInputImage >, itk::ImageRandomSampler< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageRandomSamplerBase< TInputImage >, itk::ImageRandomSamplerBase< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageRandomSamplerSparseMask< TInputImage >, itk::ImageRandomSamplerSparseMask< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageSamplerBase< TInputImage >, itk::ImageSamplerBase< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageSamplerBase< TElastix >, itk::MultiInputImageRandomCoordinateSampler< TInputImage >, and itk::MultiInputImageRandomCoordinateSampler< elx::ImageSamplerBase< TElastix >::InputImageType >.
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 > | ) |
|
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 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |