#include <mayaApi.h>
Inheritance diagram for MayaApi:
Public Member Functions | |
~MayaApi () | |
bool | is_valid () const |
bool | read (const Filename &filename) |
bool | write (const Filename &filename) |
bool | clear () |
DistanceUnit | get_units () |
CoordinateSystem | get_coordinate_system () |
Static Public Member Functions | |
PT (MayaApi) open_api(string program_name="") | |
Protected Member Functions | |
MayaApi (const string &program_name) | |
MayaApi (const MayaApi ©) | |
void | operator= (const MayaApi ©) |
Private Attributes | |
bool | _is_valid |
bool | _plug_in |
Static Private Attributes | |
MayaApi * | _global_api = (MayaApi *)NULL |
|
Definition at line 43 of file mayaApi.cxx. References _is_valid, _plug_in, ExecutionEnvironment::get_cwd(), and Filename::to_os_specific(). |
|
Definition at line 94 of file mayaApi.cxx. References nassertv. |
|
Definition at line 115 of file mayaApi.cxx. References _global_api, _is_valid, _plug_in, nassertv, and NULL. |
|
Definition at line 248 of file mayaApi.cxx. |
|
Definition at line 293 of file mayaApi.cxx. References CS_yup_right, and CS_zup_right. |
|
Definition at line 263 of file mayaApi.cxx. References DU_centimeters, DU_feet, DU_inches, DU_invalid, DU_kilometers, DU_meters, DU_millimeters, DU_statute_miles, and DU_yards. |
|
Definition at line 165 of file mayaApi.cxx. References _is_valid. |
|
Definition at line 105 of file mayaApi.cxx. References nassertv. |
|
|
|
Definition at line 191 of file mayaApi.cxx. References back_to_front_slash(), and Filename::to_os_specific(). |
|
Definition at line 219 of file mayaApi.cxx. References back_to_front_slash(), Filename::get_extension(), Filename::to_os_specific(), and type. |
|
Definition at line 34 of file mayaApi.cxx. Referenced by ~MayaApi(). |
|
Definition at line 57 of file mayaApi.h. Referenced by is_valid(), MayaApi(), and ~MayaApi(). |
|
Definition at line 58 of file mayaApi.h. Referenced by MayaApi(), and ~MayaApi(). |