#include <VolumeMapper.h>
Public Member Functions | |
int | NumberOfComponents () const |
Dimension of codomain of volumetric map. | |
void | Run () |
Parameterize interior of input data set. | |
virtual | ~VolumeMapper () |
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 | |
virtual void | Finalize () |
Finalize filter execution. | |
virtual void | Initialize () |
Initialize filter after input and parameters are set. | |
virtual void | InitializeBoundary (vtkPointSet *, vtkDataArray *) |
Initialize boundary surface with corresponding boundary map as point data. | |
VolumeMapper & | operator= (const VolumeMapper &) |
Assignment operator. | |
virtual void | Solve ()=0 |
Compute map value at free points. | |
VolumeMapper () | |
Default constructor. | |
VolumeMapper (const VolumeMapper &) | |
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) |
Base class of volumetric map solvers
Subclasses implement solvers for the computation of a volumetric map given map values on the boundary surface of the volume as boundary conditions. Whether additional interior constraints are allowed depends on the respective solver implementation.
Definition at line 44 of file VolumeMapper.h.