ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkSpatialObjectToPointSetFilter.h>
Base class for filters that take a SpatialObject as input and produce a PointSet as output. The pointset created is in physical space.
Definition at line 34 of file itkSpatialObjectToPointSetFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::MeshSource< TOutputPointSet > | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ObjectDimension = InputSpatialObjectType::ObjectDimension |
Protected Attributes | |
unsigned int | m_ChildrenDepth |
Private Member Functions | |
void | operator= (const Self &) |
SpatialObjectToPointSetFilter (const Self &) | |
Private Attributes | |
unsigned int | m_SamplingFactor |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
typedef TInputSpatialObject::ChildrenListType itk::SpatialObjectToPointSetFilter< TInputSpatialObject, TOutputPointSet >::ChildrenListType |
Definition at line 59 of file itkSpatialObjectToPointSetFilter.h.
typedef SmartPointer< const Self > itk::SpatialObjectToPointSetFilter< TInputSpatialObject, TOutputPointSet >::ConstPointer |
Definition at line 41 of file itkSpatialObjectToPointSetFilter.h.
typedef DataObject::Pointer itk::SpatialObjectToPointSetFilter< TInputSpatialObject, TOutputPointSet >::DataObjectPointer |
Smart Pointer type to a DataObject.
Definition at line 47 of file itkSpatialObjectToPointSetFilter.h.
typedef InputSpatialObjectType::ConstPointer itk::SpatialObjectToPointSetFilter< TInputSpatialObject, TOutputPointSet >::InputSpatialObjectConstPointer |
Definition at line 58 of file itkSpatialObjectToPointSetFilter.h.
typedef InputSpatialObjectType::Pointer itk::SpatialObjectToPointSetFilter< TInputSpatialObject, TOutputPointSet >::InputSpatialObjectPointer |
Definition at line 57 of file itkSpatialObjectToPointSetFilter.h.
typedef TInputSpatialObject itk::SpatialObjectToPointSetFilter< TInputSpatialObject, TOutputPointSet >::InputSpatialObjectType |
Some convenient typedefs.
Definition at line 53 of file itkSpatialObjectToPointSetFilter.h.
typedef OutputPointSetType::Pointer itk::SpatialObjectToPointSetFilter< TInputSpatialObject, TOutputPointSet >::OutputPointSetPointer |
Definition at line 44 of file itkSpatialObjectToPointSetFilter.h.
typedef TOutputPointSet itk::SpatialObjectToPointSetFilter< TInputSpatialObject, TOutputPointSet >::OutputPointSetType |
Definition at line 43 of file itkSpatialObjectToPointSetFilter.h.
typedef itk::PointBasedSpatialObject< itkGetStaticConstMacro(ObjectDimension) > itk::SpatialObjectToPointSetFilter< TInputSpatialObject, TOutputPointSet >::PointBasedSpatialObjectType |
Definition at line 66 of file itkSpatialObjectToPointSetFilter.h.
typedef SmartPointer< Self > itk::SpatialObjectToPointSetFilter< TInputSpatialObject, TOutputPointSet >::Pointer |
Definition at line 40 of file itkSpatialObjectToPointSetFilter.h.
typedef itk::SpatialObjectPoint< itkGetStaticConstMacro(ObjectDimension) > itk::SpatialObjectToPointSetFilter< TInputSpatialObject, TOutputPointSet >::PointType |
Definition at line 65 of file itkSpatialObjectToPointSetFilter.h.
typedef SpatialObjectToPointSetFilter itk::SpatialObjectToPointSetFilter< TInputSpatialObject, TOutputPointSet >::Self |
Standard class typedefs.
Definition at line 38 of file itkSpatialObjectToPointSetFilter.h.
typedef MeshSource< TOutputPointSet > itk::SpatialObjectToPointSetFilter< TInputSpatialObject, TOutputPointSet >::Superclass |
Definition at line 39 of file itkSpatialObjectToPointSetFilter.h.
|
protected |
|
protected |
|
private |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
protectedvirtual |
This method causes the filter to generate its output.
Reimplemented from itk::ProcessObject.
|
inlineprotectedvirtual |
Generate the information describing 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 95 of file itkSpatialObjectToPointSetFilter.h.
|
virtual |
The spatial object being transformed can be part of a hierarchy. How deep in the hierarchy should we descend in generating the PointSet? A ChildrenDepth of 0 means to only include the object itself.
const InputSpatialObjectType* itk::SpatialObjectToPointSetFilter< TInputSpatialObject, TOutputPointSet >::GetInput | ( | void | ) |
const InputSpatialObjectType* itk::SpatialObjectToPointSetFilter< TInputSpatialObject, TOutputPointSet >::GetInput | ( | unsigned int | idx | ) |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::MeshSource< TOutputPointSet >.
|
virtual |
|
static |
Method for creation through the object factory.
|
private |
|
protectedvirtual |
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.
|
virtual |
The spatial object being transformed can be part of a hierarchy. How deep in the hierarchy should we descend in generating the PointSet? A ChildrenDepth of 0 means to only include the object itself.
|
virtual |
|
virtual |
|
virtual |
|
protected |
Definition at line 98 of file itkSpatialObjectToPointSetFilter.h.
|
private |
Definition at line 106 of file itkSpatialObjectToPointSetFilter.h.
|
static |
Dimension constants
Definition at line 63 of file itkSpatialObjectToPointSetFilter.h.