#include <AsciiData.hh>
◆ MUCTRUTH() [1/4]
◆ MUCTRUTH() [2/4]
◆ MUCTRUTH() [3/4]
◆ MUCTRUTH() [4/4]
◆ operator<< [1/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const MUCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 501 of file AsciiData.cc.
502{
503 os << std::endl << "{ MUCTRUTH" << std::endl;
504 if(
x.initialized()) {
505 os <<
" " <<
x.nTruth;
506 {
for(
int i = 0; i <
x.nTruth; i++) {
507 os <<
" " <<
x.truthCol[i];
508 }}
509 }
510 os << std::endl << "} MUCTRUTH" << std::endl;
511 return os;
512}
◆ operator<< [2/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const MUCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 501 of file AsciiData.cc.
502{
503 os << std::endl << "{ MUCTRUTH" << std::endl;
504 if(
x.initialized()) {
505 os <<
" " <<
x.nTruth;
506 {
for(
int i = 0; i <
x.nTruth; i++) {
507 os <<
" " <<
x.truthCol[i];
508 }}
509 }
510 os << std::endl << "} MUCTRUTH" << std::endl;
511 return os;
512}
◆ operator<< [3/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const MUCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 501 of file AsciiData.cc.
502{
503 os << std::endl << "{ MUCTRUTH" << std::endl;
504 if(
x.initialized()) {
505 os <<
" " <<
x.nTruth;
506 {
for(
int i = 0; i <
x.nTruth; i++) {
507 os <<
" " <<
x.truthCol[i];
508 }}
509 }
510 os << std::endl << "} MUCTRUTH" << std::endl;
511 return os;
512}
◆ operator<< [4/4]
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const MUCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 501 of file AsciiData.cc.
502{
503 os << std::endl << "{ MUCTRUTH" << std::endl;
504 if(
x.initialized()) {
505 os <<
" " <<
x.nTruth;
506 {
for(
int i = 0; i <
x.nTruth; i++) {
507 os <<
" " <<
x.truthCol[i];
508 }}
509 }
510 os << std::endl << "} MUCTRUTH" << std::endl;
511 return os;
512}
◆ operator>> [1/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
MUCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 488 of file AsciiData.cc.
489{
490 x.check_start_tag(is,
"MUCTRUTH");
491 if(!
x.initialized())
return is;
493 x.truthCol.resize(
x.nTruth);
494 {
for(
int i = 0; i <
x.nTruth; i++) {
496 }}
497 x.check_end_tag(is,
"MUCTRUTH");
498 return is;
499}
◆ operator>> [2/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
MUCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 488 of file AsciiData.cc.
489{
490 x.check_start_tag(is,
"MUCTRUTH");
491 if(!
x.initialized())
return is;
493 x.truthCol.resize(
x.nTruth);
494 {
for(
int i = 0; i <
x.nTruth; i++) {
496 }}
497 x.check_end_tag(is,
"MUCTRUTH");
498 return is;
499}
◆ operator>> [3/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
MUCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 488 of file AsciiData.cc.
489{
490 x.check_start_tag(is,
"MUCTRUTH");
491 if(!
x.initialized())
return is;
493 x.truthCol.resize(
x.nTruth);
494 {
for(
int i = 0; i <
x.nTruth; i++) {
496 }}
497 x.check_end_tag(is,
"MUCTRUTH");
498 return is;
499}
◆ operator>> [4/4]
std::istream & operator>> |
( |
std::istream & |
is, |
|
|
MUCTRUTH & |
x |
|
) |
| |
|
friend |
Definition at line 488 of file AsciiData.cc.
489{
490 x.check_start_tag(is,
"MUCTRUTH");
491 if(!
x.initialized())
return is;
493 x.truthCol.resize(
x.nTruth);
494 {
for(
int i = 0; i <
x.nTruth; i++) {
496 }}
497 x.check_end_tag(is,
"MUCTRUTH");
498 return is;
499}
◆ nTruth
◆ truthCol
The documentation for this class was generated from the following files: