#include <mesh_cell_queue_writer.H>
Public Member Functions | |
| mesh_cell_queue_writer_t (access_data_t *ad_, unsigned qid_) | |
| ~mesh_cell_queue_writer_t () | |
| void | write_mesh_cell (const cell_t &cell_, unsigned cell_id_, unsigned total_cells_, double ground_z_, double x_, double y_) |
Private Member Functions | |
| void | publish () |
Private Attributes | |
| mesh_cell_data_t | m_mesh_cell |
| access_data_t * | m_ad |
| unsigned | m_qid |
| mesh_cell_queue_writer_t::mesh_cell_queue_writer_t | ( | access_data_t * | ad_, | |
| unsigned | qid_ | |||
| ) |
References m_ad, and m_mesh_cell.
| mesh_cell_queue_writer_t::~mesh_cell_queue_writer_t | ( | ) |
| void mesh_cell_queue_writer_t::publish | ( | ) | [private] |
References m_ad, m_mesh_cell, and m_qid.
Referenced by write_mesh_cell().
| void mesh_cell_queue_writer_t::write_mesh_cell | ( | const cell_t & | cell_, | |
| unsigned | cell_id_, | |||
| unsigned | total_cells_, | |||
| double | ground_z_, | |||
| double | x_, | |||
| double | y_ | |||
| ) |
access_data_t* cajun::mesh_cell_queue_writer_t::m_ad [private] |
Referenced by mesh_cell_queue_writer_t(), and publish().
mesh_cell_data_t cajun::mesh_cell_queue_writer_t::m_mesh_cell [private] |
Referenced by mesh_cell_queue_writer_t(), publish(), and write_mesh_cell().
unsigned cajun::mesh_cell_queue_writer_t::m_qid [private] |
Referenced by publish().
1.6.1