#include <fstream>
#include <cstdio>
#include "meshio.h"
#include "beziermesh.h"
#include "boundarymesh.h"
#include "hash_map.h"
#include "simulation.h"
#include "spline.h"
Include dependency graph for meshio.C:
Go to the source code of this file.
Variables | |
static const char * | official_header = "Tumble Binary Geometry File" |
static const int | official_header_len = 27 |
static const unsigned | current_format_version = 1 |
const unsigned current_format_version = 1 [static] |
Definition at line 572 of file meshio.C.
Referenced by MeshBinaryInput::read(), and MeshBinaryOutput::write().
const char* official_header = "Tumble Binary Geometry File" [static] |
Definition at line 570 of file meshio.C.
Referenced by MeshBinaryInput::read(), and MeshBinaryOutput::write().
const int official_header_len = 27 [static] |
Definition at line 571 of file meshio.C.
Referenced by MeshBinaryInput::read(), and MeshBinaryOutput::write().