ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkImageToParametricSpaceFilter.h>
Generate a mesh of parametric space from input images.
ImageToParametricSpaceFilter takes a three Images of equal dimension and size and generates from them a Mesh.
The mesh contains one point for every pixel on the images. The coordinate of the point being equal to the gray level of the associated input pixels.
This class is intended to produce the population of points that represent samples in a parametric space. In this particular case the parameters are the gray levels of the input images
The dimension of the mesh points should be equal to the number of input images to this filter.
Definition at line 46 of file itkImageToParametricSpaceFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | PointDimension = TOutputMesh::PointDimension |
Private Member Functions | |
ImageToParametricSpaceFilter (const ImageToParametricSpaceFilter &) | |
void | operator= (const ImageToParametricSpaceFilter &) |
Private Attributes | |
bool | m_ComputeIndices |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
typedef SmartPointer< const Self > itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::ConstPointer |
Definition at line 54 of file itkImageToParametricSpaceFilter.h.
typedef InputImageType::ConstPointer itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::InputImageConstPointer |
Definition at line 64 of file itkImageToParametricSpaceFilter.h.
typedef InputImageType::PixelType itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::InputImagePixelType |
Definition at line 66 of file itkImageToParametricSpaceFilter.h.
typedef InputImageType::RegionType itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::InputImageRegionType |
Definition at line 65 of file itkImageToParametricSpaceFilter.h.
typedef TInputImage itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::InputImageType |
Some typedefs associated with the input images.
Definition at line 60 of file itkImageToParametricSpaceFilter.h.
typedef OutputMeshType::Pointer itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::OutputMeshPointer |
Definition at line 71 of file itkImageToParametricSpaceFilter.h.
typedef TOutputMesh itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::OutputMeshType |
Some typedefs associated with the output mesh.
Definition at line 69 of file itkImageToParametricSpaceFilter.h.
typedef OutputMeshType::PointDataContainer itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::PointDataContainer |
Definition at line 76 of file itkImageToParametricSpaceFilter.h.
typedef PointDataContainer::Iterator itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::PointDataContainerIterator |
Definition at line 78 of file itkImageToParametricSpaceFilter.h.
typedef PointDataContainer::Pointer itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::PointDataContainerPointer |
Definition at line 77 of file itkImageToParametricSpaceFilter.h.
typedef SmartPointer< Self > itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::Pointer |
Definition at line 53 of file itkImageToParametricSpaceFilter.h.
typedef OutputMeshType::PointIdentifier itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::PointIdentifier |
Definition at line 73 of file itkImageToParametricSpaceFilter.h.
typedef OutputMeshType::PointsContainer itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::PointsContainer |
Definition at line 72 of file itkImageToParametricSpaceFilter.h.
typedef PointsContainer::Iterator itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::PointsContainerIterator |
Definition at line 75 of file itkImageToParametricSpaceFilter.h.
typedef PointsContainer::Pointer itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::PointsContainerPointer |
Definition at line 74 of file itkImageToParametricSpaceFilter.h.
typedef OutputMeshType::PointType itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::PointType |
Definition at line 70 of file itkImageToParametricSpaceFilter.h.
typedef ImageToParametricSpaceFilter itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::Self |
Standard class typedefs.
Definition at line 51 of file itkImageToParametricSpaceFilter.h.
typedef ImageToMeshFilter< TInputImage, TOutputMesh > itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::Superclass |
Definition at line 52 of file itkImageToParametricSpaceFilter.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.
|
virtual |
Some typedefs associated with the output mesh.
Reimplemented from itk::ProcessObject.
|
virtual |
Prepare the output.
Reimplemented from itk::ImageToMeshFilter< TInputImage, TOutputMesh >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToMeshFilter< TInputImage, TOutputMesh >.
|
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 |
Select if the indices of input image pixels will be stored as data at each one of the mesh points. That assumes that the type of PointData in the output mesh is capable of accepting an itk::Index through an operator=(). Default value = true
|
private |
This variable defines if the indices of input image pixels will be stored as Data at each one of the mesh points.
Definition at line 109 of file itkImageToParametricSpaceFilter.h.
|
static |
The dimension of the output mesh.
Definition at line 82 of file itkImageToParametricSpaceFilter.h.