|
Ocean
|
This class implements an object storing an id of an pose object. More...
#include <Database.h>
Public Member Functions | |
| PoseObject (const Index32 poseId=invalidId) | |
| Creates a new object. | |
| Index32 | poseId () const |
| Returns the id of the camera pose of this object. | |
| void | setPoseId (const Index32 poseId) |
| Sets or changes the id of the camera pose of this object. | |
Protected Attributes | |
| Index32 | objectPoseId |
| The camera pose id of this object. | |
This class implements an object storing an id of an pose object.
|
inlineexplicit |
Creates a new object.
| poseId | The id of the pose, may be invalid |
|
inline |
Returns the id of the camera pose of this object.
|
inline |
Sets or changes the id of the camera pose of this object.
| poseId | The camera pose id to set, may be invalid |
|
protected |
The camera pose id of this object.