#include <itkTransformMeshFilter.h>
TransformMeshFilter applies a transform to all the points of a mesh.
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 itkTransformMeshFilter.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 () |
Protected Attributes | |
TransformType::Pointer | m_Transform {} |
![]() | |
TimeStamp | m_OutputInformationMTime {} |
bool | m_Updating {} |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
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) |
using itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform >::ConstPointer = SmartPointer<const Self> |
Definition at line 51 of file itkTransformMeshFilter.h.
using itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform >::CoordinateType = typename TInputMesh::CoordinateType |
Type for representing coordinates.
Definition at line 59 of file itkTransformMeshFilter.h.
using itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform >::InputMeshPointer = typename InputMeshType::Pointer |
Definition at line 55 of file itkTransformMeshFilter.h.
using itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform >::InputMeshType = TInputMesh |
Definition at line 53 of file itkTransformMeshFilter.h.
using itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform >::OutputMeshPointer = typename OutputMeshType::Pointer |
Definition at line 56 of file itkTransformMeshFilter.h.
using itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform >::OutputMeshType = TOutputMesh |
Definition at line 54 of file itkTransformMeshFilter.h.
using itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform >::Pointer = SmartPointer<Self> |
Definition at line 50 of file itkTransformMeshFilter.h.
using itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform >::Self = TransformMeshFilter |
Standard class type aliases.
Definition at line 48 of file itkTransformMeshFilter.h.
using itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform >::Superclass = MeshToMeshFilter<TInputMesh, TOutputMesh> |
Definition at line 49 of file itkTransformMeshFilter.h.
using itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform >::TransformType = TTransform |
Type of the transform.
Definition at line 66 of file itkTransformMeshFilter.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.
|
virtual |
Get/Set transform.
|
overridevirtual |
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
References TransformMeshFilter().
|
virtual |
Get/Set transform.
|
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 >.
|
virtual |
Get/Set transform.
|
protected |
Transform to apply to all the mesh points.
Definition at line 90 of file itkTransformMeshFilter.h.