#include "geoslib_define.h"
#include "VectorT.hpp"
#include <vector>
#include <limits>
#include <algorithm>
#include <cmath>
Classes | |
class | VectorNumT< T > |
Typedefs | |
typedef VectorNumT< int > | VectorInt |
typedef VectorNumT< double > | VectorDouble |
typedef VectorNumT< float > | VectorFloat |
typedef VectorNumT< UChar > | VectorUChar |
typedef VectorT< VectorInt > | VectorVectorInt |
typedef VectorT< VectorDouble > | VectorVectorDouble |
typedef VectorT< VectorFloat > | VectorVectorFloat |
Functions | |
template<typename T > | |
std::ostream & | operator<< (std::ostream &os, const VectorT< VectorNumT< T >> &vec) |
typedef VectorNumT<double> VectorDouble |
typedef VectorNumT<float> VectorFloat |
typedef VectorNumT<int> VectorInt |
typedef VectorNumT<UChar> VectorUChar |
typedef VectorT<VectorDouble> VectorVectorDouble |
typedef VectorT<VectorFloat> VectorVectorFloat |
typedef VectorT<VectorInt> VectorVectorInt |
std::ostream& operator<< | ( | std::ostream & | os, |
const VectorT< VectorNumT< T >> & | vec | ||
) |