CAPD RedHom Library
ElementaryInterval Class Reference

#include <capd/repSet/ElementaryCube.h>

Public Member Functions

 ElementaryInterval ()
 
 ElementaryInterval (int A_coord, bool nondegenerate=false)
 
 ElementaryInterval (const char *c)
 
bool nonDegenerate () const
 
int coordinate () const
 

Friends

class ElementaryCube
 
std::istream & operator>> (std::istream &inp, ElementaryInterval &A_ei)
 
std::ostream & operator<< (std::ostream &out, const ElementaryInterval &A_ei)
 

Constructor & Destructor Documentation

ElementaryInterval::ElementaryInterval ( )
inline
ElementaryInterval::ElementaryInterval ( int  A_coord,
bool  nondegenerate = false 
)
inline
ElementaryInterval::ElementaryInterval ( const char *  c)
inline

Member Function Documentation

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

Friends And Related Function Documentation

friend class ElementaryCube
friend
std::ostream& operator<< ( std::ostream &  out,
const ElementaryInterval A_ei 
)
friend
std::istream& operator>> ( std::istream &  inp,
ElementaryInterval A_ei 
)
friend