OpenVDB  11.0.0
Public Member Functions | Public Attributes | List of all members
FileHeader Struct Reference

Data encoded at the head of each segment of a file or stream. More...

#include <nanovdb/NanoVDB.h>

Public Member Functions

bool isValid () const
 

Public Attributes

uint64_t magic
 
Version version
 
uint16_t gridCount
 
Codec codec
 

Detailed Description

Data encoded at the head of each segment of a file or stream.

Note
A file or stream is composed of one or more segments that each contain

Member Function Documentation

bool isValid ( ) const
inline

Member Data Documentation

Codec codec
uint16_t gridCount
uint64_t magic
Version version