LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Public Member Functions | Public Attributes | List of all members
ast::FrameMapping Class Reference

Struct returned by Frame::pickAxes containing a frame and a mapping. More...

#include <Frame.h>

Public Member Functions

 FrameMapping (std::shared_ptr< Frame > frame, std::shared_ptr< Mapping > mapping)
 Construct a FrameMapping. More...
 

Public Attributes

std::shared_ptr< Frameframe
 Frame. More...
 
std::shared_ptr< Mappingmapping
 Mapping. More...
 

Detailed Description

Struct returned by Frame::pickAxes containing a frame and a mapping.

Definition at line 91 of file Frame.h.

Constructor & Destructor Documentation

◆ FrameMapping()

ast::FrameMapping::FrameMapping ( std::shared_ptr< Frame frame,
std::shared_ptr< Mapping mapping 
)
inline

Construct a FrameMapping.

Parameters
[in,out]frameFrame
[in,out]mappingMapping

Definition at line 99 of file Frame.h.

100  : frame(frame), mapping(mapping) {}

Member Data Documentation

◆ frame

std::shared_ptr<Frame> ast::FrameMapping::frame

Frame.

Definition at line 101 of file Frame.h.

◆ mapping

std::shared_ptr<Mapping> ast::FrameMapping::mapping

Mapping.

Definition at line 102 of file Frame.h.


The documentation for this class was generated from the following file:
ast::FrameMapping::frame
std::shared_ptr< Frame > frame
Frame.
Definition: Frame.h:101
ast::FrameMapping::mapping
std::shared_ptr< Mapping > mapping
Mapping.
Definition: Frame.h:102