ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.h>
Laplacian mesh deformation with hard constraints (interpolating displacement for some handle points)
Laplacian mesh deformation offers the ability to deform 3D surface mesh while preserving local details.
In this context output mesh vertices are exactly constrained to provided output locations.
For details, see https://hdl.handle.net/10380/3410
Definition at line 41 of file itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputMesh | InputMeshType |
typedef Superclass::MatrixType | MatrixType |
typedef Superclass::OutputCoordRepType | OutputCoordRepType |
typedef TOutputMesh | OutputMeshType |
typedef Superclass::OutputPointIdentifier | OutputPointIdentifier |
typedef Superclass::OutputPointType | OutputPointType |
typedef SmartPointer< Self > | Pointer |
typedef LaplacianDeformationQuadEdgeMeshFilterWithHardConstraints | Self |
typedef TSolverTraits | SolverTraits |
typedef LaplacianDeformationQuadEdgeMeshFilter < TInputMesh, TOutputMesh, TSolverTraits > | Superclass |
typedef Superclass::ValueType | ValueType |
typedef Superclass::VectorType | VectorType |
Public Types inherited from itk::LaplacianDeformationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits > | |
enum | AreaType { NONE = 0, MIXEDAREA } |
typedef MatrixCoefficients < OutputMeshType > | CoefficientsComputationType |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputMesh | InputMeshType |
typedef Superclass::InputPointType | InputPointType |
typedef SolverTraits::MatrixType | MatrixType |
typedef Superclass::OutputCoordRepType | OutputCoordRepType |
typedef TOutputMesh | OutputMeshType |
typedef Superclass::OutputPointIdentifier | OutputPointIdentifier |
typedef Superclass::OutputPointType | OutputPointType |
typedef Superclass::OutputQEIterator | OutputQEIterator |
typedef Superclass::OutputQEPrimal | OutputQEPrimal |
typedef Superclass::OutputVectorType | OutputVectorType |
typedef SmartPointer< Self > | Pointer |
typedef LaplacianDeformationQuadEdgeMeshFilter | Self |
typedef TSolverTraits | SolverTraits |
typedef QuadEdgeMeshToQuadEdgeMeshFilter < TInputMesh, TOutputMesh > | Superclass |
typedef TriangleHelper < OutputPointType > | TriangleType |
typedef SolverTraits::ValueType | ValueType |
typedef SolverTraits::VectorType | VectorType |
Public Types inherited from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputMeshType::CellDataContainer | InputCellDataContainer |
typedef InputMeshType::CellsContainerConstIterator | InputCellsContainerConstIterator |
typedef InputMeshType::CellsContainerConstPointer | InputCellsContainerConstPointer |
typedef InputMeshType::CellTraits | InputCellTraits |
typedef InputMeshType::CoordRepType | InputCoordRepType |
typedef InputMeshType::EdgeCellType | InputEdgeCellType |
typedef InputMeshType::ConstPointer | InputMeshConstPointer |
typedef InputMeshType::Pointer | InputMeshPointer |
typedef TInputMesh | InputMeshType |
typedef InputMeshType::PointDataContainer | InputPointDataContainer |
typedef InputPointDataContainer::ConstPointer | InputPointDataContainerConstPointer |
typedef InputMeshType::PointIdentifier | InputPointIdentifier |
typedef InputMeshType::PointIdList | InputPointIdList |
typedef InputMeshType::PointsContainerConstIterator | InputPointsContainerConstIterator |
typedef InputMeshType::PointsContainerConstPointer | InputPointsContainerConstPointer |
typedef InputCellTraits::PointIdInternalIterator | InputPointsIdInternalIterator |
typedef InputMeshType::PointType | InputPointType |
typedef InputMeshType::PolygonCellType | InputPolygonCellType |
typedef InputQEPrimal::IteratorGeom | InputQEIterator |
typedef InputMeshType::QEPrimal | InputQEPrimal |
typedef InputMeshType::VectorType | InputVectorType |
typedef OutputMeshType::CellDataContainer | OutputCellDataContainer |
typedef OutputMeshType::CoordRepType | OutputCoordRepType |
typedef OutputMeshType::ConstPointer | OutputMeshConstPointer |
typedef OutputMeshType::Pointer | OutputMeshPointer |
typedef TOutputMesh | OutputMeshType |
typedef OutputMeshType::PointDataContainer | OutputPointDataContainer |
typedef OutputMeshType::PointIdentifier | OutputPointIdentifier |
typedef OutputMeshType::PointsContainerConstPointer | OutputPointsContainerConstPointer |
typedef OutputMeshType::PointsContainerIterator | OutputPointsContainerIterator |
typedef OutputMeshType::PointsContainerPointer | OutputPointsContainerPointer |
typedef OutputMeshType::PointType | OutputPointType |
typedef OutputQEPrimal::IteratorGeom | OutputQEIterator |
typedef OutputMeshType::QEPrimal | OutputQEPrimal |
typedef OutputMeshType::VectorType | OutputVectorType |
typedef SmartPointer< Self > | Pointer |
typedef QuadEdgeMeshToQuadEdgeMeshFilter | Self |
typedef MeshToMeshFilter < TInputMesh, TOutputMesh > | Superclass |
Public Types inherited from itk::MeshToMeshFilter< TInputMesh, TOutputMesh > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputMeshType::Pointer | InputMeshPointer |
typedef TInputMesh | InputMeshType |
typedef OutputMeshType::Pointer | OutputMeshPointer |
typedef TOutputMesh | OutputMeshType |
typedef SmartPointer< Self > | Pointer |
typedef MeshToMeshFilter | Self |
typedef MeshSource< TOutputMesh > | Superclass |
Public Types inherited from itk::MeshSource< TOutputMesh > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef OutputMeshType::Pointer | OutputMeshPointer |
typedef TOutputMesh | OutputMeshType |
typedef SmartPointer< Self > | Pointer |
typedef MeshSource | Self |
typedef ProcessObject | Superclass |
typedef ProcessObject::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
Public Types inherited from itk::ProcessObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef DataObjectPointerArray::size_type | DataObjectPointerArraySizeType |
typedef MultiThreader | MultiThreaderType |
typedef std::vector < DataObjectIdentifierType > | NameArray |
typedef SmartPointer< Self > | Pointer |
typedef ProcessObject | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh > | |
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 flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | InputPointDimension = InputMeshType::PointDimension |
static const unsigned int | OutputPointDimension = OutputMeshType::PointDimension |
Static Public Attributes inherited from itk::LaplacianDeformationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits > | |
static const unsigned int | InputPointDimension = InputMeshType::PointDimension |
static const unsigned int | OutputPointDimension = OutputMeshType::PointDimension |
Protected Types | |
typedef Superclass::ConstraintMapConstIterator | ConstraintMapConstIterator |
typedef Superclass::ConstraintMapType | ConstraintMapType |
typedef Superclass::OutputMapPointIdentifier | OutputMapPointIdentifier |
typedef Superclass::OutputMapPointIdentifierConstIterator | OutputMapPointIdentifierConstIterator |
typedef Superclass::OutputMapPointIdentifierIterator | OutputMapPointIdentifierIterator |
typedef Superclass::RowConstIterator | RowConstIterator |
typedef Superclass::RowIterator | RowIterator |
typedef Superclass::RowType | RowType |
Protected Types inherited from itk::LaplacianDeformationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits > | |
typedef AreaMapType::const_iterator | AreaMapConstIterator |
typedef itksys::hash_map < OutputPointIdentifier, OutputCoordRepType > | AreaMapType |
typedef CoefficientMapType::const_iterator | CoefficientMapConstIterator |
typedef itksys::hash_map < OutputQEPrimal *, OutputCoordRepType, HashOutputQEPrimal > | CoefficientMapType |
typedef ConstraintMapType::const_iterator | ConstraintMapConstIterator |
typedef itksys::hash_map < OutputPointIdentifier, OutputVectorType > | ConstraintMapType |
typedef itksys::hash_map < OutputPointIdentifier, OutputPointIdentifier > | OutputMapPointIdentifier |
typedef OutputMapPointIdentifier::const_iterator | OutputMapPointIdentifierConstIterator |
typedef OutputMapPointIdentifier::iterator | OutputMapPointIdentifierIterator |
typedef RowType::const_iterator | RowConstIterator |
typedef RowType::iterator | RowIterator |
typedef itksys::hash_map < OutputPointIdentifier, OutputCoordRepType > | RowType |
Additional Inherited Members | |
Protected Attributes inherited from itk::LaplacianDeformationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits > | |
AreaType | m_AreaComputationType |
CoefficientMapType | m_CoefficientMap |
CoefficientsComputationType * | m_CoefficientsMethod |
ConstraintMapType | m_Constraints |
OutputMapPointIdentifier | m_InternalMap |
AreaMapType | m_MixedAreaMap |
unsigned int | m_Order |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
typedef SmartPointer< const Self > itk::LaplacianDeformationQuadEdgeMeshFilterWithHardConstraints< TInputMesh, TOutputMesh, TSolverTraits >::ConstPointer |
Definition at line 51 of file itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.h.
|
protected |
Definition at line 86 of file itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.h.
|
protected |
Definition at line 85 of file itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.h.
typedef TInputMesh itk::LaplacianDeformationQuadEdgeMeshFilterWithHardConstraints< TInputMesh, TOutputMesh, TSolverTraits >::InputMeshType |
Input types.
Definition at line 54 of file itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.h.
typedef Superclass::MatrixType itk::LaplacianDeformationQuadEdgeMeshFilterWithHardConstraints< TInputMesh, TOutputMesh, TSolverTraits >::MatrixType |
Definition at line 68 of file itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.h.
typedef Superclass::OutputCoordRepType itk::LaplacianDeformationQuadEdgeMeshFilterWithHardConstraints< TInputMesh, TOutputMesh, TSolverTraits >::OutputCoordRepType |
Definition at line 61 of file itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.h.
|
protected |
Definition at line 81 of file itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.h.
|
protected |
Definition at line 83 of file itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.h.
|
protected |
Definition at line 82 of file itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.h.
typedef TOutputMesh itk::LaplacianDeformationQuadEdgeMeshFilterWithHardConstraints< TInputMesh, TOutputMesh, TSolverTraits >::OutputMeshType |
Output types.
Definition at line 59 of file itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.h.
typedef Superclass::OutputPointIdentifier itk::LaplacianDeformationQuadEdgeMeshFilterWithHardConstraints< TInputMesh, TOutputMesh, TSolverTraits >::OutputPointIdentifier |
Definition at line 62 of file itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.h.
typedef Superclass::OutputPointType itk::LaplacianDeformationQuadEdgeMeshFilterWithHardConstraints< TInputMesh, TOutputMesh, TSolverTraits >::OutputPointType |
Definition at line 60 of file itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.h.
typedef SmartPointer< Self > itk::LaplacianDeformationQuadEdgeMeshFilterWithHardConstraints< TInputMesh, TOutputMesh, TSolverTraits >::Pointer |
Definition at line 50 of file itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.h.
|
protected |
Definition at line 89 of file itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.h.
|
protected |
Definition at line 90 of file itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.h.
|
protected |
Definition at line 88 of file itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.h.
typedef LaplacianDeformationQuadEdgeMeshFilterWithHardConstraints itk::LaplacianDeformationQuadEdgeMeshFilterWithHardConstraints< TInputMesh, TOutputMesh, TSolverTraits >::Self |
Basic types.
Definition at line 47 of file itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.h.
typedef TSolverTraits itk::LaplacianDeformationQuadEdgeMeshFilterWithHardConstraints< TInputMesh, TOutputMesh, TSolverTraits >::SolverTraits |
Definition at line 66 of file itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.h.
typedef LaplacianDeformationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits > itk::LaplacianDeformationQuadEdgeMeshFilterWithHardConstraints< TInputMesh, TOutputMesh, TSolverTraits >::Superclass |
Definition at line 49 of file itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.h.
typedef Superclass::ValueType itk::LaplacianDeformationQuadEdgeMeshFilterWithHardConstraints< TInputMesh, TOutputMesh, TSolverTraits >::ValueType |
Definition at line 67 of file itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.h.
typedef Superclass::VectorType itk::LaplacianDeformationQuadEdgeMeshFilterWithHardConstraints< TInputMesh, TOutputMesh, TSolverTraits >::VectorType |
Definition at line 69 of file itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.h.
|
protected |
|
inlineoverrideprotectedvirtual |
Definition at line 78 of file itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.h.
|
overrideprotectedvirtual |
|
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::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
|
protected |
Fill matrix iM and vectors Bx and m_By depending on if one vertex is on the border or not.
|
overrideprotectedvirtual |
This method causes the filter to generate its output.
Reimplemented from itk::ProcessObject.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::LaplacianDeformationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >.
|
static |
|
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::LaplacianDeformationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >.
|
static |
Definition at line 56 of file itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.h.
|
static |
Definition at line 64 of file itkLaplacianDeformationQuadEdgeMeshFilterWithHardConstraints.h.