|
Gemmi C++ API
|
CCP4 format for maps and masks. More...
#include <cassert>#include <cmath>#include <cstdint>#include <cstdio>#include <cstring>#include <array>#include <string>#include <type_traits>#include <vector>#include "symmetry.hpp"#include "fail.hpp"#include "fileutil.hpp"#include "input.hpp"#include "grid.hpp"Go to the source code of this file.
Classes | |
| struct | gemmi::Ccp4Base |
| struct | gemmi::Ccp4< T > |
Namespaces | |
| namespace | gemmi |
Enumerations | |
| enum class | gemmi::MapSetup { gemmi::Full , gemmi::NoSymmetry , gemmi::ReorderOnly } |
Functions | |
| GEMMI_DLL Ccp4< float > | gemmi::read_ccp4_map (const std::string &path, bool setup) |
| GEMMI_DLL Ccp4< int8_t > | gemmi::read_ccp4_mask (const std::string &path, bool setup) |
| GEMMI_DLL Ccp4Base | gemmi::read_ccp4_header (const std::string &path) |
CCP4 format for maps and masks.
Definition in file ccp4.hpp.