Zivid C++ API 2.16.0+46cdaba6-1
Array1D.h File Reference
#include "Zivid/Detail/UtilsExport.h"
#include <memory>
#include <string>

Go to the source code of this file.

Classes

class  Zivid::Array1D< DataFormat >
 One-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 Array1D< T > &array)
 Serialize array information to a stream.
 
template<typename T >
Array1D< T >::ConstIterator Zivid::cbegin (const Array1D< T > &array)
 Iterator to the beginning of the array.
 
template<typename T >
Array1D< T >::ConstIterator Zivid::begin (const Array1D< T > &array)
 Iterator to the beginning of the array.
 
template<typename T >
Array1D< T >::ConstIterator Zivid::cend (const Array1D< T > &array)
 Iterator to the end of the array.
 
template<typename T >
Array1D< T >::ConstIterator Zivid::end (const Array1D< T > &array)
 Iterator to the end of the array.