Public Member Functions | Protected Member Functions | List of all members
mirtk::FreeBoundarySurfaceMapper Class Reference

#include <FreeBoundarySurfaceMapper.h>

Inheritance diagram for mirtk::FreeBoundarySurfaceMapper:
Inheritance graph
Collaboration diagram for mirtk::FreeBoundarySurfaceMapper:
Collaboration graph

Public Member Functions

int NumberOfComponents () const
 Dimension of map codomain.
 
virtual ~FreeBoundarySurfaceMapper ()
 Destructor.
 
- Public Member Functions inherited from mirtk::SurfaceMapper
void Run ()
 Compute surface map.
 
virtual ~SurfaceMapper ()
 Destructor.
 
- Public Member Functions inherited from mirtk::Object
virtual const char * NameOfClass () const =0
 Get name of class, which this object is an instance of.
 
virtual ParameterList Parameter () const
 Get parameter name/value pairs.
 
bool Parameter (const ParameterList &)
 Set parameters from name/value pairs.
 
virtual bool Set (const char *name, const char *value)
 
virtual ~Object ()
 Destructor.
 

Protected Member Functions

 FreeBoundarySurfaceMapper ()
 Default constructor.
 
 FreeBoundarySurfaceMapper (const FreeBoundarySurfaceMapper &)
 Copy constructor.
 
virtual void Initialize ()
 Initialize filter after input and parameters are set.
 
FreeBoundarySurfaceMapperoperator= (const FreeBoundarySurfaceMapper &)
 Assignment operator.
 
- Protected Member Functions inherited from mirtk::SurfaceMapper
virtual void ComputeMap ()=0
 Compute surface map.
 
virtual void Finalize ()
 Finalize filter execution.
 
int GetEdgeNeighborPoints (int i, int j, int &k, int &l) const
 
void GetPoint (int ptId, double p[3]) const
 
int NumberOfInteriorPoints () const
 Number of surface points minus the number of boundary points.
 
int NumberOfPoints () const
 Number of surface points.
 
SurfaceMapperoperator= (const SurfaceMapper &)
 Assignment operator.
 
class Point Point (int ptId) const
 
 SurfaceMapper ()
 Default constructor.
 
 SurfaceMapper (const SurfaceMapper &)
 Copy constructor.
 
- Protected Member Functions inherited from mirtk::Object
template<typename... Args>
void Throw (ErrorType err, const char *func, Args... args) const
 

Additional Inherited Members

- Static Public Member Functions inherited from mirtk::Object
static const char * NameOfType ()
 Get name of this class type.
 
- Static Protected Member Functions inherited from mirtk::Object
template<typename... Args>
static void ThrowStatic (ErrorType err, const char *cls, const char *func, Args... args)
 

Detailed Description

Base class of solvers computing a surface map with free boundary values

Solvers of this type compute a surface parameterization of a non-closed surface mesh, where the boundary points are not assigned a predefined fixed boundary map value. These solvers cannot be used to interpolate arbitrary values given on the boundary at interior points. Instead, the result will always be a 2D parameterization of the surface embedded in 3D Euclidean space.

Definition at line 38 of file FreeBoundarySurfaceMapper.h.


The documentation for this class was generated from the following file: