|
void | clear () |
|
void | import (std::string filename) |
|
void | import_original () |
|
void | filename (const std::string &filename) |
|
bool | has_valid_id (sqlite::connection *db) const |
|
bool | original (sqlite::connection *db) const |
|
void | insert (sqlite::connection *db) |
|
void | copy (sqlite::connection *db) |
|
void | select (sqlite::connection *db) |
|
void | select_blobs (sqlite::connection *db) |
|
void | update (sqlite::connection *db) |
|
void | remove (sqlite::connection *db) |
|
void | save (sqlite::connection *db) |
|
void | read (sqlite::statement &in) |
|
void | install (polyhedron_type hull, T wall_thickness, T eps) |
|
const room_array & | rooms () const |
|
void | rooms (room_array &&rhs) |
|
void | set_compartments (const core_room_array &rhs) |
|
core_room_array | make_compartments (bool transform) const |
|
string_reference | filename () const |
|
id_type | id () const |
|
void | id (id_type rhs) |
|
bool | has_id () const |
|
const std::string & | name () const |
|
std::string & | name () |
|
void | name (const std::string &rhs) |
|
string_reference | description () const |
|
void | description (string_reference &rhs) |
|
string_reference | filename () const |
|
const sqlite::blob & | file_content () const |
|
void | clear () |
|
void | export_original (std::string filename) const |
|
template<class T>
class vtb::db::Compartments< T >
Definition at line 51 of file db/compartments.hh.