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 | 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: