#include <NBF.h>
Inheritance diagram for NBFTrafoAnimation:
Public Member Functions | |
PADDING (4) | |
Padding bits to ensure the size of NBFTrafoAnimation is a multiple of 8, regardless of packing. | |
Public Attributes | |
uint_t | trafos |
A NBFTrafoAnimation serves as base class only and needs to be considered in conjunction with either NBFFramedAnimation or NBFInterpolatedAnimation.
Valid object codes for a NBFTrafoAnimation are NBF_FRAMED_TRAFO_ANIMATION, and NBF_LINEAR_INTERPOLATED_TRAFO_ANIMATION. Further concrete object codes valid for NBFTrafoAnimation objects are subject to future extensions of the NBF format.
|
Padding bits to ensure the size of NBFTrafoAnimation is a multiple of 8, regardless of packing.
Reimplemented from NBFObject. Reimplemented in NBFFramedTrafoAnimation. |
|
Specifies the file offset to the trafo_t objects the animation will be applied to. The actual number of trafo_t objects is specified by the corresponding animation type, which is either NBFFramedAnimation or NBFInterpolatedAnimation. |