|
Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
|
#include <string>#include <vector>#include <iostream>#include <stdint.h>#include "field.h"#include "readfields.h"#include "particleparameters.h"#include "../definitions.h"#include "stb_image_write.h"
Go to the source code of this file.
Macros | |
| #define | STB_IMAGE_WRITE_IMPLEMENTATION |
Functions | |
| std::vector< uint64_t > | readCellIds (vlsvinterface::Reader &r) |
| void | debug_output (Field &F, const char *filename) |
Variables | |
| std::string | B_field_name |
| std::string | E_field_name |
| #define STB_IMAGE_WRITE_IMPLEMENTATION |
Definition at line 32 of file readfields.cpp.
| void debug_output | ( | Field & | F, |
| const char * | filename ) |
| std::vector< uint64_t > readCellIds | ( | vlsvinterface::Reader & | r | ) |
| std::string B_field_name |
Definition at line 35 of file readfields.cpp.
| std::string E_field_name |
Definition at line 36 of file readfields.cpp.