OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
Nif::Extra Class Reference

#include <base.hpp>

Inheritance diagram for Nif::Extra:
Collaboration diagram for Nif::Extra:

Public Member Functions

void read (NIFStream *nif)
 Parses the record from file. More...
 
void post (NIFFile *nif)
 Does post-processing, after the entire tree is loaded. More...
 
- Public Member Functions inherited from Nif::Record
 Record ()
 
virtual ~Record ()
 

Public Attributes

ExtraPtr extra
 
- Public Attributes inherited from Nif::Record
int recType
 
std::string recName
 
size_t recIndex
 

Detailed Description

A record that can have extra data. The extra data objects themselves descend from the Extra class, and all the extra data connected to an object form a linked list

Member Function Documentation

void Nif::Extra::post ( NIFFile nif)
inlinevirtual

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.

Here is the call graph for this function:

Here is the caller graph for this function:

void Nif::Extra::read ( NIFStream nif)
inlinevirtual

Member Data Documentation

ExtraPtr Nif::Extra::extra

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