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
AP_SpacePartitioning.h
Go to the documentation of this file.
1
2
3
#ifndef AP_SPACEPARTITIONING
4
#define AP_SPACEPARTITIONING
5
6
#include <
vrecko/Ability.h
>
7
#include <vreckoAP/Export>
8
#include <iostream>
9
28
using namespace
std;
29
using namespace
vrecko;
30
31
// several functions for maintaining abilities
32
extern
"C"
AP_EXPORT
const
char
*
getPluginDescription
();
// returns description of this plugin
33
extern
"C"
AP_EXPORT
const
char
**
getAbilityList
();
// returns pointer to the ability name list
34
extern
"C"
AP_EXPORT
const
char
*
getAbilityDescription
(
const
char
*strName);
// returns description of specified ability
35
extern
"C"
AP_EXPORT
Ability
*
getAbilityInstance
(
const
char
* pchName);
// returns an instance of the specified ability
36
extern
"C"
AP_EXPORT
void
setAbilitiesParameters
();
// sets parameters info for BusinessProcess abilities
37
extern
"C"
AP_EXPORT
void
initializeAttributesDescription
() {}
38
39
#endif
40
41
include
vreckoAP
SpacePartitioning
AP_SpacePartitioning.h
Generated on Tue Feb 19 2013 10:23:45 for vrecko by
1.8.3.1