Flow123d  release_2.2.0-914-gf1a3a4f
Functions
msh_vtkreader.cc File Reference
#include <iostream>
#include <vector>
#include "boost/lexical_cast.hpp"
#include "msh_vtkreader.hh"
#include "system/system.hh"
#include "mesh/bih_tree.hh"
#include "config.h"
#include <zlib.h>

Go to the source code of this file.

Functions

template<typename 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)
 

Detailed Description

 * 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.

Author
dalibor

Definition in file msh_vtkreader.cc.

Function Documentation

template<typename T >
T read_binary_value ( std::istream &  data_stream)

Definition at line 36 of file msh_vtkreader.cc.

template uint64_t read_binary_value< uint64_t > ( std::istream &  data_stream)

Here is the caller graph for this function:

template unsigned int read_binary_value< unsigned int > ( std::istream &  data_stream)

Here is the caller graph for this function:

uint64_t read_header_type ( DataType  data_header_type,
std::istream &  data_stream 
)

Definition at line 44 of file msh_vtkreader.cc.

Here is the caller graph for this function: