![]() |
![]() |
#include <DetectorDescription/RegressionTest/interface/DDHtmlFormatter.h>
Public Member Functions | |
DDHtmlSoDetails (const string &cat, const string &txt) | |
bool | details (ostream &os, const DDName &) |
ns_type & | names () |
Definition at line 145 of file DDHtmlFormatter.h.
DDHtmlSoDetails::DDHtmlSoDetails | ( | const string & | cat, | |
const string & | txt | |||
) | [inline] |
Implements DDHtmlDetails.
Definition at line 110 of file DDHtmlFormatter.cc.
References DDHtmlDetails::f_, DDHtmlFormatter::h3(), and DDHtmlFormatter::header().
00111 { 00112 os << f_.header("Solid Details") 00113 << f_.h3(">> formatting under construction <<"); 00114 os << DDSolid(nm); return true; 00115 }
ns_type & DDHtmlSoDetails::names | ( | ) | [virtual] |
Implements DDHtmlDetails.
Definition at line 88 of file DDHtmlFormatter.cc.
References findNameSpaces(), lp, and DDHtmlDetails::names_.
00089 { 00090 DDSolid lp; 00091 findNameSpaces(lp, names_); 00092 return names_; 00093 }