lsst.astshim g38293774b4+c9b10be330
Public Member Functions | Public Attributes | List of all members
ast::FrameMapping Class Reference

#include <Frame.h>

Public Member Functions

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

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

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

Member Data Documentation

◆ frame

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

◆ mapping

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

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