Zivid C++ API 2.11.1+de9b5dae-1
Classes | Namespaces | Functions
Resolution.h File Reference
#include "Zivid/Detail/CoreExport.h"
#include <cstddef>
#include <iosfwd>
#include <string>

Go to the source code of this file.

Classes

class  Zivid::Resolution
 Class describing a resolution with a width and a height. More...
 

Namespaces

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

Functions

ZIVID_CORE_EXPORT std::ostream & Zivid::operator<< (std::ostream &os, const Resolution &resolution)
 Append the resolution to a stream.