|
|
Home | Main Page | Modules | 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.
Inheritance diagram for itk::VectorContainerSource< TOutputVectorContainer >: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 itk::ImageFullSampler< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageFullSampler< TInputImage >, itk::ImageGridSampler< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageGridSampler< TInputImage >, itk::ImageRandomCoordinateSampler< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageRandomCoordinateSampler< TInputImage >, itk::ImageRandomSampler< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageRandomSampler< TInputImage >, itk::ImageRandomSamplerBase< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageRandomSamplerBase< TInputImage >, itk::ImageRandomSamplerSparseMask< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageRandomSamplerSparseMask< TInputImage >, itk::ImageSamplerBase< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageSamplerBase< TElastix >, itk::ImageSamplerBase< TInputImage >, itk::MultiInputImageRandomCoordinateSampler< TInputImage >, itk::MultiInputImageRandomCoordinateSampler< elx::ImageSamplerBase< TElastix >::InputImageType >, elastix::FullSampler< TElastix >, elastix::GridSampler< TElastix >, elastix::MultiInputRandomCoordinateSampler< TElastix >, elastix::RandomSampler< TElastix >, elastix::RandomCoordinateSampler< TElastix >, and elastix::RandomSamplerSparseMask< TElastix >.
| 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 1739326392 for elastix by 1.9.8 |