lsst.astshim g50ff169b8f+2eb0e556e8
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ast::ResolvedPoint Class Reference

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.
 

Public Attributes

std::vector< double > point
 Point.
 
double d1
 Resolved vector component 1.
 
double d2
 Resolved vector component 2.
 

Detailed Description

Struct returned by Frame::resolve containing a point and the resolved vector components.

Definition at line 75 of file Frame.h.

Constructor & Destructor Documentation

◆ ResolvedPoint()

ast::ResolvedPoint::ResolvedPoint ( int naxes)
inlineexplicit

Construct an empty ResolvedPoint.

Parameters
[in]naxesNumber of axes in the point

Definition at line 82 of file Frame.h.

Member Data Documentation

◆ d1

double ast::ResolvedPoint::d1

Resolved vector component 1.

Definition at line 84 of file Frame.h.

◆ d2

double ast::ResolvedPoint::d2

Resolved vector component 2.

Definition at line 85 of file Frame.h.

◆ point

std::vector<double> ast::ResolvedPoint::point

Point.

Definition at line 83 of file Frame.h.


The documentation for this class was generated from the following file: