Flow123d
master-f44eb46
|
#include <iostream>
#include <vector>
#include <pugixml.hpp>
#include "boost/lexical_cast.hpp"
#include "msh_vtkreader.hh"
#include "system/system.hh"
#include "system/index_types.hh"
#include "mesh/bih_tree.hh"
#include "mesh/mesh.h"
#include "mesh/accessors.hh"
#include "config.h"
#include <zlib.h>
Go to the source code of this file.
Functions | |
template<typename T > | |
T | read_binary_value (std::istream &data_stream) |
uint64_t | read_header_type (DataType data_header_type, std::istream &data_stream) |
template unsigned int | read_binary_value< unsigned int > (std::istream &data_stream) |
template uint64_t | read_binary_value< uint64_t > (std::istream &data_stream) |
* Copyright (C) 2015 Technical University of Liberec. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. (http://www.gnu.org/licenses/gpl-3.0.en.html)
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Definition in file msh_vtkreader.cc.
T read_binary_value | ( | std::istream & | data_stream | ) |
Definition at line 40 of file msh_vtkreader.cc.
template uint64_t read_binary_value< uint64_t > | ( | std::istream & | data_stream | ) |
template unsigned int read_binary_value< unsigned int > | ( | std::istream & | data_stream | ) |
uint64_t read_header_type | ( | DataType | data_header_type, |
std::istream & | data_stream | ||
) |