Graphite Version 3
An experimental 3D geometry processing program
|
Some replacement functions for Geogram classes exposed in Pluggable Software Modules. More...
Go to the source code of this file.
Namespaces | |
namespace | GEO |
Global Vorpaline namespace. | |
Macros | |
#define | GEOGRAM_PSM |
#define | geo_assert(x) assert(x) |
#define | geo_range_assert(x, min_val, max_val) assert((x) >= (min_val) && (x) <= (max_val)) |
#define | geo_assert_not_reached assert(0) |
#define | geo_debug_assert(x) |
#define | geo_debug_range_assert(x, min_val, max_val) |
#define | geo_parano_assert(x) |
#define | geo_parano_range_assert(x, min_val, max_val) |
#define | geo_cite(x) |
#define | geo_cite_with_info(x, y) |
#define | FPG_UNCERTAIN_VALUE 0 |
#define | GEOGRAM_WITH_PDEL |
Functions | |
std::ostream & | GEO::Logger::out (const std::string &name) |
std::ostream & | GEO::Logger::err (const std::string &name) |
std::ostream & | GEO::Logger::warn (const std::string &name) |
Some replacement functions for Geogram classes exposed in Pluggable Software Modules.
Definition in file psm.h.
#define geo_range_assert | ( | x, | |
min_val, | |||
max_val | |||
) | assert((x) >= (min_val) && (x) <= (max_val)) |
|
inline |
|
inline |