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

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

#include <ksolid.h>

using namespace std;

K_SOLID read_tor(istream&, const bigrational& = 0);
K_SOLID read_BRLCAD_tor(istream&, const bigrational& = 0);

#endif