Zivid C++ API 2.18.0+1b44dbef-1
ComputeDevice.h File Reference
#include "Zivid/ComputeWrappers.h"
#include "Zivid/Detail/CoreExport.h"
#include "Zivid/DeviceArray.h"
#include <memory>
#include <string>

Go to the source code of this file.

Classes

class  Zivid::ComputeDevice
 Contains information about the compute device used by Zivid::Application. 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 ComputeDevice &computeDevice)
 Serialize the value to a stream.
ZIVID_CORE_EXPORT std::string Zivid::toString (ComputeBackend backend)
 Get string representation of backend type.
ZIVID_CORE_EXPORT std::ostream & Zivid::operator<< (std::ostream &stream, ComputeBackend backend)
 Serialize backend to stream.