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.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DataObjectPointer | DataObjectPointer |
typedef OutputVectorContainerType::Pointer | OutputVectorContainerPointer |
typedef TOutputVectorContainer | OutputVectorContainerType |
typedef SmartPointer< Self > | Pointer |
typedef VectorContainerSource | Self |
typedef ProcessObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () const |
OutputVectorContainerType * | GetOutput (unsigned int idx) |
OutputVectorContainerType * | GetOutput (void) |
virtual void | GraftNthOutput (unsigned int idx, DataObject *output) |
virtual void | GraftOutput (DataObject *output) |
virtual DataObjectPointer | MakeOutput (unsigned int idx) |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
VectorContainerSource () | |
~VectorContainerSource () override | |
Private Member Functions | |
void | operator= (const Self &) |
VectorContainerSource (const Self &) | |
Private Attributes | |
int | m_GenerateDataNumberOfRegions |
int | m_GenerateDataRegion |
typedef SmartPointer< const Self > itk::VectorContainerSource< TOutputVectorContainer >::ConstPointer |
Definition at line 41 of file itkVectorContainerSource.h.
typedef Superclass::DataObjectPointer itk::VectorContainerSource< TOutputVectorContainer >::DataObjectPointer |
Some convenient typedefs.
Definition at line 50 of file itkVectorContainerSource.h.
typedef OutputVectorContainerType::Pointer itk::VectorContainerSource< TOutputVectorContainer >::OutputVectorContainerPointer |
Definition at line 52 of file itkVectorContainerSource.h.
typedef TOutputVectorContainer itk::VectorContainerSource< TOutputVectorContainer >::OutputVectorContainerType |
Definition at line 51 of file itkVectorContainerSource.h.
typedef SmartPointer< Self > itk::VectorContainerSource< TOutputVectorContainer >::Pointer |
Definition at line 40 of file itkVectorContainerSource.h.
typedef VectorContainerSource itk::VectorContainerSource< TOutputVectorContainer >::Self |
Standard ITK-stuff.
Definition at line 38 of file itkVectorContainerSource.h.
typedef ProcessObject itk::VectorContainerSource< TOutputVectorContainer >::Superclass |
Definition at line 39 of file itkVectorContainerSource.h.
|
protected |
The constructor.
|
inlineoverrideprotected |
The destructor.
Definition at line 74 of file itkVectorContainerSource.h.
|
private |
The private constructor.
|
virtual |
Run-time type information (and related methods).
Reimplemented in 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::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >, itk::ImageToVectorContainerFilter< elx::ImageSamplerBase< TElastix >::InputImageType, VectorDataContainer< std::vcl_size_t, ImageSample< elx::ImageSamplerBase< TElastix >::InputImageType > > >, itk::ImageToVectorContainerFilter< TElastix, VectorDataContainer< std::vcl_size_t, ImageSample< TElastix > > >, itk::ImageToVectorContainerFilter< TInputImage, VectorDataContainer< std::vcl_size_t, ImageSample< 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 | ( | unsigned int | idx | ) |
Get the vector container output of this process object.
OutputVectorContainerType * itk::VectorContainerSource< TOutputVectorContainer >::GetOutput | ( | void | ) |
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.
|
virtual |
Make a DataObject of the correct type to used as the specified output.
Reimplemented in itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >, itk::ImageToVectorContainerFilter< elx::ImageSamplerBase< TElastix >::InputImageType, VectorDataContainer< std::vcl_size_t, ImageSample< elx::ImageSamplerBase< TElastix >::InputImageType > > >, itk::ImageToVectorContainerFilter< TElastix, VectorDataContainer< std::vcl_size_t, ImageSample< TElastix > > >, and itk::ImageToVectorContainerFilter< TInputImage, VectorDataContainer< std::vcl_size_t, ImageSample< TInputImage > > >.
|
static |
Method for creation through the object factory.
|
private |
The private copy constructor.
|
overrideprotected |
PrintSelf.
|
private |
Definition at line 88 of file itkVectorContainerSource.h.
|
private |
Member variables.
Definition at line 87 of file itkVectorContainerSource.h.
Generated on 1667476801 for elastix by 1.9.4 |