Sirius  0.0.0
Classes | Namespaces | Typedefs
types.h File Reference
#include <cmath>
#include <array>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

struct  sirius::Size
 Data class that represents the size of an image. More...
 
struct  sirius::Point
 Data class that represents the 2D coordinates of a point. More...
 
class  sirius::ZoomRatio
 Data class that represents zoom ratio as input_resolution/output_resolution. More...
 

Namespaces

 sirius
 

Typedefs

using sirius::Buffer = std::vector< double >