#include <xsi_rig.h>
Inheritance diagram for Rig:

Public Member Functions |
|
| Rig () | |
| ~Rig () | |
| Rig (const CRef &in_ref) | |
| Rig (const Rig &in_obj) | |
| bool | IsA (siClassID in_ClassID) const |
| siClassID | GetClassID () const |
| Rig & | operator= (const Rig &in_obj) |
| Rig & | operator= (const CRef &in_ref) |
| CStatus | AddDirectedObject (Directed &in_dirObj, X3DObject &in_interest) |
| Rig | ( | ) |
Default constructor.
| ~Rig | ( | ) |
Default destructor.
Constructor.
| in_ref | constant reference object. |
Copy constructor.
| in_obj | constant class object. |
| bool IsA | ( | siClassID | in_ClassID | ) | const [virtual] |
| siClassID GetClassID | ( | ) | const [virtual] |
Returns the type of the API class.
Reimplemented from Null.
Reimplemented in CameraRig, and LightRig.
Creates an object from another object. The newly created object is set to empty if the input object is not compatible.
| in_obj | constant class object. |
Creates an object from a reference object. The newly created object is set to empty if the input reference object is not compatible.
| in_ref | constant class object. |
Reimplemented from Null.
Reimplemented in CameraRig, and LightRig.
Adds a directed object to this rig.
| in_dirObj | directed object. | |
| in_interest | interest of this directed object. |
CStatus::Fail failure