#include <aflow.h>
|
| xVASPRUNXML (std::ostream &oss=std::cout) |
|
| xVASPRUNXML (std::ofstream &FileMESSAGE, std::ostream &oss=std::cout) |
|
| xVASPRUNXML (const std::string &fileIN, bool=true, std::ostream &oss=std::cout) |
|
| xVASPRUNXML (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) |
|
| xVASPRUNXML (const xVASPRUNXML &b) |
|
| ~xVASPRUNXML () |
|
const xVASPRUNXML & | operator= (const xVASPRUNXML &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) |
|
bool | GetForces (const std::string &, bool=true) |
|
bool | GetForcesFile (const std::string &, bool=true) |
|
bool | GetForces (std::stringstream &, bool=true) |
|
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 1092 of file aflow.h.
◆ xVASPRUNXML() [1/5]
xVASPRUNXML::xVASPRUNXML |
( |
std::ostream & | oss = std::cout | ) |
|
◆ xVASPRUNXML() [2/5]
xVASPRUNXML::xVASPRUNXML |
( |
std::ofstream & | FileMESSAGE, |
|
|
std::ostream & | oss = std::cout ) |
◆ xVASPRUNXML() [3/5]
xVASPRUNXML::xVASPRUNXML |
( |
const std::string & | fileIN, |
|
|
bool | = true, |
|
|
std::ostream & | oss = std::cout ) |
◆ xVASPRUNXML() [4/5]
xVASPRUNXML::xVASPRUNXML |
( |
const std::string & | fileIN, |
|
|
std::ofstream & | FileMESSAGE, |
|
|
bool | = true, |
|
|
std::ostream & | oss = std::cout ) |
◆ xVASPRUNXML() [5/5]
◆ ~xVASPRUNXML()
xVASPRUNXML::~xVASPRUNXML |
( |
| ) |
|
◆ initialize() [1/3]
bool xVASPRUNXML::initialize |
( |
const std::string & | fileIN, |
|
|
std::ostream & | oss, |
|
|
bool | = true ) |
◆ initialize() [2/3]
bool xVASPRUNXML::initialize |
( |
const std::string & | fileIN, |
|
|
std::ofstream & | FileMESSAGE, |
|
|
std::ostream & | oss, |
|
|
bool | = true ) |
◆ initialize() [3/3]
bool xVASPRUNXML::initialize |
( |
const std::string & | fileIN, |
|
|
bool | = true ) |
◆ operator=()
◆ clear()
void xVASPRUNXML::clear |
( |
| ) |
|
◆ GetProperties() [1/2]
bool xVASPRUNXML::GetProperties |
( |
const std::stringstream & | stringstreamIN, |
|
|
bool | = true ) |
◆ GetProperties() [2/2]
bool xVASPRUNXML::GetProperties |
( |
const std::string & | stringIN, |
|
|
bool | = true ) |
◆ GetPropertiesFile()
bool xVASPRUNXML::GetPropertiesFile |
( |
const std::string & | fileIN, |
|
|
bool | = true ) |
◆ GetPropertiesUrlFile()
bool xVASPRUNXML::GetPropertiesUrlFile |
( |
const std::string & | url, |
|
|
const std::string & | file, |
|
|
bool | = true ) |
◆ GetForces() [1/2]
bool xVASPRUNXML::GetForces |
( |
const std::string & | , |
|
|
bool | = true ) |
◆ GetForcesFile()
bool xVASPRUNXML::GetForcesFile |
( |
const std::string & | , |
|
|
bool | = true ) |
◆ GetForces() [2/2]
bool xVASPRUNXML::GetForces |
( |
std::stringstream & | , |
|
|
bool | = true ) |
◆ serialize()
|
nodiscardoverrideprotectedvirtual |
◆ deserialize()
◆ getJsonID()
std::string xVASPRUNXML::getJsonID |
( |
| ) |
const |
|
inlinenodiscardoverrideprotectedvirtual |
◆ free()
void xVASPRUNXML::free |
( |
| ) |
|
|
private |
◆ copy()
◆ m_initialized
bool xVASPRUNXML::m_initialized |
◆ content
std::string xVASPRUNXML::content |
◆ vcontent
std::vector<std::string> xVASPRUNXML::vcontent |
◆ filename
std::string xVASPRUNXML::filename |
◆ natoms
double xVASPRUNXML::natoms |
◆ stress
xmatrix<double> xVASPRUNXML::stress |
◆ vkpoint
◆ vweights
◆ vforces
The documentation for this class was generated from the following file:
- /Users/nathan/Projects/AFLOW4/src/aflow.h