LSSTApplications  16.0+42,16.0-1-gce273f5+8,16.0-10-g230e10e+1,16.0-11-g9fe0e56+17,16.0-11-gce733cf+17,16.0-12-g5ad1ebf+9,16.0-12-gc85596e+2,16.0-13-gde155d7+2,16.0-14-g9428de4d,16.0-14-gc1cf4a94+2,16.0-15-g8e16a51+14,16.0-2-g0febb12+7,16.0-2-g839ba83+32,16.0-2-g9d5294e+22,16.0-2-gab3db49+7,16.0-2-gf41ba6b+6,16.0-2-gf4e7cdd+5,16.0-3-g6923fb6+15,16.0-3-g8e51203+2,16.0-3-g9645794+6,16.0-3-gcfd6c53+20,16.0-35-g34c7dfe62+1,16.0-4-g03cf288+11,16.0-4-g32d12de,16.0-4-g5f3a788+7,16.0-4-g7690030+30,16.0-4-g8a0f11a+16,16.0-4-ga5d8928+16,16.0-5-g0da18be+7,16.0-5-g4940a70,16.0-5-g563880a+2,16.0-5-g7742071+2,16.0-5-gb3f8a4b+26,16.0-6-g3610b4f+5,16.0-6-gf0acd13+14,16.0-8-g4dec96c+7,16.0-8-gc315727+16,16.0-9-g1de645c+7,16.0-9-gcc4efb7+6,w.2018.36
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 66 of file DecoratedImageFormatter.cc.

Member Function Documentation

◆ name() [1/6]

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

◆ name() [2/6]

Definition at line 72 of file DecoratedImageFormatter.cc.

72  {
73  static std::string name = "DecoratedImageU";
74  return name;
75 }
STL class.

◆ name() [3/6]

Definition at line 77 of file DecoratedImageFormatter.cc.

77  {
78  static std::string name = "DecoratedImageI";
79  return name;
80 }
STL class.

◆ name() [4/6]

Definition at line 82 of file DecoratedImageFormatter.cc.

82  {
83  static std::string name = "DecoratedImageF";
84  return name;
85 }
STL class.

◆ name() [5/6]

Definition at line 87 of file DecoratedImageFormatter.cc.

87  {
88  static std::string name = "DecoratedImageD";
89  return name;
90 }
STL class.

◆ name() [6/6]

Definition at line 92 of file DecoratedImageFormatter.cc.

92  {
93  static std::string name = "DecoratedImageL";
94  return name;
95 }
STL class.

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