Orbiter 2022
Combinatorial Objects
gen_geo_conf.cpp
Go to the documentation of this file.
1/*
2 * gen_geo_conf.cpp
3 *
4 * Created on: Aug 14, 2021
5 * Author: betten
6 */
7
8
9
10#include "foundations.h"
11
12using namespace std;
13
14
15
16namespace orbiter {
17namespace layer1_foundations {
18namespace geometry_builder {
19
20
22{
23 fuse_idx = -1;
24
25 v = 0;
26 b = 0;
27 r = 0;
28 // int k;
29
30 r0 = 0;
31 // int k0;
32 // int k1;
33 i0 = 0;
34 j0 = 0;
36
37}
38
40{
41
42}
43
44void gen_geo_conf::print(std::ostream &ost)
45{
46 ost << "v=" << v << " b=" << b << " r=" << r
47 << " r0=" << r0 << " i0=" << i0 << " j0=" << j0 << endl;
48}
49
50}}}
51
52
#define FALSE
Definition: foundations.h:234
the orbiter library for the classification of combinatorial objects