www.mooseframework.org
FormattedTable Member List

This is the complete list of members for FormattedTable, including all inherited members.

_align_widthsFormattedTableprotected
_appendFormattedTableprivate
_column_namesFormattedTableprotected
_column_names_unsortedFormattedTableprivate
_column_widthFormattedTableprotectedstatic
_csv_delimiterFormattedTableprivate
_csv_precisionFormattedTableprivate
_dataFormattedTableprotected
_headers_outputFormattedTableprivate
_min_pps_widthFormattedTableprotectedstatic
_output_fileFormattedTableprivate
_output_file_nameFormattedTableprivate
_output_row_indexFormattedTableprivate
_output_timeFormattedTableprivate
addData(const std::string &name, const T &value)FormattedTable
addData(const std::string &name, const T &value, Real time)FormattedTable
addData(const std::string &name, const std::vector< T > &vector)FormattedTable
addRow(Real time)FormattedTable
append(bool append_existing_file)FormattedTable
clear()FormattedTable
close()FormattedTableprivate
dataLoad(std::istream &stream, FormattedTable &v, void *context)FormattedTablefriend
dataStore(std::ostream &stream, FormattedTable &table, void *context)FormattedTablefriend
empty() constFormattedTable
fillEmptyValues()FormattedTableprivate
FormattedTable()FormattedTable
FormattedTable(const FormattedTable &o)FormattedTable
getLastData(const std::string &name)FormattedTable
getLastTime()FormattedTable
getWidthModes()FormattedTablestatic
makeGnuplot(const std::string &base_file, const std::string &format)FormattedTable
open(const std::string &file_name)FormattedTableprivate
outputTimeColumn(bool output_time)FormattedTableinline
printCSV(const std::string &file_name, int interval=1, bool align=false)FormattedTable
printEnsight(const std::string &file_name)FormattedTable
printNoDataRow(char intersect_char, char fill_char, std::ostream &out, std::map< std::string, unsigned short > &col_widths, std::vector< std::string >::iterator &col_begin, std::vector< std::string >::iterator &col_end) constFormattedTableprotected
printOmittedRow(std::ostream &out, std::map< std::string, unsigned short > &col_widths, std::vector< std::string >::iterator &col_begin, std::vector< std::string >::iterator &col_end) constFormattedTableprotected
printRow(std::pair< Real, std::map< std::string, std::shared_ptr< TableValueBase >>> &row_data, bool align)FormattedTableprivate
printRowDivider(std::ostream &out, std::map< std::string, unsigned short > &col_widths, std::vector< std::string >::iterator &col_begin, std::vector< std::string >::iterator &col_end) constFormattedTableprotected
printTable(std::ostream &out, unsigned int last_n_entries=0)FormattedTable
printTable(std::ostream &out, unsigned int last_n_entries, const MooseEnum &suggested_term_width)FormattedTable
printTable(const std::string &file_name)FormattedTable
printTablePiece(std::ostream &out, unsigned int last_n_entries, std::map< std::string, unsigned short > &col_widths, std::vector< std::string >::iterator &col_begin, std::vector< std::string >::iterator &col_end)FormattedTableprotected
setDelimiter(std::string delimiter)FormattedTableinline
setPrecision(unsigned int precision)FormattedTableinline
sortColumns()FormattedTable
writeExodus(ExodusII_IO *ex_out, Real time)FormattedTable
~FormattedTable()FormattedTable