Collection of camera properties for cameras to be used with color/label images.
#include <drake/geometry/render/render_camera.h>
Public Member Functions | |
| ColorRenderCamera (RenderCameraCore core, bool show_window=false) | |
| Fully-specified constructor. | |
| const RenderCameraCore & | core () const |
| This camera's core render properties. | |
| bool | show_window () const |
| If true, requests that the RenderEngine display the rendered image. | |
Implements CopyConstructible, CopyAssignable, MoveConstructible, MoveAssignable | |
| ColorRenderCamera (const ColorRenderCamera &)=default | |
| ColorRenderCamera & | operator= (const ColorRenderCamera &)=default |
| ColorRenderCamera (ColorRenderCamera &&)=default | |
| ColorRenderCamera & | operator= (ColorRenderCamera &&)=default |
|
default |
|
default |
|
explicit |
Fully-specified constructor.
See the documentation on the member getter methods for documentation of parameters.
| const RenderCameraCore & core | ( | ) | const |
This camera's core render properties.
|
default |
|
default |
| bool show_window | ( | ) | const |
If true, requests that the RenderEngine display the rendered image.
Whether or not the image is able to be displayed depends on the specific render engine and its configuration.