Moka controlers
|
Go to the source code of this file.
Functions | |
bool | empty () |
bool | addMap (const char *AFilename) |
bool | loadMap (const char *AFilename) |
bool | saveMapAscii (const char *AFilename) |
bool | saveMapBinary (const char *AFilename) |
bool | exportXfig (const char *AFilename, TViewId AViewId, bool AArrow, bool AFace, bool ASews, bool AGrid, bool AVertices) |
bool | exportPov (const char *AFilename) |
bool | exportXfigAsIntervoxel (const char *AFilename, TViewId AViewId) |
bool | importOff (const char *AFilename) |
bool | exportOff (const char *AFilename) |
bool | exportOff3D (const char *AFilename) |
bool CControlerGMap::addMap | ( | const char * | AFilename | ) |
Definition at line 57 of file operations-save-load-export.cc.
bool CControlerGMap::empty | ( | ) |
Definition at line 37 of file operations-save-load-export.cc.
bool CControlerGMap::exportOff | ( | const char * | AFilename | ) |
Definition at line 353 of file operations-save-load-export.cc.
bool CControlerGMap::exportOff3D | ( | const char * | AFilename | ) |
Definition at line 373 of file operations-save-load-export.cc.
bool CControlerGMap::exportPov | ( | const char * | AFilename | ) |
Definition at line 163 of file operations-save-load-export.cc.
bool CControlerGMap::exportXfig | ( | const char * | AFilename, |
TViewId | AViewId, | ||
bool | AArrow, | ||
bool | AFace, | ||
bool | ASews, | ||
bool | AGrid, | ||
bool | AVertices | ||
) |
Definition at line 145 of file operations-save-load-export.cc.
bool CControlerGMap::exportXfigAsIntervoxel | ( | const char * | AFilename, |
TViewId | AViewId | ||
) |
Definition at line 180 of file operations-save-load-export.cc.
bool CControlerGMap::importOff | ( | const char * | AFilename | ) |
Definition at line 326 of file operations-save-load-export.cc.
bool CControlerGMap::loadMap | ( | const char * | AFilename | ) |
Definition at line 84 of file operations-save-load-export.cc.
bool CControlerGMap::saveMapAscii | ( | const char * | AFilename | ) |
Definition at line 115 of file operations-save-load-export.cc.
bool CControlerGMap::saveMapBinary | ( | const char * | AFilename | ) |
Definition at line 130 of file operations-save-load-export.cc.