OpenStructure
|
#include <vector>
#include <cassert>
#include <iostream>
#include <cmath>
#include <ost/log.hh>
#include <ost/geom/geom.hh>
#include <ost/geom/aligned_cuboid.hh>
#include "color.hh"
#include "material.hh"
#include "gfx_prim.hh"
#include "povray_fw.hh"
#include "exporter_fw.hh"
Go to the source code of this file.
Data Structures | |
class | IndexedVertexArray |
struct | IndexedVertexArray::Entry |
struct | IndexedVertexArray::NormalizerVertexEntry |
struct | IndexedVertexArray::NormalizerTriEntry |
Namespaces | |
ost | |
ost::gfx | |
Typedefs | |
typedef unsigned int | VertexID |
typedef unsigned int | LineID |
typedef unsigned int | TriID |
typedef unsigned int | QuadID |