Zivid C++ API 2.11.1+de9b5dae-1
Classes | Namespaces | Functions
Array2D.h File Reference
#include "Zivid/Detail/CoreExport.h"
#include "Zivid/Resolution.h"
#include <cstddef>
#include <cstring>
#include <iterator>
#include <memory>
#include <sstream>
#include <stdexcept>
#include <string>
#include <type_traits>

Go to the source code of this file.

Classes

class  Zivid::Array2D< DataFormat >
 Two-dimensional container of data. More...
 

Namespaces

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

Functions

template<typename T >
std::ostream & Zivid::operator<< (std::ostream &stream, const Array2D< T > &array)
 Serialize array information to a stream.
 
template<typename T >
Array2D< T >::ConstIterator Zivid::cbegin (const Array2D< T > &array)
 Iterator to the beginning of the array.
 
template<typename T >
Array2D< T >::ConstIterator Zivid::begin (const Array2D< T > &array)
 Iterator to the beginning of the array.
 
template<typename T >
Array2D< T >::ConstIterator Zivid::cend (const Array2D< T > &array)
 Iterator to the end of the array.
 
template<typename T >
Array2D< T >::ConstIterator Zivid::end (const Array2D< T > &array)
 Iterator to the end of the array.