Geogram  Version 1.9.1-rc
A programming library of geometric algorithms
mesh_CSG.h File Reference

Functions and classes for Constructive Solid Geometry with meshes. More...

Go to the source code of this file.

Classes

class  GEO::CSGMesh
 A Mesh with reference counting and bounding box. More...
 
class  GEO::CSGBuilder
 Implements CSG objects and instructions. More...
 
class  GEO::CSGCompiler
 Creates meshes from OpenSCAD .csg files. More...
 
struct  GEO::CSGCompiler::Value
 A parsed value in a .csg file. More...
 
class  GEO::CSGCompiler::ArgList
 A parsed argument list in a .csg file. More...
 
struct  GEO::CSGCompiler::Token
 

Namespaces

 GEO
 Global Vorpaline namespace.
 

Typedefs

typedef SmartPointer< CSGMesh > GEO::CSGMesh_var
 A smart pointer to a CSGMesh.
 
typedef std::vector< CSGMesh_var > GEO::CSGScope
 A list of CSGMesh. More...
 

Detailed Description

Functions and classes for Constructive Solid Geometry with meshes.

Definition in file mesh_CSG.h.