#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 375 of file AsciiData.cc.
375 {
376 os << std::endl << "{ MUCTRUTH" << std::endl;
377 if (
x.initialized() )
378 {
379 os <<
" " <<
x.nTruth;
380 {
381 for (
int i = 0; i <
x.nTruth; i++ ) { os <<
" " <<
x.truthCol[i]; }
382 }
383 }
384 os << std::endl << "} MUCTRUTH" << std::endl;
385 return os;
386}
◆ operator<< [2/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MUCTRUTH & | x ) |
|
friend |
Definition at line 375 of file AsciiData.cc.
375 {
376 os << std::endl << "{ MUCTRUTH" << std::endl;
377 if (
x.initialized() )
378 {
379 os <<
" " <<
x.nTruth;
380 {
381 for (
int i = 0; i <
x.nTruth; i++ ) { os <<
" " <<
x.truthCol[i]; }
382 }
383 }
384 os << std::endl << "} MUCTRUTH" << std::endl;
385 return os;
386}
◆ operator<< [3/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MUCTRUTH & | x ) |
|
friend |
Definition at line 375 of file AsciiData.cc.
375 {
376 os << std::endl << "{ MUCTRUTH" << std::endl;
377 if (
x.initialized() )
378 {
379 os <<
" " <<
x.nTruth;
380 {
381 for (
int i = 0; i <
x.nTruth; i++ ) { os <<
" " <<
x.truthCol[i]; }
382 }
383 }
384 os << std::endl << "} MUCTRUTH" << std::endl;
385 return os;
386}
◆ operator<< [4/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const MUCTRUTH & | x ) |
|
friend |
Definition at line 375 of file AsciiData.cc.
375 {
376 os << std::endl << "{ MUCTRUTH" << std::endl;
377 if (
x.initialized() )
378 {
379 os <<
" " <<
x.nTruth;
380 {
381 for (
int i = 0; i <
x.nTruth; i++ ) { os <<
" " <<
x.truthCol[i]; }
382 }
383 }
384 os << std::endl << "} MUCTRUTH" << std::endl;
385 return os;
386}
◆ operator>> [1/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
MUCTRUTH & | x ) |
|
friend |
Definition at line 363 of file AsciiData.cc.
363 {
364 x.check_start_tag( is,
"MUCTRUTH" );
365 if ( !
x.initialized() )
return is;
367 x.truthCol.resize(
x.nTruth );
368 {
369 for (
int i = 0; i <
x.nTruth; i++ ) { is >>
x.truthCol[i]; }
370 }
371 x.check_end_tag( is,
"MUCTRUTH" );
372 return is;
373}
◆ operator>> [2/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
MUCTRUTH & | x ) |
|
friend |
Definition at line 363 of file AsciiData.cc.
363 {
364 x.check_start_tag( is,
"MUCTRUTH" );
365 if ( !
x.initialized() )
return is;
367 x.truthCol.resize(
x.nTruth );
368 {
369 for (
int i = 0; i <
x.nTruth; i++ ) { is >>
x.truthCol[i]; }
370 }
371 x.check_end_tag( is,
"MUCTRUTH" );
372 return is;
373}
◆ operator>> [3/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
MUCTRUTH & | x ) |
|
friend |
Definition at line 363 of file AsciiData.cc.
363 {
364 x.check_start_tag( is,
"MUCTRUTH" );
365 if ( !
x.initialized() )
return is;
367 x.truthCol.resize(
x.nTruth );
368 {
369 for (
int i = 0; i <
x.nTruth; i++ ) { is >>
x.truthCol[i]; }
370 }
371 x.check_end_tag( is,
"MUCTRUTH" );
372 return is;
373}
◆ operator>> [4/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
MUCTRUTH & | x ) |
|
friend |
Definition at line 363 of file AsciiData.cc.
363 {
364 x.check_start_tag( is,
"MUCTRUTH" );
365 if ( !
x.initialized() )
return is;
367 x.truthCol.resize(
x.nTruth );
368 {
369 for (
int i = 0; i <
x.nTruth; i++ ) { is >>
x.truthCol[i]; }
370 }
371 x.check_end_tag( is,
"MUCTRUTH" );
372 return is;
373}
◆ nTruth
◆ truthCol
The documentation for this class was generated from the following files: