CAPD RedHom Library
ElementaryOneDimCell Class Reference

#include <capd/repSet/ElementaryCell.h>

Public Member Functions

 ElementaryOneDimCell ()
 
 ElementaryOneDimCell (int A_code)
 
 ElementaryOneDimCell (int A_coord, bool nondegenerate)
 
 ElementaryOneDimCell (const char *c)
 
bool nonDegenerate () const
 
int coordinate () const
 

Friends

class ElementaryCell
 
std::istream & operator>> (std::istream &inp, ElementaryOneDimCell &A_ei)
 
std::ostream & operator<< (std::ostream &out, const ElementaryOneDimCell &A_ei)
 
bool operator== (const ElementaryCell &A_ec1, const ElementaryCell &A_ec2)
 

Constructor & Destructor Documentation

ElementaryOneDimCell::ElementaryOneDimCell ( )
inline
ElementaryOneDimCell::ElementaryOneDimCell ( int  A_code)
inline
ElementaryOneDimCell::ElementaryOneDimCell ( int  A_coord,
bool  nondegenerate 
)
inline
ElementaryOneDimCell::ElementaryOneDimCell ( const char *  c)
inline

Member Function Documentation

int ElementaryOneDimCell::coordinate ( ) const
inline
bool ElementaryOneDimCell::nonDegenerate ( ) const
inline

Friends And Related Function Documentation

friend class ElementaryCell
friend
std::ostream& operator<< ( std::ostream &  out,
const ElementaryOneDimCell A_ei 
)
friend
bool operator== ( const ElementaryCell A_ec1,
const ElementaryCell A_ec2 
)
friend
std::istream& operator>> ( std::istream &  inp,
ElementaryOneDimCell A_ei 
)
friend