9#ifndef AVARA3D_VISUAL_CAMERA_CAMERA_H
10#define AVARA3D_VISUAL_CAMERA_CAMERA_H
42 const std::optional<std::string>&
name()
const;
62 std::optional<std::
string> _name;
Base class for camera projection models used by VisualWorld.
const std::optional< std::string > & name() const
Returns the optional camera name.
Camera()
Creates an unnamed Camera.
Camera(const std::string &name)
Creates a Camera with name.
void name(const std::string &name)
Sets the camera name.