OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
OgreVolumeDualGridGenerator.h File Reference
#include <vector>
#include "OgreSceneManager.h"
#include "OgreVolumeOctreeNode.h"
#include "OgreVolumePrerequisites.h"
#include "OgreVolumeIsoSurface.h"
+ Include dependency graph for OgreVolumeDualGridGenerator.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Ogre::Volume::DualCell
 To store the generated dual cells in a vector. More...
 
class  Ogre::Volume::DualGridGenerator
 Class for the generation of the DualGrid. More...
 

Namespaces

 Ogre
 

This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/

 
 Ogre::Volume
 

Typedefs

typedef struct
_OgreVolumeExport
Ogre::Volume::DualCell 
Ogre::Volume::DualCell
 To store the generated dual cells in a vector. More...
 
typedef vector< DualCell >::type Ogre::Volume::VecDualCell
 To hold dual cells. More...