Struct StorageFormat

Inheritance Relationships

Base Type

Struct Documentation

struct StorageFormat : public wavemap::TypeSelector<StorageFormat>

Public Types

enum Id

Values:

enumerator kWaveletOctree
enumerator kHashedWaveletOctree

Public Functions

inline void write(std::ostream &ostream) const

Public Static Functions

static inline StorageFormat read(std::istream &istream)
static inline StorageFormat peek(std::istream &istream)

Public Static Attributes

static constexpr std::array names = {"wavelet_octree", "hashed_wavelet_octree"}