Zivid C++ API 2.9.0+4dbba385-1
Defining the Future of 3D Machine Vision
|
#include <Zivid/Detail/CoreExport.h>
#include <Zivid/Detail/DataFormatUtils.h>
#include <cmath>
#include <ostream>
#include <string>
#include <type_traits>
Go to the source code of this file.
Classes | |
struct | Zivid::PointXYZ |
Point with three coordinates as float More... | |
struct | Zivid::PointXYZW |
Point with four coordinates as float More... | |
struct | Zivid::PointZ |
Point with Z coordinate More... | |
Namespaces | |
namespace | Zivid |
The main Zivid namespace. All Zivid code is found here | |
Functions | |
ZIVID_CORE_EXPORT std::ostream & | Zivid::operator<< (std::ostream &stream, const PointXYZ &point) |
Serialize the value to a stream More... | |
Zivid::ZIVID_STATIC_ASSERT_DATA_FORMAT_TYPE (PointXYZ, 12) | |
ZIVID_CORE_EXPORT std::ostream & | Zivid::operator<< (std::ostream &stream, const PointXYZW &point) |
Serialize the value to a stream More... | |
Zivid::ZIVID_STATIC_ASSERT_DATA_FORMAT_TYPE (PointXYZW, 16) | |
ZIVID_CORE_EXPORT std::ostream & | Zivid::operator<< (std::ostream &stream, const PointZ &point) |
Serialize the value to a stream More... | |
Zivid::ZIVID_STATIC_ASSERT_DATA_FORMAT_TYPE (PointZ, 4) | |