#include <NBF.h>
Inheritance diagram for NBFGroup:
Public Attributes | |
uint_t | numChildren |
Specifies the number of maintained children. More... | |
uint_t | children |
Specifies the file offset to the offsets to the maintained children. NBFGroup's children always are of NBFNode-derived types. More... |
A NBFGroup serves as base class only. Concrete object codes valid for a NBFGroup are NBF_LOD, NBF_SWITCH, NBF_TRANSFORM, and NBF_ANIMATED_TRANSFORM. Further concrete object codes valid for a NBFGroup are subject to future extensions of the NBF format.
|
Specifies the number of maintained children.
|
|
Specifies the file offset to the offsets to the maintained children. NBFGroup's children always are of NBFNode-derived types.
|