![]() |
RobWorkProject
23.9.11-
|
Public Types | |
| typedef rw::core::Ptr< View > | Ptr |
| Smart pointer for a View. | |
Public Member Functions | |
| View (const std::string &name) | |
| Construct new view. More... | |
Public Attributes | |
| std::string | _name |
| Name of the view. | |
| rw::graphics::DrawableNode::DrawType | _drawType |
| The draw type. | |
| int | _drawMask |
| The draw mask. | |
| SceneCamera::Ptr | _viewCamera |
| The scene camera for the view. | |
| CameraGroup::Ptr | _camGroup |
| The camera group. | |
|
inline |
Construct new view.
| name | [in] name of the view. |