ProtoMol - an object-oriented component based framework for Molecular Dynamics simulations.

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

ProtoMol::CubicCellLocation Class Reference

#include <CubicCellLocation.h>

List of all members.

Public Member Functions

 CubicCellLocation (void)
 CubicCellLocation (int a, int b, int c)
bool operator< (const CubicCellLocation &) const
bool operator== (const CubicCellLocation &c) const
CubicCellLocation operator- (const CubicCellLocation &b) const
CubicCellLocation operator+ (const CubicCellLocation &b) const

Public Attributes

int x
int y
int z


Detailed Description

Equal-sized (cubic) cell.


Constructor & Destructor Documentation

ProtoMol::CubicCellLocation::CubicCellLocation void   )  [inline]
 

ProtoMol::CubicCellLocation::CubicCellLocation int  a,
int  b,
int  c
[inline]
 


Member Function Documentation

CubicCellLocation ProtoMol::CubicCellLocation::operator+ const CubicCellLocation b  )  const [inline]
 

CubicCellLocation ProtoMol::CubicCellLocation::operator- const CubicCellLocation b  )  const [inline]
 

bool ProtoMol::CubicCellLocation::operator< const CubicCellLocation  )  const [inline]
 

bool ProtoMol::CubicCellLocation::operator== const CubicCellLocation c  )  const [inline]
 


Member Data Documentation

int ProtoMol::CubicCellLocation::x
 

int ProtoMol::CubicCellLocation::y
 

int ProtoMol::CubicCellLocation::z
 


The documentation for this class was generated from the following file: Last update: . GNU GENERAL PUBLIC LICENSE, copyrighted by the University of Notre Dame and the University of Bergen, Norway.