SimpleFastOpenAtomicVisualiser
Loading...
Searching...
No Matches
Classes | Functions
xyz.h File Reference
#include <filesystem>
#include <fstream>
#include <sstream>
#include <string>
#include <vector>
#include <algorithm>
#include <structure.h>
#include <util.h>
Include dependency graph for xyz.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XYZ
 Read XYZ and EXTXYZ files. More...
 

Functions

bool ostensiblyXYZLike (std::filesystem::path path)
 Check if a path is XYZ'y.
 

Function Documentation

◆ ostensiblyXYZLike()

bool ostensiblyXYZLike ( std::filesystem::path  path)

Check if a path is XYZ'y.

Parameters
paththe path to check.
Returns
true if the path ends with "xyz" or "extxzy" in any case.
false false otherwise.