gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
Go to the documentation of this file.
6 #ifndef PVIEW_OPTIONS_H
7 #define PVIEW_OPTIONS_H
102 double getScaleValue(
int iso,
int numIso,
double min,
double max);
105 int getScaleIndex(
double val,
int numIso,
double min,
double max,
106 bool forceLinear =
false);
109 unsigned int getColor(
double val,
double min,
double max,
110 bool forceLinear =
false,
int numColors = -1);
112 unsigned int getColor(
int i,
int nb);
GmshColorTable colorTable
std::string stippleString[10]
static PViewOptions * _reference
bool skipElement(int type)
struct PViewOptions::@32 color
double displacementFactor
double angleSmoothNormals
void createGeneralRaise()
mathEvaluator * genRaiseEvaluator
unsigned int background2d
static PViewOptions * reference()
int adaptVisualizationGrid
std::string axesFormat[3]
int getScaleIndex(double val, int numIso, double min, double max, bool forceLinear=false)
std::string doubleClickedCommand
double getScaleValue(int iso, int numIso, double min, double max)
unsigned int getColor(double val, double min, double max, bool forceLinear=false, int numColors=-1)