Ocean
|
This class implements invalid camera profiles, e.g. More...
#include <AnyCamera.h>
Public Member Functions | |
InvalidCameraT (const std::string &reason) | |
Creates an invalid camera. | |
const std::string & | reason () const |
Returns the reason of this invalid camera. | |
Protected Attributes | |
std::string | reason_ |
The reason why no valid camera is available. | |
This class implements invalid camera profiles, e.g.
when no intrinsic information is available.
T | The data type of a 'Scalar', 'float' or 'double' |
|
explicit |
Creates an invalid camera.
reason | The reason why no valid camera is available, must be valid |
const std::string & Ocean::InvalidCameraT< T >::reason | ( | ) | const |
Returns the reason of this invalid camera.
|
protected |
The reason why no valid camera is available.