Data Structures | Typedefs | Functions
2d/interpolator.hh File Reference
#include <vector>
#include <mia/core/splinekernel.hh>
#include <mia/core/boundary_conditions.hh>
#include <mia/2d/image.hh>

Go to the source code of this file.

Data Structures

class  C2DInterpolatorFactory
 The factory to create an interpolator from some input data. More...
 
class  T2DConvoluteInterpolator< T >
 The base class for 2D interpolators that use some kind of spacial convolution. More...
 
class  T2DInterpolator< T >
 The base class template for all kinds of interpolators. More...
 

Typedefs

typedef std::shared_ptr
< C2DInterpolatorFactory
P2DInterpolatorFactory
 Pointer type for the 2D interpolationfactory. More...
 

Functions

C2DInterpolatorFactory EXPORT_2Dcreate_2dinterpolation_factory (EInterpolation type, EBoundaryConditions bc) __attribute__((warn_unused_result))
 

Typedef Documentation

Pointer type for the 2D interpolationfactory.

Definition at line 264 of file 2d/interpolator.hh.

Function Documentation

C2DInterpolatorFactory EXPORT_2D* create_2dinterpolation_factory ( EInterpolation  type,
EBoundaryConditions  bc 
)

create a 2D interpolation factory of a certain interpolation type