OpenMW
|
#include <extra.hpp>
Public Member Functions | |
void | read (NIFStream *nif) |
Parses the record from file. | |
void | post (NIFFile *nif) |
Does post-processing, after the entire tree is loaded. | |
Public Attributes | |
ExtraPtr | extra |
A record that can have extra data. The extra data objects themselves decend from the Extra class, and all the extra data connected to an object form a linked list
void Nif::Extra::post | ( | NIFFile * | nif | ) | [inline, virtual] |
Does post-processing, after the entire tree is loaded.
Reimplemented from Nif::Record.
Reimplemented in Nif::NiRotatingParticles, Nif::NiAutoNormalParticles, Nif::NiTriShape, Nif::NiNode, Nif::NiTexturingProperty, Nif::NiTextureEffect, Nif::NiParticleColorModifier, Nif::NiSourceTexture, Nif::Node, and Nif::Controlled.
void Nif::Extra::read | ( | NIFStream * | nif | ) | [inline, virtual] |
Parses the record from file.
Implements Nif::Record.
Reimplemented in Nif::NiRotatingParticles, Nif::NiAutoNormalParticles, Nif::NiCamera, Nif::NiTriShape, Nif::StructPropT< T >, Nif::StructPropT< S_AlphaProperty >, Nif::StructPropT< S_StencilProperty >, Nif::StructPropT< S_MaterialProperty >, Nif::StructPropT< S_VertexColorProperty >, Nif::NiNode, Nif::NiParticleRotation, Nif::NiPlanarCollider, Nif::NiTexturingProperty, Nif::NiGravity, Nif::NiStringExtraData, Nif::NiParticleColorModifier, Nif::NiTextKeyExtraData, Nif::NiParticleGrowFade, Nif::NiTextureEffect, Nif::NiSourceTexture, Nif::Named, Nif::Node, Nif::NiLight, Nif::NiVertWeightsExtraData, Nif::Controlled, and Nif::Property.