ITK
5.2.0
Insight Toolkit
|
#include <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 | |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
Protected Attributes inherited from itk::ProcessObject | |
bool | m_Updating |
TimeStamp | m_OutputInformationMTime |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
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.
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 |
|
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.
const DisplacementFieldType* itk::WarpMeshFilter< TInputMesh, TOutputMesh, TDisplacementField >::GetDisplacementField | ( | ) | const |
Get a pointer the deformation field.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
Make a DataObject of the correct type to used as the specified output. Every ProcessObject subclass must be able to create a DataObject that can be used as a specified output. This method is automatically called when DataObject::DisconnectPipeline() is called. DataObject::DisconnectPipeline, disconnects a data object from being an output of its current source. When the data object is disconnected, the ProcessObject needs to construct a replacement output data object so that the ProcessObject is in a valid state. So DataObject::DisconnectPipeline eventually calls ProcessObject::MakeOutput. Note that MakeOutput always returns a SmartPointer to a DataObject. If a subclass of MeshSource has multiple outputs of different types, then that class must provide an implementation of MakeOutput().
Reimplemented from itk::MeshSource< TOutputMesh >.
void itk::WarpMeshFilter< TInputMesh, TOutputMesh, TDisplacementField >::SetDisplacementField | ( | const DisplacementFieldType * | field | ) |
Set the deformation field.