Geogram  Version 1.9.0
A programming library of geometric algorithms
common.h File Reference

Common include file, providing basic definitions. Should be included before anything else by all header files in Vorpaline. More...

#include <geogram/api/defs.h>
#include <iostream>

Go to the source code of this file.

Namespaces

 GEO
 Global Vorpaline namespace.
 

Enumerations

enum  { GEOGRAM_NO_HANDLER = 0 , GEOGRAM_INSTALL_HANDLERS = 1 }
 Symbolic constants for GEO::initialize()
 

Functions

void GEO::initialize (int flags=GEOGRAM_INSTALL_HANDLERS)
 Initialize Geogram. More...
 
void GEO::terminate ()
 Cleans up Geogram. More...
 

Detailed Description

Common include file, providing basic definitions. Should be included before anything else by all header files in Vorpaline.

Definition in file common.h.