#include <string.h>
#include "DataTypes.hxx"
Go to the source code of this file.
Classes | |
class | SDIF::TypeId |
Used to store the Frame and Matrix types, a 4-byte identifier. More... | |
class | SDIF::GetType< T > |
class | SDIF::TUTF8byte |
class | SDIF::GetType< CLAM::TFloat32 > |
class | SDIF::GetType< CLAM::TFloat64 > |
class | SDIF::GetType< CLAM::TInt32 > |
class | SDIF::GetType< CLAM::TInt64 > |
class | SDIF::GetType< TUTF8byte > |
class | SDIF::GetType< CLAM::TByte > |
Namespaces | |
namespace | SDIF |
Used to read or write an SDIF file. | |
Enumerations | |
enum | SDIF::DataType { SDIF::eUnknown = 0, SDIF::eFloat32 = 0x4, SDIF::eFloat64 = 0x8, SDIF::eInt32 = 0x104, SDIF::eInt64 = 0x108, SDIF::eUint42 = 0x204, SDIF::eUTF8byte = 0x301, SDIF::eByte = 0x401 } |