#include <aflow.h>
|
| xKPOINTS (std::ostream &oss=std::cout) |
|
| xKPOINTS (std::ofstream &FileMESSAGE, std::ostream &oss=std::cout) |
|
| xKPOINTS (const std::string &fileIN, bool=true, std::ostream &oss=std::cout) |
|
| xKPOINTS (const std::string &fileIN, std::ofstream &FileMESSAGE, bool=true, std::ostream &oss=std::cout) |
|
bool | initialize (const std::string &fileIN, std::ostream &oss, bool=true) |
|
bool | initialize (const std::string &fileIN, std::ofstream &FileMESSAGE, std::ostream &oss, bool=true) |
|
bool | initialize (const std::string &fileIN, bool=true) |
|
| xKPOINTS (const xKPOINTS &b) |
|
| ~xKPOINTS () |
|
const xKPOINTS & | operator= (const xKPOINTS &b) |
|
void | clear () |
|
bool | GetProperties (const std::stringstream &stringstreamIN, bool=true) |
|
bool | GetProperties (const std::string &stringIN, bool=true) |
|
bool | GetPropertiesFile (const std::string &fileIN, bool=true) |
|
bool | GetPropertiesUrlFile (const std::string &url, const std::string &file, bool=true) |
|
std::string | createStandardTitlePath (const xstructure &) |
|
virtual | ~JsonSerializable ()=default |
|
aurostd::JSON::object | dumpToJson () const |
|
std::string | dumpToString () const |
|
void | dumpToFile (const std::filesystem::path &path, aurostd::compression_type compression=aurostd::compression_type::None) const |
|
Definition at line 1187 of file aflow.h.
◆ xKPOINTS() [1/5]
xKPOINTS::xKPOINTS |
( |
std::ostream & | oss = std::cout | ) |
|
◆ xKPOINTS() [2/5]
xKPOINTS::xKPOINTS |
( |
std::ofstream & | FileMESSAGE, |
|
|
std::ostream & | oss = std::cout ) |
◆ xKPOINTS() [3/5]
xKPOINTS::xKPOINTS |
( |
const std::string & | fileIN, |
|
|
bool | = true, |
|
|
std::ostream & | oss = std::cout ) |
◆ xKPOINTS() [4/5]
xKPOINTS::xKPOINTS |
( |
const std::string & | fileIN, |
|
|
std::ofstream & | FileMESSAGE, |
|
|
bool | = true, |
|
|
std::ostream & | oss = std::cout ) |
◆ xKPOINTS() [5/5]
xKPOINTS::xKPOINTS |
( |
const xKPOINTS & | b | ) |
|
◆ ~xKPOINTS()
◆ initialize() [1/3]
bool xKPOINTS::initialize |
( |
const std::string & | fileIN, |
|
|
std::ostream & | oss, |
|
|
bool | = true ) |
◆ initialize() [2/3]
bool xKPOINTS::initialize |
( |
const std::string & | fileIN, |
|
|
std::ofstream & | FileMESSAGE, |
|
|
std::ostream & | oss, |
|
|
bool | = true ) |
◆ initialize() [3/3]
bool xKPOINTS::initialize |
( |
const std::string & | fileIN, |
|
|
bool | = true ) |
◆ operator=()
◆ clear()
◆ GetProperties() [1/2]
bool xKPOINTS::GetProperties |
( |
const std::stringstream & | stringstreamIN, |
|
|
bool | = true ) |
◆ GetProperties() [2/2]
bool xKPOINTS::GetProperties |
( |
const std::string & | stringIN, |
|
|
bool | = true ) |
◆ GetPropertiesFile()
bool xKPOINTS::GetPropertiesFile |
( |
const std::string & | fileIN, |
|
|
bool | = true ) |
◆ GetPropertiesUrlFile()
bool xKPOINTS::GetPropertiesUrlFile |
( |
const std::string & | url, |
|
|
const std::string & | file, |
|
|
bool | = true ) |
◆ createStandardTitlePath()
std::string xKPOINTS::createStandardTitlePath |
( |
const xstructure & | | ) |
|
◆ serialize()
|
nodiscardoverrideprotectedvirtual |
◆ deserialize()
◆ getJsonID()
std::string xKPOINTS::getJsonID |
( |
| ) |
const |
|
inlinenodiscardoverrideprotectedvirtual |
◆ free()
◆ copy()
void xKPOINTS::copy |
( |
const xKPOINTS & | b | ) |
|
|
private |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | , |
|
|
const xKPOINTS & | ) |
|
friend |
◆ m_initialized
bool xKPOINTS::m_initialized |
◆ content
std::string xKPOINTS::content |
◆ vcontent
std::vector<std::string> xKPOINTS::vcontent |
◆ filename
std::string xKPOINTS::filename |
◆ title
std::string xKPOINTS::title |
◆ mode
◆ grid_type
std::string xKPOINTS::grid_type |
◆ is_KPOINTS_NNN
bool xKPOINTS::is_KPOINTS_NNN |
◆ is_KPOINTS_PATH
bool xKPOINTS::is_KPOINTS_PATH |
◆ nnn_kpoints
◆ ooo_kpoints
xvector<double> xKPOINTS::ooo_kpoints |
◆ nkpoints
◆ path_mode
std::string xKPOINTS::path_mode |
◆ path
std::string xKPOINTS::path |
◆ vpath
std::vector<std::string> xKPOINTS::vpath |
◆ path_grid
◆ vkpoints
std::vector<xvector<double> > xKPOINTS::vkpoints |
The documentation for this class was generated from the following file:
- /Users/nathan/Projects/AFLOW4/src/aflow.h