libpgplotxx.a (C++ interface to PGPLOT)
◆
printtitle()
void printtitle
(
const std::string &
s
,
const char &
c
)
Definition at line
55
of file
pgtestxx.cc
.
Referenced by
section()
, and
subsection()
.
56
{
57
cout << endl;
58
cout << s << endl;
59
for
(
int
i=0; i<s.length(); ++i) { cout << c; }
60
cout << endl;
61
}
Here is the caller graph for this function:
pgtestxx.cc
Generated on Mon Aug 21 2023 17:36:26 for libpgplotxx.a (C++ interface to PGPLOT) by
1.8.14