#include "config.hpp"
#include "gcd.hpp"
#include "big_int.hpp"
#include "rational.hpp"
#include "cone.hpp"
#include "sideset.hpp"
#include "vector.hpp"
#include "matrix.hpp"
#include "polyhedron.cpp"
Go to the source code of this file.
Namespaces | |
namespace | Arageli |
Classes | |
struct | Arageli::fromempty_t |
struct | Arageli::fromivert_t |
struct | Arageli::fromvert_t |
class | Arageli::polyhedron_default_config< T, M, C > |
class | Arageli::polyhedron< T, M, C, CFG > |
The polyhedron representation as the base cone. More... | |
class | Arageli::pstricks_color_map |
Defines | |
#define | ARAGELI_INCLUDE_CPP_WITH_EXPORT_TEMPLATE_polyhedron |
Functions | |
template<typename Out, typename T, typename R, typename M, typename CFG> | |
void | Arageli::output_vrml (Out &out, const polyhedron< T, R, M, CFG > &p) |
VRML Output. WARNING! The view will be correct only in wired mode. | |
template<typename Out, typename P, typename X1, typename Y1, typename X2, typename Y2, typename Viewdir, typename Colormap> | |
void | Arageli::output_polytope_pstricks_3d (Out &out, const P &p, double x1, double y1, double x2, double y2, double linewidth, const Viewdir &viewdir, const Colormap &colormap) |
PostScript LaTeX Output with pstricks package. WARNING! Only for 3-dim polytopes. | |
Variables | |
const fromempty_t | Arageli::fromempty = fromempty_t() |
const fromivert_t | Arageli::fromivert = fromivert_t() |
const fromvert_t | Arageli::fromvert = fromvert_t() |
Definition in file polyhedron.hpp.
#define ARAGELI_INCLUDE_CPP_WITH_EXPORT_TEMPLATE_polyhedron |
Definition at line 376 of file polyhedron.hpp.