Zivid C++ API  2.4.2+1a2e8cfb-1
Defining the Future of 3D Machine Vision
Classes | Namespaces | Functions
PointCloudCompositeTypes.h File Reference
#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

 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 More...
 
 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 More...
 
 Zivid::ZIVID_STATIC_ASSERT_DATA_FORMAT_TYPE (PointXYZColorBGRA, 16)