LSSTApplications
18.1.0
LSSTDataManagementBasePackage
|
Struct returned by Frame::resolve containing a point and the resolved vector components. More...
#include <Frame.h>
Public Member Functions | |
ResolvedPoint (int naxes) | |
Construct an empty ResolvedPoint. More... | |
Public Attributes | |
std::vector< double > | point |
Point. More... | |
double | d1 |
Resolved vector component 1. More... | |
double | d2 |
Resolved vector component 2. More... | |
Struct returned by Frame::resolve containing a point and the resolved vector components.
|
inlineexplicit |
Construct an empty ResolvedPoint.
[in] | naxes | Number of axes in the point |
Definition at line 82 of file Frame.h.
std::vector<double> ast::ResolvedPoint::point |