libcrn
3.9.5
A document image processing library
|
#include <CRNObject.h>
#include <CRNString.h>
#include <CRNMath/CRNProp3.h>
#include <CRNMath/CRNMath.h>
#include <CRNData/CRNIntPtr.h>
Go to the source code of this file.
Classes | |
class | crn::Int |
Interface class for the metric real number class. More... | |
struct | crn::IsSerializable< Int > |
struct | crn::IsClonable< Int > |
struct | crn::IsMetric< Int > |
Namespaces | |
crn | |
Functions | |
double | crn::Distance (const Int &i1, const Int &i2) noexcept |
crn::Int | operator+ (crn::Int i1, const crn::Int &i2) noexcept |
crn::Int | operator- (crn::Int i1, const crn::Int &i2) noexcept |
crn::Int | operator* (crn::Int i1, const crn::Int &i2) noexcept |
double | operator* (double d, const crn::Int &i) noexcept |
double | operator* (const crn::Int &i, double d) noexcept |
crn::Int | operator/ (crn::Int i1, const crn::Int &i2) noexcept |
|
inlinenoexcept |
|
inlinenoexcept |