vrecko
virtual reality framework
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
vrecko
Vrecko - the Virtual Reality Engine
Dynamic Art module
L-system plant modeler - module for Vrecko
Head Up Display module
Space Partitioning - module for Vrecko
Todo List
Deprecated List
Namespaces
Classes
Files
File List
include
base
helpers
vrecko
vreckoAP
ArtificialWorld
behindO
Boids
CableEditor
CameraMovement
CameraPath
CarSim
ConnectEditor
ConstrainedMovement
DynamicArt
EditorController
EditorQAbilities
FFDEditor
Filter
games
Garden
GUI
HeadTracking
HelloWorld
HUD
InputConnector
LightsEditor
Menu
Nature
navigation
ObjectUtils
ODE
RoomEdit
ShootingSimulation
SpacePartitioning
AP_SpacePartitioning.h
GeometryLoaderBase.h
NoPartitioning_Scene.h
PointShell_Object_Data.h
PointShell_Object_Data_Geometry.h
PointShell_Object_Data_Geometry_Analyser.h
PointShell_Object_Data_LOD_Builder.h
PointShellVSVoxel_Object.h
SNCH_Object.h
SNCH_Object_Data.h
SP_Object_Data_Base.h
SphereBVH_Object.h
SphereBVH_Object_Data.h
SphereBVH_Scene.h
triangleCube.h
VoxelGrid_Object_Data.h
TextOutput
vreckoDP
vreckoUtils
src
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
SphereBVH_Scene.h
Go to the documentation of this file.
1
2
#ifndef SPHEREBVH_SCENE_H
3
#define SPHEREBVH_SCENE_H
4
5
#include <
vrecko/SP_SceneInterface.h
>
6
#include <
vrecko/Ability.h
>
7
8
using namespace
vrecko;
9
10
namespace
APSpacePartitioning {
11
12
13
#define SP_SCENE_INTERFACE_ID__SPHEREBVH 10
14
15
16
17
class
SphereBVH_Scene
:
public
SP_SceneInterface
,
public
Ability
{
18
public
:
19
//
20
// constructors / destructors
21
//
22
SphereBVH_Scene
() :
SP_SceneInterface
(),
Ability
(
"SphereBVH_Scene"
) { scIntId =
SP_SCENE_INTERFACE_ID__SPHEREBVH
; };
23
~SphereBVH_Scene
() {};
24
25
virtual
void
preInitialize(
void
);
26
27
28
//
29
// methods related to space partitioning queries in the Scene
30
//
32
33
34
protected
:
35
};
36
37
}
38
39
#endif
40
41
include
vreckoAP
SpacePartitioning
SphereBVH_Scene.h
Generated on Tue Feb 19 2013 10:23:45 for vrecko by
1.8.3.1