summaryrefslogtreecommitdiff
path: root/include/genell.h
blob: 0ec0db13339a5333ff6012ee590ce6597a2c48fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _GENELL_H
#define _GENELL_H

#include <cassert>
#include <cstdlib>
#include <iostream>

#include <ksolid.h>

using namespace std;

K_SOLID read_ell(istream&, const bigrational& = 0);
K_SOLID read_BRLCAD_ell(istream&, const bigrational& = 0);

#endif