#include <ImLib3D/Image3D.hpp>
#include <ImLib3D/Interpolator3D.hpp>
#include <ImLib3D/SplineInterpolation.hxx>
Include dependency graph for SplineInterpolation.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Typedefs | |
typedef float | Scalar |
typedef SplineInterpolator3D< float > | SplineInterpolator3Df |
Enumerations | |
enum | InterpolationBoundaryType { BOUNDARY_MIRROR, BOUNDARY_ZERO, BOUNDARY_BACKGROUND } |
Definition in file SplineInterpolation.hpp.
|
Definition at line 32 of file SplineInterpolation.hpp. |