#include "OneDRegisterAccessor.h"
#include <type_traits>
#include <cassert>
#include <cstring>
#include <iostream>
#include <typeindex>
#include <typeinfo>
#include <vector>
Go to the source code of this file.
|
enum | ChimeraTK::ImgFormat : unsigned {
ChimeraTK::ImgFormat::Unset = 0,
ChimeraTK::ImgFormat::Gray8,
ChimeraTK::ImgFormat::Gray16,
ChimeraTK::ImgFormat::RGB24,
ChimeraTK::ImgFormat::RGBA32,
ChimeraTK::ImgFormat::FLOAT1,
ChimeraTK::ImgFormat::FLOAT2,
ChimeraTK::ImgFormat::FLOAT3,
ChimeraTK::ImgFormat::FLOAT4,
ChimeraTK::ImgFormat::DOUBLE1,
ChimeraTK::ImgFormat::DOUBLE2,
ChimeraTK::ImgFormat::DOUBLE3,
ChimeraTK::ImgFormat::DOUBLE4
} |
|
enum | ChimeraTK::ImgOptions { ChimeraTK::ImgOptions::RowMajor = 1,
ChimeraTK::ImgOptions::ColMajor = 0
} |
|