rasdaman client API  10.6.3
The Array Analytics Engine: Datacubes at Your Fingertips
Classes | Functions
minterval.hh File Reference
#include "raslib/sinterval.hh"
#include "raslib/point.hh"
#include "raslib/mddtypes.hh"
#include <iosfwd>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  r_Minterval
 The spatial domain of an MDD is represented by an object of class r_Minterval. More...
 

Functions

std::ostream & operator<< (std::ostream &s, const r_Minterval &d)
 Output stream operator for objects of type const r_Minterval. More...
 
std::ostream & operator<< (std::ostream &s, const std::vector< r_Minterval > &d)
 
std::ostream & operator<< (std::ostream &s, const std::vector< double > &doubleVec)
 

Function Documentation

◆ operator<<() [1/3]

std::ostream& operator<< ( std::ostream &  s,
const r_Minterval d 
)

Output stream operator for objects of type const r_Minterval.

◆ operator<<() [2/3]

std::ostream& operator<< ( std::ostream &  s,
const std::vector< double > &  doubleVec 
)

◆ operator<<() [3/3]

std::ostream& operator<< ( std::ostream &  s,
const std::vector< r_Minterval > &  d 
)