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 | Static Public Member Functions | List of all members
lsst.afw::formatters::DecoratedImageFormatterTraits< ImagePixelT > Class Template Reference

Public Member Functions

template<>
std::string name ()
 
template<>
std::string name ()
 
template<>
std::string name ()
 
template<>
std::string name ()
 
template<>
std::string name ()
 

Static Public Member Functions

static std::string name ()
 

Detailed Description

template<typename ImagePixelT>
class lsst.afw::formatters::DecoratedImageFormatterTraits< ImagePixelT >

Definition at line 76 of file DecoratedImageFormatter.cc.

Member Function Documentation

template<typename ImagePixelT >
static std::string lsst.afw::formatters::DecoratedImageFormatterTraits< ImagePixelT >::name ( )
static
template<>
std::string lsst::afw::formatters::DecoratedImageFormatterTraits< boost::uint16_t >::name ( )

Definition at line 81 of file DecoratedImageFormatter.cc.

81  {
82  static std::string name = "DecoratedImageU";
83  return name;
84 }
template<>
std::string lsst::afw::formatters::DecoratedImageFormatterTraits< int >::name ( )

Definition at line 85 of file DecoratedImageFormatter.cc.

85  {
86  static std::string name = "DecoratedImageI";
87  return name;
88 }
template<>
std::string lsst::afw::formatters::DecoratedImageFormatterTraits< float >::name ( )

Definition at line 89 of file DecoratedImageFormatter.cc.

89  {
90  static std::string name = "DecoratedImageF";
91  return name;
92 }
template<>
std::string lsst::afw::formatters::DecoratedImageFormatterTraits< double >::name ( )

Definition at line 93 of file DecoratedImageFormatter.cc.

93  {
94  static std::string name = "DecoratedImageD";
95  return name;
96 }
template<>
std::string lsst::afw::formatters::DecoratedImageFormatterTraits< boost::uint64_t >::name ( )

Definition at line 97 of file DecoratedImageFormatter.cc.

97  {
98  static std::string name = "DecoratedImageL";
99  return name;
100 }

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