LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
#include <CameraPoint.h>
Public Member Functions | |
CameraPoint (geom::Point2D point, CameraSys const &cameraSys) | |
geom::Point2D | getPoint () const |
CameraSys | getCameraSys () const |
bool | operator== (CameraPoint const &other) const |
bool | operator!= (CameraPoint const &other) const |
Private Attributes | |
geom::Point2D | _point |
2-d point More... | |
CameraSys | _cameraSys |
camera coordinate system More... | |
A Point2D with associated camera coordinate system
Definition at line 37 of file CameraPoint.h.
|
inline |
Definition at line 39 of file CameraPoint.h.
|
inline |
Definition at line 41 of file CameraPoint.h.
|
inline |
Definition at line 40 of file CameraPoint.h.
|
inline |
Definition at line 46 of file CameraPoint.h.
|
inline |
Definition at line 43 of file CameraPoint.h.
|
private |
camera coordinate system
Definition at line 50 of file CameraPoint.h.
|
private |
2-d point
Definition at line 49 of file CameraPoint.h.