#include <itkParametricSpaceToImageSpaceMeshFilter.h>
ParametricSpaceToImageSpaceMeshFilter takes an itk::Mesh on which the point Data is expected to contain itk::Index of itk::Image pixels associated with each point of the Mesh, and construct with them a new mesh whose points are in the coordinates of those pixels.
The input mesh is assumed to represent pixels in some parametric space. The output mesh is suitable to be superimposed as an overlay to the associated image specified by the user.
The additional content of the mesh is passed untouched, including the connectivity and the additional information contained on cells and points.
Definition at line 47 of file itkParametricSpaceToImageSpaceMeshFilter.h.
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Additional Inherited Members | |
![]() | |
template<typename TSourceObject> | |
static void | MakeRequiredOutputs (TSourceObject &sourceObject, const DataObjectPointerArraySizeType numberOfRequiredOutputs) |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
![]() | |
TimeStamp | m_OutputInformationMTime {} |
bool | m_Updating {} |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
using itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::ConstPointer = SmartPointer<const Self> |
Definition at line 56 of file itkParametricSpaceToImageSpaceMeshFilter.h.
using itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::CoordinateType = typename TInputMesh::CoordinateType |
Type for representing coordinates.
Definition at line 59 of file itkParametricSpaceToImageSpaceMeshFilter.h.
using itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::InputMeshPointer = typename InputMeshType::Pointer |
Definition at line 67 of file itkParametricSpaceToImageSpaceMeshFilter.h.
using itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::InputMeshType = TInputMesh |
Definition at line 65 of file itkParametricSpaceToImageSpaceMeshFilter.h.
using itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::OutputMeshPointer = typename OutputMeshType::Pointer |
Definition at line 68 of file itkParametricSpaceToImageSpaceMeshFilter.h.
using itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::OutputMeshType = TOutputMesh |
Definition at line 66 of file itkParametricSpaceToImageSpaceMeshFilter.h.
using itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::Pointer = SmartPointer<Self> |
Definition at line 55 of file itkParametricSpaceToImageSpaceMeshFilter.h.
using itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::Self = ParametricSpaceToImageSpaceMeshFilter |
Standard class type aliases.
Definition at line 53 of file itkParametricSpaceToImageSpaceMeshFilter.h.
using itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::Superclass = MeshToMeshFilter<TInputMesh, TOutputMesh> |
Definition at line 54 of file itkParametricSpaceToImageSpaceMeshFilter.h.
|
protected |
Referenced by GetNameOfClass().
|
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::MeshToMeshFilter< TInputMesh, TOutputMesh >.
|
overrideprotectedvirtual |
Generate requested data.
Reimplemented from itk::ProcessObject.
|
overrideprotectedvirtual |
Generate additional information in the output
Reimplemented from itk::ProcessObject.
|
overridevirtual |
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
References ParametricSpaceToImageSpaceMeshFilter().
|
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::MeshSource< TOutputMesh >.