Ocean
|
This class implements an object storing an id of an pose object. More...
Public Member Functions | |
PoseObject (const Index32 poseId=invalidId) | |
Creates a new object. More... | |
Index32 | poseId () const |
Returns the id of the camera pose of this object. More... | |
void | setPoseId (const Index32 poseId) |
Sets or changes the id of the camera pose of this object. More... | |
Protected Attributes | |
Index32 | objectPoseId |
The camera pose id of this object. More... | |
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.