OpenAtom  Version1.5a
PeListFactory Class Reference

Hacky solution to passing a PeList to GSpace(0,0) for use in paircalc mapping without actually having to pup the arrays in a PeList. More...

#include <PeList.h>

Public Member Functions

 PeListFactory ()
 Default constructor.
 
 PeListFactory (int _size)
 
 PeListFactory (int bxX, int bxY, int bxZ, int ordr, int mxX, int mxY, int mxZ, int mxT)
 Use this constructor when you want a PeList created using its boxy constructor.
 
PeListoperator() () const
 Return an appropriately constructed PeList.
 

Private Attributes

bool useDefault
 
int boxX
 
int boxY
 
int boxZ
 
int order
 
int maxX
 
int maxY
 
int maxZ
 
int maxT
 
int size
 

Detailed Description

Hacky solution to passing a PeList to GSpace(0,0) for use in paircalc mapping without actually having to pup the arrays in a PeList.

Written without any global knowledge of the mapping code I am puking as I write this, but let my disgust at myself exonerate me

Definition at line 423 of file PeList.h.


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