A factory to create interpolators of a given type by providing input data.
More...
#include <mia/3d/interpolator.hh>
Detailed Description
A factory to create interpolators of a given type by providing input data.
Definition at line 173 of file 3d/interpolator.hh.
Constructor & Destructor Documentation
C3DInterpolatorFactory::C3DInterpolatorFactory |
( |
const std::string & |
kernel, |
|
|
const std::string & |
boundary_conditions |
|
) |
| |
Construct the factory the interpolation kernel and according boundary conditions
- Parameters
-
kernel | description of the interpolation kernel |
boundary_conditions | description of the boundary conditions |
Construct the factory the interpolation kernel and according boundary conditions
- Parameters
-
kernel | description of the interpolation kernel |
boundary_conditions | boundary condition proto type |
Construct the factory the interpolation kernel and according boundary conditions
- Parameters
-
kernel | |
xbc | boundary conditions along the x-axis |
ybc | boundary conditions along the y-axis |
zbc | boundary conditions along the z-axis |
C3DInterpolatorFactory::C3DInterpolatorFactory |
( |
PSplineKernel |
kernel, |
|
|
const std::string & |
bc |
|
) |
| |
Construct the factory from an interpolation kernel and according boundary conditions description
- Parameters
-
kernel | interpolation kernel |
bc | description of the boundary conditions |
virtual C3DInterpolatorFactory::~C3DInterpolatorFactory |
( |
| ) |
|
|
virtual |
Member Function Documentation
- Returns
- the B-spline kernel used for interpolator creation
The documentation for this class was generated from the following file: