LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
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: