ParM  parm
A molecular dynamics library
Public Member Functions | Public Attributes | List of all members
CNode Class Reference

#include <constraints.hpp>

Public Member Functions

 CNode ()
 
 CNode (int n, Vec x)
 
bool operator!= (const CNode &other) const
 
bool operator== (const CNode &other) const
 
bool operator< (const CNode &other) const
 
bool operator> (const CNode &other) const
 

Public Attributes

int n
 
Vec x
 

Constructor & Destructor Documentation

CNode::CNode ( )
inline
CNode::CNode ( int  n,
Vec  x 
)
inline

Member Function Documentation

bool CNode::operator!= ( const CNode other) const
inline
bool CNode::operator< ( const CNode other) const
inline
bool CNode::operator== ( const CNode other) const
inline
bool CNode::operator> ( const CNode other) const
inline

Member Data Documentation

int CNode::n
Vec CNode::x

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