rsvs3D  0.0.0
Codes for the c++ implementation of the 3D RSVS
param::dev Namespace Reference

Namespace containing parameters used for development only, these are disabled in distributions of the code and can be reenabled by defining the compilation variable: "RSVS_ACCESS_DEVELOPMENT_PARAMETERS". More...

Classes

class  rsvseps
 Class for control of rsvs epsilon. More...
 
class  devparam
 Class for development parameters. More...
 

Functions

void to_json (rsvsjson::json &j, const devparam &p)
 
void from_json (const rsvsjson::json &j, devparam &p)
 
void to_json (rsvsjson::json &j, const rsvseps &p)
 
void from_json (const rsvsjson::json &j, rsvseps &p)
 

Detailed Description

Namespace containing parameters used for development only, these are disabled in distributions of the code and can be reenabled by defining the compilation variable: "RSVS_ACCESS_DEVELOPMENT_PARAMETERS".

(On the command line use "-DRSVS_ACCESS_DEVELOPMENT_PARAMETERS" to allow setting these parameters).

These are always visible in the output json files.