ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h>
Laplacian deformation with soft constraints (approximating displacement for handle points).
Laplacian mesh deformation offers the ability to deform 3D surface mesh while preserving local details.
In this context output mesh vertices are somehow closed to provided output locations, the weight associated to one constrain can be set by the means of m_Lambda (for all constraints), or for one particular constraint by using SetLocalLambda
For details, see https://hdl.handle.net/10380/3410
Definition at line 42 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.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 LaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints | 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 |
Protected Attributes | |
OutputCoordRepType | m_Lambda |
OutputCoordRepType | m_LambdaSquare |
itksys::hash_map < OutputPointIdentifier, OutputCoordRepType > | m_LocalLambdaSquare |
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::LaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints< TInputMesh, TOutputMesh, TSolverTraits >::ConstPointer |
Definition at line 52 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h.
|
protected |
Definition at line 95 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h.
|
protected |
Definition at line 94 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h.
typedef TInputMesh itk::LaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints< TInputMesh, TOutputMesh, TSolverTraits >::InputMeshType |
Input types.
Definition at line 55 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h.
typedef Superclass::MatrixType itk::LaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints< TInputMesh, TOutputMesh, TSolverTraits >::MatrixType |
Definition at line 69 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h.
typedef Superclass::OutputCoordRepType itk::LaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints< TInputMesh, TOutputMesh, TSolverTraits >::OutputCoordRepType |
Definition at line 62 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h.
|
protected |
Definition at line 97 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h.
|
protected |
Definition at line 99 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h.
|
protected |
Definition at line 98 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h.
typedef TOutputMesh itk::LaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints< TInputMesh, TOutputMesh, TSolverTraits >::OutputMeshType |
Output types.
Definition at line 60 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h.
typedef Superclass::OutputPointIdentifier itk::LaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints< TInputMesh, TOutputMesh, TSolverTraits >::OutputPointIdentifier |
Definition at line 63 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h.
typedef Superclass::OutputPointType itk::LaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints< TInputMesh, TOutputMesh, TSolverTraits >::OutputPointType |
Definition at line 61 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h.
typedef SmartPointer< Self > itk::LaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints< TInputMesh, TOutputMesh, TSolverTraits >::Pointer |
Definition at line 51 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h.
|
protected |
Definition at line 103 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h.
|
protected |
Definition at line 104 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h.
|
protected |
Definition at line 102 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h.
typedef LaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints itk::LaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints< TInputMesh, TOutputMesh, TSolverTraits >::Self |
Basic types.
Definition at line 47 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h.
typedef TSolverTraits itk::LaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints< TInputMesh, TOutputMesh, TSolverTraits >::SolverTraits |
Definition at line 67 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h.
typedef LaplacianDeformationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits > itk::LaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints< TInputMesh, TOutputMesh, TSolverTraits >::Superclass |
Definition at line 50 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h.
typedef Superclass::ValueType itk::LaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints< TInputMesh, TOutputMesh, TSolverTraits >::ValueType |
Definition at line 68 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h.
typedef Superclass::VectorType itk::LaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints< TInputMesh, TOutputMesh, TSolverTraits >::VectorType |
Definition at line 70 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h.
|
protected |
|
inlineoverrideprotectedvirtual |
Definition at line 83 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.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 |
|
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 >.
|
virtual |
void itk::LaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints< TInputMesh, TOutputMesh, TSolverTraits >::SetLocalLambda | ( | OutputPointIdentifier | vId, |
OutputCoordRepType | iL | ||
) |
|
static |
Definition at line 57 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h.
|
protected |
Definition at line 108 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h.
|
protected |
Definition at line 109 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h.
|
protected |
Definition at line 111 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h.
|
static |
Definition at line 65 of file itkLaplacianDeformationQuadEdgeMeshFilterWithSoftConstraints.h.