|
Maya 1.0
|
This class implements geometric instances. More...
#include <maya.h>
Public Member Functions | |
| MayaInstance () | |
| Creates an empty instance. | |
| MayaInstance (const QString &) | |
| Creates a instance. | |
| MayaInstance (const QString &, const QString &) | |
| Creates an instance. | |
| ~MayaInstance () | |
| Empty. | |
| void | SetName (const QString &) |
| Set the address. | |
| void | SetAddress (const QString &) |
| Set the address. | |
| QString | GetName () const |
| Get name. | |
| QString | GetAddress () const |
| Get the address. | |
Protected Attributes | |
| QString | name |
| Signature of the object, implemented as the name of the corresponding mesh file. | |
| QString | address |
| Location of the object. | |
This class implements geometric instances.
An instance is defined by its name, which refers to the corresponding .obj or .ma file.
|
explicit |
|
explicit |
|
inline |
|
inline |