cajun::draw_mesh_cell_t Class Reference

#include <draw_mesh_cell.H>

Inheritance diagram for cajun::draw_mesh_cell_t:
cajun::component_interface_t

List of all members.

Public Member Functions

 draw_mesh_cell_t (double cbviz_origin[3], unsigned qid_, world_state_t *ws_, conf_t &viz_conf_)
void init_data ()
 Initialization of display lists, etc.
void update_data (double bot_pos_[3])
 Function called for idle loop.
void display (double cbviz_origin_[3])
 Function called during display loop.
void toggle_display ()
 Toggle displaying of the data.

Private Attributes

bool m_cell_display
std::vector< mesh_cell_data_t > m_mesh_cells
unsigned m_qid
access_data_t * m_ad
double m_object_rotation [16]

Constructor & Destructor Documentation

draw_mesh_cell_t::draw_mesh_cell_t ( double  cbviz_origin[3],
unsigned  qid_,
world_state_t *  ws_,
conf_t &  viz_conf_ 
)

Member Function Documentation

void draw_mesh_cell_t::display ( double  bot_bos_[3]  )  [virtual]
void draw_mesh_cell_t::init_data (  )  [virtual]

Initialization of display lists, etc.

Reimplemented from cajun::component_interface_t.

void draw_mesh_cell_t::toggle_display (  )  [virtual]
void draw_mesh_cell_t::update_data ( double  bot_pos_[3]  )  [virtual]

Function called for idle loop.

Implements cajun::component_interface_t.

References m_ad, m_mesh_cells, and m_qid.


Member Data Documentation

access_data_t* cajun::draw_mesh_cell_t::m_ad [private]

Referenced by draw_mesh_cell_t(), and update_data().

std::vector<mesh_cell_data_t> cajun::draw_mesh_cell_t::m_mesh_cells [private]

Referenced by display(), and update_data().

unsigned cajun::draw_mesh_cell_t::m_qid [private]

Referenced by draw_mesh_cell_t(), and update_data().


The documentation for this class was generated from the following files:

Generated on Fri Apr 9 10:45:18 2010 for Visualizer by  doxygen 1.6.1