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
VolumeCache Struct Reference

#include <OPC_VolumeCollider.h>

Inheritance diagram for VolumeCache:
AABBCache LSSCache OBBCache PlanesCache SphereCache

Public Member Functions

 VolumeCache ()
 
 ~VolumeCache ()
 

Public Attributes

Container TouchedPrimitives
 Indices of touched primitives. More...
 
const BaseModelModel
 Owner. More...
 

Detailed Description

Definition at line 23 of file OPC_VolumeCollider.h.

Constructor & Destructor Documentation

VolumeCache::VolumeCache ( )
inline

Definition at line 25 of file OPC_VolumeCollider.h.

25 : Model(null) {}
VolumeCache::~VolumeCache ( )
inline

Definition at line 26 of file OPC_VolumeCollider.h.

26 {}

Member Data Documentation

const BaseModel* VolumeCache::Model

Owner.

Definition at line 29 of file OPC_VolumeCollider.h.

Referenced by VolumeCollider::IsCacheValid().

Container VolumeCache::TouchedPrimitives

Indices of touched primitives.

Definition at line 28 of file OPC_VolumeCollider.h.


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