ITK
6.0.0
Insight Toolkit
|
#include <itkWarpMeshFilter.h>
WarpMeshFilter applies a deformation field to all the points of a mesh. The deformation field is represented as an image of Vectors.
The additional content of the mesh is passed untouched. Including the connectivity and the additional information contained on cells and points.
Meshes that have added information like normal vector on the points, will have to take care of transforming this data by other means.
Definition at line 42 of file itkWarpMeshFilter.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::WarpMeshFilter< TInputMesh, TOutputMesh, TDisplacementField >::ConstPointer = SmartPointer<const Self> |
Definition at line 51 of file itkWarpMeshFilter.h.
using itk::WarpMeshFilter< TInputMesh, TOutputMesh, TDisplacementField >::CoordRepType = typename TInputMesh::CoordRepType |
Type for representing coordinates.
Definition at line 60 of file itkWarpMeshFilter.h.
using itk::WarpMeshFilter< TInputMesh, TOutputMesh, TDisplacementField >::DisplacementFieldPointer = typename DisplacementFieldType::ConstPointer |
Definition at line 64 of file itkWarpMeshFilter.h.
using itk::WarpMeshFilter< TInputMesh, TOutputMesh, TDisplacementField >::DisplacementFieldType = TDisplacementField |
Deformation field type alias support
Definition at line 63 of file itkWarpMeshFilter.h.
using itk::WarpMeshFilter< TInputMesh, TOutputMesh, TDisplacementField >::DisplacementType = typename DisplacementFieldType::PixelType |
Definition at line 65 of file itkWarpMeshFilter.h.
using itk::WarpMeshFilter< TInputMesh, TOutputMesh, TDisplacementField >::InputMeshPointer = typename InputMeshType::Pointer |
Definition at line 54 of file itkWarpMeshFilter.h.
using itk::WarpMeshFilter< TInputMesh, TOutputMesh, TDisplacementField >::InputMeshType = TInputMesh |
Definition at line 53 of file itkWarpMeshFilter.h.
using itk::WarpMeshFilter< TInputMesh, TOutputMesh, TDisplacementField >::OutputMeshPointer = typename OutputMeshType::Pointer |
Definition at line 57 of file itkWarpMeshFilter.h.
using itk::WarpMeshFilter< TInputMesh, TOutputMesh, TDisplacementField >::OutputMeshType = TOutputMesh |
Definition at line 56 of file itkWarpMeshFilter.h.
using itk::WarpMeshFilter< TInputMesh, TOutputMesh, TDisplacementField >::Pointer = SmartPointer<Self> |
Definition at line 50 of file itkWarpMeshFilter.h.
using itk::WarpMeshFilter< TInputMesh, TOutputMesh, TDisplacementField >::Self = WarpMeshFilter |
Standard class type aliases.
Definition at line 48 of file itkWarpMeshFilter.h.
using itk::WarpMeshFilter< TInputMesh, TOutputMesh, TDisplacementField >::Superclass = MeshToMeshFilter<TInputMesh, TOutputMesh> |
Definition at line 49 of file itkWarpMeshFilter.h.
|
protected |
|
overrideprotecteddefault |
|
overrideprotectedvirtual |
Generate Requested Data
Reimplemented from itk::ProcessObject.
const DisplacementFieldType * itk::WarpMeshFilter< TInputMesh, TOutputMesh, TDisplacementField >::GetDisplacementField | ( | ) | const |
Get a pointer the deformation field.
|
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 >.
void itk::WarpMeshFilter< TInputMesh, TOutputMesh, TDisplacementField >::SetDisplacementField | ( | const DisplacementFieldType * | field | ) |
Set the deformation field.