#include <eggBase.h>
Inheritance diagram for EggBase:
Public Member Functions | |
EggBase () | |
virtual EggReader * | as_reader () |
virtual EggWriter * | as_writer () |
Static Public Member Functions | |
void | convert_paths (EggNode *node, PathReplace *path_replace, const DSearchPath &additional_path) |
Protected Member Functions | |
virtual bool | post_command_line () |
void | append_command_comment (EggData &_data) |
Static Protected Member Functions | |
void | append_command_comment (EggData &_data, const string &comment) |
Protected Attributes | |
bool | _got_coordinate_system |
CoordinateSystem | _coordinate_system |
EggData | _data |
|
Definition at line 33 of file eggBase.cxx. References _coordinate_system, _got_coordinate_system, ProgramBase::add_option(), CS_yup_right, and ProgramBase::dispatch_coordinate_system(). |
|
Definition at line 162 of file eggBase.cxx. References data. |
|
Definition at line 146 of file eggBase.cxx. References data, and ProgramBase::get_exec_command(). Referenced by EggWriter::post_command_line(). |
|
Reimplemented in EggReader. Definition at line 57 of file eggBase.cxx. References NULL. |
|
Reimplemented in EggWriter. Definition at line 74 of file eggBase.cxx. References NULL. Referenced by EggMakeFont::dispatch_dimensions(), EggWriter::dispatch_normals(), EggWriter::dispatch_rotate_axis(), and EggWriter::dispatch_rotate_xyz(). |
|
|
Reimplemented from ProgramBase. Reimplemented in EggFilter, EggReader, EggWriter, SomethingToEgg, and EggCrop. Definition at line 125 of file eggBase.cxx. References _coordinate_system, _data, ProgramBase::post_command_line(), and EggData::set_coordinate_system(). Referenced by EggWriter::post_command_line(), and EggReader::post_command_line(). |
|
|
|
Definition at line 59 of file eggBase.h. Referenced by EggBase(), EggToX::EggToX(), MayaToEgg::run(), and EggToBam::run(). |