#include <itkSpatialObjectToImageFilter.h>
Inheritance diagram for itk::SpatialObjectToImageFilter:
Public Types | |
typedef SpatialObjectToImageFilter | Self |
typedef ImageSource< TOutputImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TOutputImage::SizeType | SizeType |
typedef TOutputImage | OutputImageType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef TInputSpatialObject | InputSpatialObjectType |
typedef InputSpatialObjectType::Pointer | InputSpatialObjectPointer |
typedef InputSpatialObjectType::ConstPointer | InputSpatialObjectConstPointer |
typedef TInputSpatialObject::ChildrenListType | ChildrenListType |
Public Methods | |
virtual const char * | GetClassName () const |
virtual void | GenerateOutputInformation () |
virtual void | GenerateData () |
virtual void | SetChildrenDepth (unsigned int _arg) |
virtual unsigned int | GetChildrenDepth () |
itkStaticConstMacro (ObjectDimension, unsigned int, InputSpatialObjectType::ObjectDimension) | |
itkStaticConstMacro (OutputImageDimension, unsigned int, TOutputImage::ImageDimension) | |
virtual void | SetInput (const InputSpatialObjectType *object) |
virtual void | SetInput (unsigned int, const InputSpatialObjectType *object) |
const InputSpatialObjectType * | GetInput (void) |
const InputSpatialObjectType * | GetInput (unsigned int idx) |
virtual void | SetSize (SizeType _arg) |
virtual SizeType | GetSize () |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
SpatialObjectToImageFilter () | |
~SpatialObjectToImageFilter () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
Protected Attributes | |
SizeType | m_Size |
unsigned int | m_ChildrenDepth |
Definition at line 35 of file itkSpatialObjectToImageFilter.h.
|
Definition at line 60 of file itkSpatialObjectToImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 42 of file itkSpatialObjectToImageFilter.h. |
|
Definition at line 59 of file itkSpatialObjectToImageFilter.h. |
|
Definition at line 58 of file itkSpatialObjectToImageFilter.h. |
|
Some convenient typedefs. Definition at line 57 of file itkSpatialObjectToImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 45 of file itkSpatialObjectToImageFilter.h. |
|
Superclass typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 54 of file itkSpatialObjectToImageFilter.h. |
|
Some convenient typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 44 of file itkSpatialObjectToImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 41 of file itkSpatialObjectToImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 39 of file itkSpatialObjectToImageFilter.h. |
|
Definition at line 43 of file itkSpatialObjectToImageFilter.h. |
|
Reimplemented from itk::ImageSource< TOutputImage >. Definition at line 40 of file itkSpatialObjectToImageFilter.h. |
|
|
|
|
|
A version of GenerateData() specific for image processing filters. This implementation will split the processing across multiple threads. The buffer is allocated by this method. Then the BeforeThreadedGenerateData() method is called (if provided). Then, a series of threads are spawned each calling ThreadedGenerateData(). After all the threads have completed processing, the AfterThreadedGenerateData() method is called (if provided). If an image processing filter cannot be threaded, the filter should provide an implementation of GenerateData(). That implementation is responsible for allocating the output buffer. If a filter an be threaded, it should NOT provide a GenerateData() method but should provide a ThreadedGenerateData() instead.
Reimplemented from itk::ImageSource< TOutputImage >. |
|
Generate the information decribing the output data. The default implementation of this method will copy information from the input to the output. A filter may override this method if its output will have different information than its input. For instance, a filter that shrinks an image will need to provide an implementation for this method that changes the spacing of the pixels. Such filters should call their superclass' implementation of this method prior to changing the information values they need (i.e. GenerateOutputInformation() should call Superclass::GenerateOutputInformation() prior to changing the information. Reimplemented from itk::ProcessObject. Definition at line 76 of file itkSpatialObjectToImageFilter.h. References HardConnectedComponentImageFilter::PrintSelf(), and HardConnectedComponentImageFilter::SizeType. |
|
|
|
Run-time type information (and related methods). Reimplemented from itk::ImageSource< TOutputImage >. |
|
Set/Get the image input of this process object. Reimplemented from itk::ProcessObject. |
|
Set/Get the image input of this process object. |
|
Set/Get Size |
|
ImageDimension constants |
|
ImageDimension constants |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::ProcessObject. |
|
|
|
Set/Get the image input of this process object. |
|
Set/Get the image input of this process object. |
|
Set/Get Size |
|
Definition at line 92 of file itkSpatialObjectToImageFilter.h. |
|
Definition at line 91 of file itkSpatialObjectToImageFilter.h. |