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
Public Member Functions | Public Attributes | List of all members
lsst.afw.geom.ellipses::BaseCore::Converter< Output > Struct Template Reference

#include <BaseCore.h>

Public Member Functions

 Converter (BaseCore const &input_)
 
 operator Output () const
 
boost::shared_ptr< Output > copy () const
 

Public Attributes

BaseCore const & input
 

Detailed Description

template<typename Output>
struct lsst.afw.geom.ellipses::BaseCore::Converter< Output >

Definition at line 60 of file BaseCore.h.

Constructor & Destructor Documentation

template<typename Output>
lsst.afw.geom.ellipses::BaseCore::Converter< Output >::Converter ( BaseCore const &  input_)
inlineexplicit

Definition at line 244 of file BaseCore.h.

244 : input(input_) {}

Member Function Documentation

template<typename Output>
boost::shared_ptr<Output> lsst.afw.geom.ellipses::BaseCore::Converter< Output >::copy ( ) const
inline

Definition at line 247 of file BaseCore.h.

247 { return boost::shared_ptr<Output>(new Output(input)); }
template<typename Output>
lsst.afw.geom.ellipses::BaseCore::Converter< Output >::operator Output ( ) const
inline

Definition at line 246 of file BaseCore.h.

246 { return Output(input); }

Member Data Documentation

template<typename Output>
BaseCore const& lsst.afw.geom.ellipses::BaseCore::Converter< Output >::input

Definition at line 242 of file BaseCore.h.


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