Class OctreeParser

Inheritance Relationships

Derived Type

Class Documentation

class OctreeParser

Subclassed by inexor::vulkan_renderer::io::NXOCParser

Public Functions

virtual ByteStream serialize(std::shared_ptr<const world::Cube> cube, std::uint32_t version) = 0

Serialization of an octree.

virtual std::shared_ptr<world::Cube> deserialize(const ByteStream &stream) = 0

Deserialization of an octree.