#include <vector>#include <mia/core/splinekernel.hh>#include <mia/core/boundary_conditions.hh>#include <mia/3d/image.hh>#include <tbb/mutex.h>Go to the source code of this file.
Data Structures | |
| class | C3DInterpolatorFactory |
| A factory to create interpolators of a given type by providing input data. More... | |
| class | T3DConvoluteInterpolator< T > |
| Interpolator that is based on convolution,like b-splines an o-moms. More... | |
| class | T3DInterpolator< T > |
| Basic Interpolator type for 3D Data. More... | |
Typedefs | |
| typedef std::shared_ptr < C3DInterpolatorFactory > | P3DInterpolatorFactory |
| Pointer type of the 3D interpolation factory. More... | |
Functions | |
| EXPORT_3D C3DInterpolatorFactory * | create_3dinterpolation_factory (EInterpolation type, EBoundaryConditions bc) __attribute__((warn_unused_result)) |
| typedef std::shared_ptr<C3DInterpolatorFactory> P3DInterpolatorFactory |
Pointer type of the 3D interpolation factory.
Definition at line 252 of file 3d/interpolator.hh.
| EXPORT_3D C3DInterpolatorFactory* create_3dinterpolation_factory | ( | EInterpolation | type, |
| EBoundaryConditions | bc | ||
| ) |
1.8.6