eLynx SDK
v3.0.1 C++ image processing API reference |
#include <boost/scoped_array.hpp>
#include <elx/core/CoreTypes.h>
#include <elx/math/ISpline.h>
#include "inl/BSpline.inl"
Go to the source code of this file.
Classes | |
class | eLynx::Math::BSpline1< F > |
class | eLynx::Math::BSpline2< F > |
Namespaces | |
namespace | eLynx |
namespace | eLynx::Math |
Typedefs | |
1d BSpline specializations | |
typedef BSpline1< int32 > | eLynx::Math::BSpline1i |
typedef BSpline1< int64 > | eLynx::Math::BSpline1l |
typedef BSpline1< float > | eLynx::Math::BSpline1f |
typedef BSpline1< double > | eLynx::Math::BSpline1d |
2d BSpline specializations | |
typedef BSpline2< int32 > | eLynx::Math::BSpline2i |
typedef BSpline2< int64 > | eLynx::Math::BSpline2l |
typedef BSpline2< float > | eLynx::Math::BSpline2f |
typedef BSpline2< double > | eLynx::Math::BSpline2d |