Ocean
|
This class implements invalid camera profiles, e.g. More...
Public Member Functions | |
InvalidCameraT (const std::string &reason) | |
Creates an invalid camera. More... | |
const std::string & | reason () const |
Returns the reason of this invalid camera. More... | |
Protected Attributes | |
std::string | reason_ |
The reason why no valid camera is available. More... | |
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 |
Returns the reason of this invalid camera.
|
protected |
The reason why no valid camera is available.