![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkImageToVectorContainerFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DataObjectPointer | DataObjectPointer |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef Superclass::OutputVectorContainerPointer | OutputVectorContainerPointer |
typedef Superclass::OutputVectorContainerType | OutputVectorContainerType |
typedef SmartPointer< Self > | Pointer |
typedef ImageToVectorContainerFilter | Self |
typedef VectorContainerSource < TOutputVectorContainer > | Superclass |
![]() | |
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 |
const InputImageType * | GetInput (void) |
const InputImageType * | GetInput (unsigned int idx) |
OutputVectorContainerType * | GetOutput (void) |
DataObject::Pointer | MakeOutput (unsigned int idx) |
void | SetInput (unsigned int idx, const InputImageType *input) |
void | SetInput (const InputImageType *input) |
![]() | |
OutputVectorContainerType * | GetOutput (void) |
OutputVectorContainerType * | GetOutput (unsigned int idx) |
virtual void | GraftNthOutput (unsigned int idx, DataObject *output) |
virtual void | GraftOutput (DataObject *output) |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
Protected Member Functions | |
ImageToVectorContainerFilter () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual | ~ImageToVectorContainerFilter () |
![]() | |
void | GenerateInputRequestedRegion (void) |
void | PrintSelf (std::ostream &os, Indent indent) const |
VectorContainerSource () | |
virtual | ~VectorContainerSource () |
Private Member Functions | |
ImageToVectorContainerFilter (const Self &) | |
void | operator= (const Self &) |
Base class that takes in an image and pops out a vector container.
Definition at line 31 of file itkImageToVectorContainerFilter.h.
typedef SmartPointer<const Self> itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::ConstPointer |
Definition at line 41 of file itkImageToVectorContainerFilter.h.
typedef Superclass::DataObjectPointer itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::DataObjectPointer |
Typedefs inherited from the superclass.
Definition at line 47 of file itkImageToVectorContainerFilter.h.
typedef InputImageType::ConstPointer itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::InputImageConstPointer |
Definition at line 57 of file itkImageToVectorContainerFilter.h.
typedef InputImageType::PixelType itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::InputImagePixelType |
Definition at line 59 of file itkImageToVectorContainerFilter.h.
typedef InputImageType::Pointer itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::InputImagePointer |
Definition at line 56 of file itkImageToVectorContainerFilter.h.
typedef InputImageType::RegionType itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::InputImageRegionType |
Definition at line 58 of file itkImageToVectorContainerFilter.h.
typedef TInputImage itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::InputImageType |
Some Image related typedefs.
Definition at line 55 of file itkImageToVectorContainerFilter.h.
typedef Superclass::OutputVectorContainerPointer itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::OutputVectorContainerPointer |
Definition at line 52 of file itkImageToVectorContainerFilter.h.
typedef Superclass::OutputVectorContainerType itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::OutputVectorContainerType |
Definition at line 51 of file itkImageToVectorContainerFilter.h.
typedef SmartPointer<Self> itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::Pointer |
Definition at line 40 of file itkImageToVectorContainerFilter.h.
typedef ImageToVectorContainerFilter itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::Self |
Standard ITK-stuff.
Definition at line 37 of file itkImageToVectorContainerFilter.h.
typedef VectorContainerSource< TOutputVectorContainer > itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::Superclass |
Definition at line 39 of file itkImageToVectorContainerFilter.h.
|
protected |
Prepare the output. The constructor.
|
inlineprotectedvirtual |
The destructor.
Definition at line 87 of file itkImageToVectorContainerFilter.h.
|
private |
The private constructor.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::VectorContainerSource< TOutputVectorContainer >.
Reimplemented in elastix::MultiInputRandomCoordinateSampler< TElastix >, elastix::RandomCoordinateSampler< TElastix >, elastix::RandomSamplerSparseMask< TElastix >, elastix::RandomSampler< TElastix >, elastix::GridSampler< TElastix >, elastix::FullSampler< TElastix >, itk::ImageSamplerBase< TInputImage >, itk::ImageSamplerBase< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageGridSampler< TInputImage >, itk::ImageGridSampler< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageRandomSampler< TInputImage >, itk::MultiInputImageRandomCoordinateSampler< TInputImage >, itk::ImageRandomSampler< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::MultiInputImageRandomCoordinateSampler< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageRandomCoordinateSampler< TInputImage >, itk::ImageRandomCoordinateSampler< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageRandomSamplerSparseMask< TInputImage >, itk::ImageRandomSamplerSparseMask< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageFullSampler< TInputImage >, itk::ImageFullSampler< elx::ImageSamplerBase< TElastix >::InputImageType >, itk::ImageRandomSamplerBase< TInputImage >, and itk::ImageRandomSamplerBase< elx::ImageSamplerBase< TElastix >::InputImageType >.
const InputImageType* itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::GetInput | ( | void | ) |
Get the input image of this process object.
const InputImageType* itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::GetInput | ( | unsigned int | idx | ) |
Get the input image of this process object.
OutputVectorContainerType* itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::GetOutput | ( | void | ) |
Get the output Mesh of this process object.
|
virtual |
Create a valid output.
Reimplemented from itk::VectorContainerSource< TOutputVectorContainer >.
|
static |
Method for creation through the object factory.
|
private |
The private copy constructor.
|
protected |
PrintSelf.
void itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::SetInput | ( | unsigned int | idx, |
const InputImageType * | input | ||
) |
Set the input image of this process object.
void itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >::SetInput | ( | const InputImageType * | input | ) |
Set the input image of this process object.
Generated on 04-01-2014 for elastix by ![]() |
![]() |