OpenVDB 11.0.0
Loading...
Searching...
No Matches
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

◆ isValid()

bool isValid ( ) const
inline

Member Data Documentation

◆ codec

Codec codec

◆ gridCount

uint16_t gridCount

◆ magic

uint64_t magic

◆ version

Version version