#include <periodic_grid.h>
◆ PeriodicGrid() [1/2]
occ::io::PeriodicGrid::PeriodicGrid |
( |
| ) |
|
◆ PeriodicGrid() [2/2]
occ::io::PeriodicGrid::PeriodicGrid |
( |
const PeriodicGrid & |
other | ) |
|
◆ data() [1/2]
float * occ::io::PeriodicGrid::data |
( |
| ) |
|
|
inline |
◆ data() [2/2]
const float * occ::io::PeriodicGrid::data |
( |
| ) |
const |
|
inline |
◆ dimensions()
IVec3 occ::io::PeriodicGrid::dimensions |
( |
| ) |
const |
◆ fill_data_from_function()
template<typename F >
void occ::io::PeriodicGrid::fill_data_from_function |
( |
F & |
func, |
|
|
const IVec3 & |
steps |
|
) |
| |
◆ from_cube()
◆ grid() [1/2]
◆ grid() [2/2]
◆ is_indexed()
bool occ::io::PeriodicGrid::is_indexed |
( |
| ) |
const |
|
inline |
◆ is_periodic()
bool occ::io::PeriodicGrid::is_periodic |
( |
| ) |
const |
|
inline |
◆ load()
static PeriodicGrid occ::io::PeriodicGrid::load |
( |
const std::string & |
filename | ) |
|
|
static |
◆ load_ggrid()
static PeriodicGrid occ::io::PeriodicGrid::load_ggrid |
( |
const std::string & |
filename | ) |
|
|
static |
◆ load_pgrid()
static PeriodicGrid occ::io::PeriodicGrid::load_pgrid |
( |
const std::string & |
filename | ) |
|
|
static |
◆ operator=()
◆ save()
void occ::io::PeriodicGrid::save |
( |
const std::string & |
filename | ) |
const |
◆ save_ggrid()
void occ::io::PeriodicGrid::save_ggrid |
( |
const std::string & |
filename | ) |
const |
◆ save_pgrid()
void occ::io::PeriodicGrid::save_pgrid |
( |
const std::string & |
filename | ) |
const |
◆ to_cube()
Cube occ::io::PeriodicGrid::to_cube |
( |
| ) |
const |
◆ atoms
std::vector<core::Atom> occ::io::PeriodicGrid::atoms |
◆ basis
Mat3 occ::io::PeriodicGrid::basis |
◆ cell_parameters
std::array<float, 6> occ::io::PeriodicGrid::cell_parameters {1.0, 1.0, 1.0, 90.0, 90.0, 90.0} |
◆ charges
Vec occ::io::PeriodicGrid::charges |
◆ data_type
◆ format
◆ origin
Vec3 occ::io::PeriodicGrid::origin {0, 0, 0} |
◆ symmetry
◆ title
std::string occ::io::PeriodicGrid::title {"Grid file from OCC"} |
The documentation for this class was generated from the following file: