ug4
|
#include <fstream>
#include <vector>
#include <string>
#include <cassert>
#include "common/progress.h"
#include "common/math/misc/math_util.h"
Go to the source code of this file.
Namespaces | |
ug | |
the ug namespace | |
ug::ConnectionViewer | |
Functions | |
template<typename matrix_type > | |
bool | ug::ConnectionViewer::ReadMatrix (std::string filename, matrix_type &matrix, std::vector< MathVector< 3 > > &grid, int &dimension) |
template<typename vector_type > | |
bool | ug::ConnectionViewer::ReadVector (std::string filename, vector_type &vec) |