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::Controlled Class Reference

Anything that has a controller. More...

#include <base.hpp>

Inheritance diagram for Nif::Controlled:
Collaboration diagram for Nif::Controlled:

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

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

Detailed Description

Anything that has a controller.

Member Function Documentation

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

Does post-processing, after the entire tree is loaded.

Reimplemented from Nif::Extra.

Reimplemented in Nif::NiRotatingParticles, Nif::NiAutoNormalParticles, Nif::NiTriShape, Nif::NiNode, Nif::NiTexturingProperty, Nif::NiTextureEffect, Nif::NiParticleColorModifier, Nif::NiSourceTexture, and Nif::Node.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Parses the record from file.

Reimplemented from Nif::Extra.

Reimplemented in Nif::NiLODNode, Nif::NiSwitchNode, 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::NiParticleRotation, Nif::NiSphericalCollider, Nif::NiFogProperty, Nif::NiPlanarCollider, Nif::NiTexturingProperty, Nif::NiNode, Nif::NiGravity, Nif::NiTextureEffect, Nif::NiParticleColorModifier, Nif::NiParticleGrowFade, Nif::NiSpotLight, Nif::NiSourceTexture, Nif::Named, Nif::NiPointLight, Nif::NiLight, Nif::Node, Nif::Property, and Nif::NiDynamicEffect.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

ControllerPtr Nif::Controlled::controller

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