Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Opcode::Internal Struct Reference

Public Member Functions

 Internal ()
 
 ~Internal ()
 

Public Attributes

udword mNbLeaves
 
AABBmLeaves
 
LeafTrianglesmTriangles
 
const udwordmBase
 

Detailed Description

Definition at line 128 of file OPC_HybridModel.cpp.

Constructor & Destructor Documentation

Opcode::Internal::Internal ( )
inline

Definition at line 130 of file OPC_HybridModel.cpp.

References mBase, mLeaves, mNbLeaves, mTriangles, and null.

131  {
132  mNbLeaves = 0;
133  mLeaves = null;
134  mTriangles = null;
135  mBase = null;
136  }
Opcode::Internal::~Internal ( )
inline

Definition at line 137 of file OPC_HybridModel.cpp.

References DELETEARRAY, and mLeaves.

138  {
140  }

Member Data Documentation

const udword* Opcode::Internal::mBase

Definition at line 145 of file OPC_HybridModel.cpp.

Referenced by Internal().

AABB* Opcode::Internal::mLeaves

Definition at line 143 of file OPC_HybridModel.cpp.

Referenced by Internal(), and ~Internal().

udword Opcode::Internal::mNbLeaves

Definition at line 142 of file OPC_HybridModel.cpp.

Referenced by Internal().

LeafTriangles* Opcode::Internal::mTriangles

Definition at line 144 of file OPC_HybridModel.cpp.

Referenced by Internal().


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