#include <algorithm>#include <array>#include <fstream>#include <iostream>#include <iterator>#include <math.h>#include <memory>#include <sstream>#include <string>#include <sys/stat.h>#include <vector>#include <cage.hpp>#include <mol_sys.hpp>#include <ring.hpp>#include <seams_input.hpp>#include <seams_output.hpp>
Include dependency graph for order_parameter.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| topoparam | |
Functions | |
| double | topoparam::normHeightPercent (molSys::PointCloud< molSys::Point< double >, double > *yCloud, int nPrisms, double avgPrismHeight) |
| std::vector< double > | topoparam::calcCoverageArea (molSys::PointCloud< molSys::Point< double >, double > *yCloud, std::vector< std::vector< int >> rings, double sheetArea) |
| std::vector< double > | topoparam::projAreaSingleRing (molSys::PointCloud< molSys::Point< double >, double > *yCloud, std::vector< int > ring) |
| Calculates the projected area on the XY, YZ and XZ planes. More... | |