Graphite Version 3
An experimental 3D geometry processing program
Loading...
Searching...
No Matches
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

namespace  GEO
 Global Vorpaline namespace.
 

Typedefs

typedef SmartPointer< CSGMeshGEO::CSGMesh_var
 A smart pointer to a CSGMesh.
 
typedef std::vector< CSGMesh_varGEO::CSGScope
 A list of CSGMesh.
 

Detailed Description

Functions and classes for Constructive Solid Geometry with meshes.

Definition in file mesh_CSG.h.