libmove3d-planners
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Friends
Macros
Groups
Pages
src
API
Graphic
drawCost.hpp
1
/*
2
* g3d_draw_cost.h
3
* BioMove3D
4
*
5
* Created by Jim Mainprice on 30/04/10.
6
* Copyright 2010 LAAS/CNRS. All rights reserved.
7
*
8
*/
9
10
#ifndef G3D_DRAW_COST_H
11
#define G3D_DRAW_COST_H
12
13
#include "device.h"
14
15
16
void
g3d_draw_costspace();
17
18
void
g3d_draw_grids();
19
20
void
g3d_draw_GTP_grid();
21
22
23
#ifdef HRI_COSTSPACE
24
void
g3d_draw_hrics(
int
opengl_context);
25
#endif
26
27
void
drawGauge(
int
number,
double
cost);
28
29
void
computeConfigCostOnTraj(p3d_rob* rob,configPt q);
30
31
#endif
Generated on Fri Mar 4 2016 19:06:07 for libmove3d-planners by
1.8.6