#include "cbviz_util.H"#include "conf.H"#include <cassert>#include <cmath>#include <unistd.h>Defines | |
| #define | NUM_COLORS (sizeof (colors) / sizeof (colors[0])) |
Functions | |
| template<> | |
| bool | conf_value (conf_entry_t &entry, vector< double > &val) |
| Load double values separated by ' ', ',', or ':'. | |
| #define NUM_COLORS (sizeof (colors) / sizeof (colors[0])) |
Referenced by cajun::color_contour().
| bool conf_value | ( | conf_entry_t & | entry, | |
| vector< double > & | val | |||
| ) | [inline] |
Load double values separated by ' ', ',', or ':'.
| entry | The conf entry. | |
| val | The vector of values read in. |
| double b |
| double g |
| double r |
Referenced by cajun::draw_survey_gp_t::display(), cajun::draw_static_triangles_t::display(), cajun::draw_scan_gp_t::display(), cajun::draw_ldtm_t::display(), cajun::glut_interface_t::draw_callback(), cajun::draw_rndf_t::draw_rndf_t(), cajun::draw_vpath_t::draw_vpath_segment(), cajun::draw_static_scangp_t::init_data(), cajun::draw_static_las_t::init_data(), and cajun::draw_static_triangles_t::load_vertices().
1.6.1