#include <vpgl_rational_camera.h>
Public Member Functions | |
| vpgl_scale_offset () | |
| vpgl_scale_offset (const T scale, const T offset) | |
| void | set_scale (const T scale) |
| void | set_offset (const T offset) |
| T | scale () const |
| T | offset () const |
| T | normalize (const T value) const |
| T | un_normalize (const T value) const |
| bool | operator== (vpgl_scale_offset< T > const &that) const |
| Equality test. More... | |
Private Attributes | |
| T | scale_ |
| T | offset_ |
Definition at line 62 of file vpgl_rational_camera.h.
|
inline |
Definition at line 65 of file vpgl_rational_camera.h.
|
inline |
Definition at line 67 of file vpgl_rational_camera.h.
|
inline |
Definition at line 77 of file vpgl_rational_camera.h.
|
inline |
Definition at line 74 of file vpgl_rational_camera.h.
|
inline |
Equality test.
Definition at line 92 of file vpgl_rational_camera.h.
|
inline |
Definition at line 73 of file vpgl_rational_camera.h.
|
inline |
Definition at line 72 of file vpgl_rational_camera.h.
|
inline |
Definition at line 71 of file vpgl_rational_camera.h.
|
inline |
Definition at line 86 of file vpgl_rational_camera.h.
|
private |
Definition at line 100 of file vpgl_rational_camera.h.
|
private |
Definition at line 99 of file vpgl_rational_camera.h.
1.8.15