Zivid C++ API  1.8.1+6967bc1b-1
Defining the Future of 3D Machine Vision
Classes | Namespaces | Typedefs | Functions
Vector.h File Reference
#include <ostream>
#include <string>

Go to the source code of this file.

Classes

struct  Zivid::Vector2< T >
 Vector of size 2 More...
 
struct  Zivid::Vector3< T >
 Vector of size 3 More...
 

Namespaces

 Zivid
 The main Zivid namespace. All Zivid code is found here
 

Typedefs

using Zivid::Vector2f = Vector2< float >
 Vector of size 2 containing floats More...
 
using Zivid::Vector2d = Vector2< double >
 Vector of size 2 containing doubles More...
 
using Zivid::Vector3f = Vector3< float >
 Vector of size 3 containing doubles More...
 
using Zivid::Vector3d = Vector3< double >
 Vector of size 3 containing doubles More...
 

Functions

template<typename T >
std::ostream & Zivid::operator<< (std::ostream &stream, const Vector2< T > &vector2)
 Serialize the value to a stream More...
 
template<typename T >
std::ostream & Zivid::operator<< (std::ostream &stream, const Vector3< T > &vector3)
 Serialize the value to a stream More...