Zivid C++ API 2.13.1+18e79e79-1
|
#include <Zivid/Color.h>
#include <Zivid/Detail/CoreExport.h>
#include <Zivid/Detail/DataFormatUtils.h>
#include <Zivid/Point.h>
#include <iosfwd>
Go to the source code of this file.
Classes | |
struct | Zivid::PointXYZColorRGBA |
Struct which contains XYZ point and RGBA color packed together. More... | |
struct | Zivid::PointXYZColorBGRA |
Struct which contains XYZ point and BGRA color packed together. 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 PointXYZColorRGBA &pc) |
Serialize the value to a stream. | |
Zivid::ZIVID_STATIC_ASSERT_DATA_FORMAT_TYPE (PointXYZColorRGBA, 16) | |
ZIVID_CORE_EXPORT std::ostream & | Zivid::operator<< (std::ostream &stream, const PointXYZColorBGRA &pc) |
Serialize the value to a stream. | |
Zivid::ZIVID_STATIC_ASSERT_DATA_FORMAT_TYPE (PointXYZColorBGRA, 16) | |