// file: genell.h // update: 03/22/03 #ifndef _GENELL_H #define _GENELL_H #include #include #include #include "ksolid.h" using namespace std; K_SOLID read_ell(istream&, const bigrational& = 0); K_SOLID read_BRLCAD_ell(istream&, const bigrational& = 0); K_SOLID gen_ell(const bigrational_vector pts[4]); #endif