|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Teuchos_MatrixMarket_CoordDataReader.hpp>

Public Member Functions | |
| CoordDataReader (const Teuchos::RCP< Callback > &adder) | |
| CoordDataReader () | |
| virtual | ~CoordDataReader () |
Protected Member Functions | |
| bool | readLine (const std::string &theLine, const size_t lineNumber, const bool tolerant) |
| Read in the data from a single line of the input stream. | |
Definition at line 550 of file Teuchos_MatrixMarket_CoordDataReader.hpp.
| Teuchos::MatrixMarket::CoordDataReader< Callback, Ordinal, Scalar, false >::CoordDataReader | ( | const Teuchos::RCP< Callback > & | adder | ) | [inline] |
Definition at line 553 of file Teuchos_MatrixMarket_CoordDataReader.hpp.
| Teuchos::MatrixMarket::CoordDataReader< Callback, Ordinal, Scalar, false >::CoordDataReader | ( | ) | [inline] |
Definition at line 557 of file Teuchos_MatrixMarket_CoordDataReader.hpp.
| virtual Teuchos::MatrixMarket::CoordDataReader< Callback, Ordinal, Scalar, false >::~CoordDataReader | ( | ) | [inline, virtual] |
Definition at line 561 of file Teuchos_MatrixMarket_CoordDataReader.hpp.
| bool Teuchos::MatrixMarket::CoordDataReader< Callback, Ordinal, Scalar, false >::readLine | ( | const std::string & | theLine, |
| const size_t | lineNumber, | ||
| const bool | tolerant | ||
| ) | [inline, protected, virtual] |
Read in the data from a single line of the input stream.
| theLine | [in] The line read in from the input stream. |
| adder | [in/out] The callback to invoke for adding an entry to the sparse matrix. |
| lineNumber | [in] Current line number of the file. We use this for generating informative exception messages. |
| tolerant | [in] Whether to parse tolerantly. |
Subclasses must implement this method in order to read one entry of the sparse graph or matrix. Implementations should use the callback (adder_) to add the entry.
Implements Teuchos::MatrixMarket::CoordDataReaderBase< Callback, Ordinal >.
Definition at line 565 of file Teuchos_MatrixMarket_CoordDataReader.hpp.
1.7.6.1