SimpleFastOpenAtomicVisualiser
|
Go to the source code of this file.
Functions | |
void | readStructureFile (std::filesystem::path path, std::unique_ptr< Structure > &structure, bool blocking=false) |
Read a structure file from the path. | |
void readStructureFile | ( | std::filesystem::path | path, |
std::unique_ptr< Structure > & | structure, | ||
bool | blocking = false |
||
) |
Read a structure file from the path.
path | the structure file's path. |
structure | the structure unique pointer. |
blocking | whether reads are blocking or detached. |