Collection of camera properties for cameras to be used with depth images.
#include <drake/geometry/render/render_camera.h>
Public Member Functions | |
| DepthRenderCamera (RenderCameraCore core, DepthRange depth_range) | |
| Fully-specified constructor. More... | |
| const RenderCameraCore & | core () const |
| This camera's core render properties. More... | |
| const DepthRange & | depth_range () const |
| The range of valid values for the depth camera. More... | |
Implements CopyConstructible, CopyAssignable, MoveConstructible, MoveAssignable | |
| DepthRenderCamera (const DepthRenderCamera &)=default | |
| DepthRenderCamera & | operator= (const DepthRenderCamera &)=default |
| DepthRenderCamera (DepthRenderCamera &&)=default | |
| DepthRenderCamera & | operator= (DepthRenderCamera &&)=default |
|
default |
|
default |
| DepthRenderCamera | ( | RenderCameraCore | core, |
| DepthRange | depth_range | ||
| ) |
Fully-specified constructor.
See the documentation on the member getter methods for documentation of parameters.
| std::exception | if the depth_range is not fully contained within the clipping range. |
| const RenderCameraCore& core | ( | ) | const |
This camera's core render properties.
| const DepthRange& depth_range | ( | ) | const |
The range of valid values for the depth camera.
|
default |
|
default |