#include <AsciiData.hh>
◆ VERTEXTRUTH() [1/4]
| VERTEXTRUTH::VERTEXTRUTH |
( |
| ) |
|
|
inline |
◆ VERTEXTRUTH() [2/4]
| VERTEXTRUTH::VERTEXTRUTH |
( |
| ) |
|
|
inline |
◆ VERTEXTRUTH() [3/4]
| VERTEXTRUTH::VERTEXTRUTH |
( |
| ) |
|
|
inline |
◆ VERTEXTRUTH() [4/4]
| VERTEXTRUTH::VERTEXTRUTH |
( |
| ) |
|
|
inline |
◆ operator<< [1/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const VERTEXTRUTH & | x ) |
|
friend |
Definition at line 155 of file AsciiData.cc.
155 {
156 os << std::endl << "{ VERTEXTRUTH" << std::endl;
157 if (
x.initialized() )
158 {
159 os <<
" " <<
x.nTruth;
160 {
161 for (
int i = 0; i <
x.nTruth; i++ ) { os <<
" " <<
x.truthCol[i]; }
162 }
163 }
164 os << std::endl << "} VERTEXTRUTH" << std::endl;
165 return os;
166}
◆ operator<< [2/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const VERTEXTRUTH & | x ) |
|
friend |
Definition at line 155 of file AsciiData.cc.
155 {
156 os << std::endl << "{ VERTEXTRUTH" << std::endl;
157 if (
x.initialized() )
158 {
159 os <<
" " <<
x.nTruth;
160 {
161 for (
int i = 0; i <
x.nTruth; i++ ) { os <<
" " <<
x.truthCol[i]; }
162 }
163 }
164 os << std::endl << "} VERTEXTRUTH" << std::endl;
165 return os;
166}
◆ operator<< [3/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const VERTEXTRUTH & | x ) |
|
friend |
Definition at line 155 of file AsciiData.cc.
155 {
156 os << std::endl << "{ VERTEXTRUTH" << std::endl;
157 if (
x.initialized() )
158 {
159 os <<
" " <<
x.nTruth;
160 {
161 for (
int i = 0; i <
x.nTruth; i++ ) { os <<
" " <<
x.truthCol[i]; }
162 }
163 }
164 os << std::endl << "} VERTEXTRUTH" << std::endl;
165 return os;
166}
◆ operator<< [4/4]
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const VERTEXTRUTH & | x ) |
|
friend |
Definition at line 155 of file AsciiData.cc.
155 {
156 os << std::endl << "{ VERTEXTRUTH" << std::endl;
157 if (
x.initialized() )
158 {
159 os <<
" " <<
x.nTruth;
160 {
161 for (
int i = 0; i <
x.nTruth; i++ ) { os <<
" " <<
x.truthCol[i]; }
162 }
163 }
164 os << std::endl << "} VERTEXTRUTH" << std::endl;
165 return os;
166}
◆ operator>> [1/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
VERTEXTRUTH & | x ) |
|
friend |
Definition at line 143 of file AsciiData.cc.
143 {
144 x.check_start_tag( is,
"VERTEXTRUTH" );
145 if ( !
x.initialized() )
return is;
147 x.truthCol.resize(
x.nTruth );
148 {
149 for (
int i = 0; i <
x.nTruth; i++ ) { is >>
x.truthCol[i]; }
150 }
151 x.check_end_tag( is,
"VERTEXTRUTH" );
152 return is;
153}
◆ operator>> [2/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
VERTEXTRUTH & | x ) |
|
friend |
Definition at line 143 of file AsciiData.cc.
143 {
144 x.check_start_tag( is,
"VERTEXTRUTH" );
145 if ( !
x.initialized() )
return is;
147 x.truthCol.resize(
x.nTruth );
148 {
149 for (
int i = 0; i <
x.nTruth; i++ ) { is >>
x.truthCol[i]; }
150 }
151 x.check_end_tag( is,
"VERTEXTRUTH" );
152 return is;
153}
◆ operator>> [3/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
VERTEXTRUTH & | x ) |
|
friend |
Definition at line 143 of file AsciiData.cc.
143 {
144 x.check_start_tag( is,
"VERTEXTRUTH" );
145 if ( !
x.initialized() )
return is;
147 x.truthCol.resize(
x.nTruth );
148 {
149 for (
int i = 0; i <
x.nTruth; i++ ) { is >>
x.truthCol[i]; }
150 }
151 x.check_end_tag( is,
"VERTEXTRUTH" );
152 return is;
153}
◆ operator>> [4/4]
| std::istream & operator>> |
( |
std::istream & | is, |
|
|
VERTEXTRUTH & | x ) |
|
friend |
Definition at line 143 of file AsciiData.cc.
143 {
144 x.check_start_tag( is,
"VERTEXTRUTH" );
145 if ( !
x.initialized() )
return is;
147 x.truthCol.resize(
x.nTruth );
148 {
149 for (
int i = 0; i <
x.nTruth; i++ ) { is >>
x.truthCol[i]; }
150 }
151 x.check_end_tag( is,
"VERTEXTRUTH" );
152 return is;
153}
◆ nTruth
◆ truthCol
The documentation for this class was generated from the following files: