ITK
5.0.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.
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage |
using | OutputMeshPointer = typename OutputMeshType::Pointer |
using | OutputMeshType = TOutputMesh |
using | PointDataContainer = typename OutputMeshType::PointDataContainer |
using | PointDataContainerIterator = typename PointDataContainer::Iterator |
using | PointDataContainerPointer = typename PointDataContainer::Pointer |
using | Pointer = SmartPointer< Self > |
using | PointIdentifier = typename OutputMeshType::PointIdentifier |
using | PointsContainer = typename OutputMeshType::PointsContainer |
using | PointsContainerIterator = typename PointsContainer::Iterator |
using | PointsContainerPointer = typename PointsContainer::Pointer |
using | PointType = typename OutputMeshType::PointType |
using | Self = ImageToParametricSpaceFilter |
using | Superclass = ImageToMeshFilter< TInputImage, TOutputMesh > |
Public Types inherited from itk::ImageToMeshFilter< TInputImage, TOutputMesh > | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectPointerArraySizeType = ProcessObject::DataObjectPointerArraySizeType |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage |
using | OutputMeshPointer = typename OutputMeshType::Pointer |
using | OutputMeshType = TOutputMesh |
using | Pointer = SmartPointer< Self > |
using | Self = ImageToMeshFilter |
using | Superclass = MeshSource< TOutputMesh > |
Public Types inherited from itk::MeshSource< TOutputMesh > | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = Superclass::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | OutputMeshPointer = typename OutputMeshType::Pointer |
using | OutputMeshType = TOutputMesh |
using | Pointer = SmartPointer< Self > |
using | Self = MeshSource |
using | Superclass = ProcessObject |
using | DataObjectPointerArraySizeType = ProcessObject::DataObjectPointerArraySizeType |
Public Types inherited from itk::ProcessObject | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = DataObject::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArray = std::vector< DataObjectPointer > |
using | DataObjectPointerArraySizeType = DataObjectPointerArray::size_type |
using | MultiThreaderType = MultiThreaderBase |
using | NameArray = std::vector< DataObjectIdentifierType > |
using | Pointer = SmartPointer< Self > |
using | Self = ProcessObject |
using | Superclass = Object |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::MeshSource< TOutputMesh > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | PointDimension = TOutputMesh::PointDimension |
Private Attributes | |
bool | m_ComputeIndices |
Additional Inherited Members | |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
using itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::ConstPointer = SmartPointer< const Self > |
Definition at line 56 of file itkImageToParametricSpaceFilter.h.
using itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::InputImageConstPointer = typename InputImageType::ConstPointer |
Definition at line 66 of file itkImageToParametricSpaceFilter.h.
using itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::InputImagePixelType = typename InputImageType::PixelType |
Definition at line 68 of file itkImageToParametricSpaceFilter.h.
using itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::InputImageRegionType = typename InputImageType::RegionType |
Definition at line 67 of file itkImageToParametricSpaceFilter.h.
using itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::InputImageType = TInputImage |
Some type alias associated with the input images.
Definition at line 65 of file itkImageToParametricSpaceFilter.h.
using itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::OutputMeshPointer = typename OutputMeshType::Pointer |
Definition at line 73 of file itkImageToParametricSpaceFilter.h.
using itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::OutputMeshType = TOutputMesh |
Some type alias associated with the output mesh.
Definition at line 71 of file itkImageToParametricSpaceFilter.h.
using itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::PointDataContainer = typename OutputMeshType::PointDataContainer |
Definition at line 78 of file itkImageToParametricSpaceFilter.h.
using itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::PointDataContainerIterator = typename PointDataContainer::Iterator |
Definition at line 80 of file itkImageToParametricSpaceFilter.h.
using itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::PointDataContainerPointer = typename PointDataContainer::Pointer |
Definition at line 79 of file itkImageToParametricSpaceFilter.h.
using itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::Pointer = SmartPointer< Self > |
Definition at line 55 of file itkImageToParametricSpaceFilter.h.
using itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::PointIdentifier = typename OutputMeshType::PointIdentifier |
Definition at line 75 of file itkImageToParametricSpaceFilter.h.
using itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::PointsContainer = typename OutputMeshType::PointsContainer |
Definition at line 74 of file itkImageToParametricSpaceFilter.h.
using itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::PointsContainerIterator = typename PointsContainer::Iterator |
Definition at line 77 of file itkImageToParametricSpaceFilter.h.
using itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::PointsContainerPointer = typename PointsContainer::Pointer |
Definition at line 76 of file itkImageToParametricSpaceFilter.h.
using itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::PointType = typename OutputMeshType::PointType |
Definition at line 72 of file itkImageToParametricSpaceFilter.h.
using itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::Self = ImageToParametricSpaceFilter |
Standard class type aliases.
Definition at line 53 of file itkImageToParametricSpaceFilter.h.
using itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >::Superclass = ImageToMeshFilter< TInputImage, TOutputMesh > |
Definition at line 54 of file itkImageToParametricSpaceFilter.h.
|
protected |
|
overrideprotecteddefault |
|
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.
|
overridevirtual |
Some type alias associated with the output mesh.
Reimplemented from itk::ProcessObject.
|
overridevirtual |
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.
|
overrideprotectedvirtual |
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 106 of file itkImageToParametricSpaceFilter.h.
|
static |
The dimension of the output mesh.
Definition at line 83 of file itkImageToParametricSpaceFilter.h.