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. More... | |
MayaInstance (const QString &, const QString &) | |
Creates an instance. More... | |
~MayaInstance () | |
Empty. | |
void | SetName (const QString &) |
Set the address. More... | |
void | SetAddress (const QString &) |
Set the address. More... | |
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 |