molSys::PointCloud< S, T > Struct Template Reference

This contains a collection of points; contains information for a particular frame. More...

#include <mol_sys.hpp>

+ Collaboration diagram for molSys::PointCloud< S, T >:

Data Fields

std::vector< S > pts
 
int currentFrame
 Collection of points. More...
 
int nop
 Current frame number. More...
 
std::vector< T > box
 Number of atoms. More...
 
std::vector< T > boxLow
 Periodic box lengths. More...
 
std::unordered_map< int, int > idIndexMap
 xlo, ylo, zlo More...
 

Detailed Description

template<typename S, typename T>
struct molSys::PointCloud< S, T >

This contains a collection of points; contains information for a particular frame.

Specifically

  • A vector of Point structs
  • The current frame number
  • The number of particles in the current frame
  • A vector for the simulation box lengths in each dimension
  • A vector containing the absolute lower box coordinates

Definition at line 170 of file mol_sys.hpp.


The documentation for this struct was generated from the following file: