HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nanovdb::io::FileHeader Struct Reference

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

#include <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

Definition at line 7835 of file NanoVDB.h.

Member Function Documentation

bool nanovdb::io::FileHeader::isValid ( ) const
inline

Definition at line 7840 of file NanoVDB.h.

Member Data Documentation

Codec nanovdb::io::FileHeader::codec

Definition at line 7839 of file NanoVDB.h.

uint16_t nanovdb::io::FileHeader::gridCount

Definition at line 7838 of file NanoVDB.h.

uint64_t nanovdb::io::FileHeader::magic

Definition at line 7836 of file NanoVDB.h.

Version nanovdb::io::FileHeader::version

Definition at line 7837 of file NanoVDB.h.


The documentation for this struct was generated from the following file: