Include dependency graph for VFNStreamFormat.h:
Classes | |
class | FormatInt |
output a number as a formatted integer: More... | |
class | FormatFloat |
output a number as a formatted float: More... | |
class | FormatString |
output a string with a fixed length (adding necessary space or removing excess characters) : More... | |
class | FormatVertVector |
output one or several vectors as (a) column(s): More... | |
class | FormatHorizVector |
Format vector as horiz array:. More... | |
class | FormatVertVectorHKLFloats |
Output vectors as column arrays, with the first 3 columns printed as integers. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const FormatInt &fInt) |
std::ostream & | operator<< (std::ostream &os, const FormatFloat &fFloat) |
std::ostream & | operator<< (std::ostream &os, const FormatString &fStr) |
template<class T> std::ostream & | operator<< (std::ostream &os, const FormatVertVector< T > &fVect) |
template<class T> ostream & | operator<< (std::ostream &os, const FormatHorizVector< T > &fVect) |
template<class T> std::ostream & | operator<< (std::ostream &os, const FormatVertVectorHKLFloats< T > &fStr) |
|
|
|
|
|
|
|
|
|
|
|
|