![]() |
Zivid C++ API 2.16.0+46cdaba6-1
|
#include "Zivid/Array1D.h"
#include "Zivid/Color.h"
#include "Zivid/Detail/CoreExport.h"
#include "Zivid/Matrix.h"
#include "Zivid/Point.h"
#include "Zivid/SNR.h"
#include <iosfwd>
#include <memory>
#include <optional>
#include <string>
Go to the source code of this file.
Classes | |
class | Zivid::UnorganizedPointCloud |
Point cloud with x, y, z, RGB color and SNR laid out as a linear list of only valid points. 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 UnorganizedPointCloud &unorganizedPointCloud) |
Serialize the value to a stream. | |