Geogram  Version 1.9.1-rc
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  {
  GEO::GEOGRAM_INSTALL_NONE = 0 , GEO::GEOGRAM_INSTALL_HANDLERS = 1 , GEO::GEOGRAM_INSTALL_LOCALE = 2 , GEO::GEOGRAM_INSTALL_ERRNO = 4 ,
  GEO::GEOGRAM_INSTALL_FPE = 8 , GEO::GEOGRAM_INSTALL_BIBLIO = 16 , GEO::GEOGRAM_INSTALL_ALL
}
 Symbolic constants for GEO::initialize() More...
 

Functions

void GEO::initialize (int flags=GEOGRAM_INSTALL_NONE)
 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.