OGRE  13.6
Object-Oriented Graphics Rendering Engine
Ogre::OctreeZoneData Class Reference

#include <OgreOctreeZone.h>

+ Inheritance diagram for Ogre::OctreeZoneData:

Public Member Functions

 OctreeZoneData (PCZSceneNode *, PCZone *)
 Standard Constructor. More...
 
 ~OctreeZoneData ()
 Standard destructor. More...
 
bool _isIn (AxisAlignedBox &box)
 
OctreegetOctant ()
 Returns the Octree in which this OctreeNode resides. More...
 
void setOctant (Octree *o)
 Sets the Octree in which this OctreeNode resides. More...
 
void update (void) override
 Update data. More...
 
- Public Member Functions inherited from Ogre::ZoneData
 ZoneData (PCZSceneNode *, PCZone *)
 Standard Constructor. More...
 
virtual ~ZoneData ()
 Standard destructor. More...
 

Public Attributes

OctreemOctant
 Octree this node is attached to. More...
 
AxisAlignedBox mOctreeWorldAABB
 Octree-specific world bounding box (only includes attached objects, not children) More...
 
- Public Attributes inherited from Ogre::ZoneData
PCZSceneNodemAssociatedNode
 
PCZonemAssociatedZone
 

Constructor & Destructor Documentation

◆ OctreeZoneData()

Ogre::OctreeZoneData::OctreeZoneData ( PCZSceneNode ,
PCZone  
)

Standard Constructor.

◆ ~OctreeZoneData()

Ogre::OctreeZoneData::~OctreeZoneData ( )

Standard destructor.

Member Function Documentation

◆ update()

void Ogre::OctreeZoneData::update ( void  )
overridevirtual

Update data.

Reimplemented from Ogre::ZoneData.

◆ getOctant()

Octree* Ogre::OctreeZoneData::getOctant ( )
inline

Returns the Octree in which this OctreeNode resides.

◆ setOctant()

void Ogre::OctreeZoneData::setOctant ( Octree o)
inline

Sets the Octree in which this OctreeNode resides.

◆ _isIn()

bool Ogre::OctreeZoneData::_isIn ( AxisAlignedBox box)

Member Data Documentation

◆ mOctant

Octree* Ogre::OctreeZoneData::mOctant

Octree this node is attached to.

◆ mOctreeWorldAABB

AxisAlignedBox Ogre::OctreeZoneData::mOctreeWorldAABB

Octree-specific world bounding box (only includes attached objects, not children)


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