gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
Go to the documentation of this file.
18 static double callback(
int num,
int action,
double value,
double *opt,
19 double step,
double min,
double max);
20 static std::string
callbackStr(
int num,
int action,
const std::string &value,
25 std::string
getName()
const {
return "Annotate"; }
26 std::string
getShortHelp()
const {
return "Add a text annotation"; }
34 static double callbackX(
int,
int,
double);
35 static double callbackY(
int,
int,
double);
36 static double callbackZ(
int,
int,
double);
39 static std::string
callbackText(
int,
int,
const std::string &);
40 static std::string
callbackFont(
int,
int,
const std::string &);
41 static std::string
callbackAlign(
int,
int,
const std::string &);
42 static void draw(
void *context);
std::string getShortHelp() const
static double callbackX(int, int, double)
StringXString * getOptionStr(int iopt)
static void(* draw)(void *)
std::string getName() const
StringXNumber * getOption(int iopt)
static double callback(int num, int action, double value, double *opt, double step, double min, double max)
static std::string callbackFont(int, int, const std::string &)
GMSH_Plugin * GMSH_RegisterAnnotatePlugin()
static double callback3D(int, int, double)
int getNbOptionsStr() const
static std::string callbackText(int, int, const std::string &)
static double callbackY(int, int, double)
static double callbackFontSize(int, int, double)
static std::string callbackStr(int num, int action, const std::string &value, std::string &opt)
std::string getHelp() const
static std::string callbackAlign(int, int, const std::string &)
static double callbackZ(int, int, double)