ITK
6.0.0
Insight Toolkit
|
#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 Public Member Functions inherited from itk::MeshToMeshFilter< TInputMesh, TOutputMesh > | |
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 val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Additional Inherited Members | |
Static Protected Member Functions inherited from itk::ProcessObject | |
template<typename TSourceObject > | |
static void | MakeRequiredOutputs (TSourceObject &sourceObject, const DataObjectPointerArraySizeType numberOfRequiredOutputs) |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
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::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::ConstPointer = SmartPointer<const Self> |
Definition at line 56 of file itkParametricSpaceToImageSpaceMeshFilter.h.
using itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::CoordRepType = typename TInputMesh::CoordRepType |
Type for representing coordinates.
Definition at line 59 of file itkParametricSpaceToImageSpaceMeshFilter.h.
using itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::InputMeshPointer = typename InputMeshType::Pointer |
Definition at line 63 of file itkParametricSpaceToImageSpaceMeshFilter.h.
using itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::InputMeshType = TInputMesh |
Definition at line 61 of file itkParametricSpaceToImageSpaceMeshFilter.h.
using itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::OutputMeshPointer = typename OutputMeshType::Pointer |
Definition at line 64 of file itkParametricSpaceToImageSpaceMeshFilter.h.
using itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >::OutputMeshType = TOutputMesh |
Definition at line 62 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 |
|
overrideprotecteddefault |
|
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 >.
|
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 >.