#include <periodic_grid.h>
|
char | title [80] |
|
std::array< int, 4 > | version {3, 0, 0, 0} |
|
int | grid_type {0} |
|
int | data_type {0} |
|
int | num_values {1} |
|
int | dimension {3} |
|
std::array< int, 3 > | num_voxels {0, 0, 0} |
|
int | num_asymmetric {0} |
|
std::array< float, 6 > | cell_params {0, 0, 0, 90, 90, 90} |
|
◆ cell_params
std::array<float, 6> occ::io::GridFileHeader::cell_params {0, 0, 0, 90, 90, 90} |
◆ data_type
int occ::io::GridFileHeader::data_type {0} |
◆ dimension
int occ::io::GridFileHeader::dimension {3} |
◆ grid_type
int occ::io::GridFileHeader::grid_type {0} |
◆ num_asymmetric
int occ::io::GridFileHeader::num_asymmetric {0} |
◆ num_values
int occ::io::GridFileHeader::num_values {1} |
◆ num_voxels
std::array<int, 3> occ::io::GridFileHeader::num_voxels {0, 0, 0} |
◆ title
char occ::io::GridFileHeader::title[80] |
◆ version
std::array<int, 4> occ::io::GridFileHeader::version {3, 0, 0, 0} |
The documentation for this struct was generated from the following file: