#include <itkImageToParametricSpaceFilter.h>
Inheritance diagram for itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >:
Public Types | |
typedef ImageToParametricSpaceFilter | Self |
typedef ProcessObject | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage | InputImageType |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef InputImageType::PixelType | InputImagePixelType |
typedef ImageRegionConstIteratorWithIndex< InputImageType > | InputImageIterator |
typedef TOutputMesh | OutputMeshType |
typedef OutputMeshType::PointType | PointType |
typedef OutputMeshType::Pointer | OutputMeshPointer |
typedef OutputMeshType::PointsContainer | PointsContainer |
typedef OutputMeshType::PointIdentifier | PointIdentifier |
typedef PointsContainer::Pointer | PointsContainerPointer |
typedef PointsContainer::Iterator | PointsContainerIterator |
typedef OutputMeshType::PointDataContainer | PointDataContainer |
typedef PointDataContainer::Pointer | PointDataContainerPointer |
typedef PointDataContainer::Iterator | PointDataContainerIterator |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
itkStaticConstMacro (PointDimension, unsigned int, TOutputMesh::PointDimension) | |
void | GenerateData (void) |
void | GenerateOutputInformation (void) |
virtual void | SetComputeIndices (bool _arg) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
ImageToParametricSpaceFilter () | |
~ImageToParametricSpaceFilter () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
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 47 of file itkImageToParametricSpaceFilter.h.
|
Reimplemented from itk::ImageToMeshFilter< TInputImage, TOutputMesh >. Definition at line 55 of file itkImageToParametricSpaceFilter.h. |
|
Reimplemented from itk::ImageToMeshFilter< TInputImage, TOutputMesh >. Definition at line 65 of file itkImageToParametricSpaceFilter.h. |
|
Definition at line 69 of file itkImageToParametricSpaceFilter.h. |
|
Reimplemented from itk::ImageToMeshFilter< TInputImage, TOutputMesh >. Definition at line 67 of file itkImageToParametricSpaceFilter.h. |
|
Reimplemented from itk::ImageToMeshFilter< TInputImage, TOutputMesh >. Definition at line 66 of file itkImageToParametricSpaceFilter.h. |
|
Some typedefs associated with the input images. Reimplemented from itk::ImageToMeshFilter< TInputImage, TOutputMesh >. Definition at line 64 of file itkImageToParametricSpaceFilter.h. |
|
Reimplemented from itk::ImageToMeshFilter< TInputImage, TOutputMesh >. Definition at line 74 of file itkImageToParametricSpaceFilter.h. |
|
Some typedefs associated with the output mesh. Reimplemented from itk::ImageToMeshFilter< TInputImage, TOutputMesh >. Definition at line 72 of file itkImageToParametricSpaceFilter.h. |
|
Definition at line 79 of file itkImageToParametricSpaceFilter.h. |
|
Definition at line 81 of file itkImageToParametricSpaceFilter.h. |
|
Definition at line 80 of file itkImageToParametricSpaceFilter.h. |
|
Reimplemented from itk::ImageToMeshFilter< TInputImage, TOutputMesh >. Definition at line 54 of file itkImageToParametricSpaceFilter.h. |
|
Definition at line 76 of file itkImageToParametricSpaceFilter.h. |
|
Definition at line 75 of file itkImageToParametricSpaceFilter.h. |
|
Definition at line 78 of file itkImageToParametricSpaceFilter.h. |
|
Definition at line 77 of file itkImageToParametricSpaceFilter.h. |
|
Definition at line 73 of file itkImageToParametricSpaceFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ImageToMeshFilter< TInputImage, TOutputMesh >. Definition at line 52 of file itkImageToParametricSpaceFilter.h. |
|
Reimplemented from itk::ImageToMeshFilter< TInputImage, TOutputMesh >. Definition at line 53 of file itkImageToParametricSpaceFilter.h. |
|
|
|
|
|
Some typedefs associated with the output mesh. Reimplemented from itk::ProcessObject. |
|
Prepare the output. Reimplemented from itk::ImageToMeshFilter< TInputImage, TOutputMesh >. |
|
Run-time type information (and related methods). Reimplemented from itk::ImageToMeshFilter< TInputImage, TOutputMesh >. |
|
The dimension of the output mesh. |
|
Method for creation through the object factory. Reimplemented from itk::MeshSource< TOutputMesh >. |
|
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::ImageToMeshFilter< TInputImage, TOutputMesh >. |
|
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 |