|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <ColorTable.h>
Public Attributes | |
| unsigned int | table [COLORTABLE_NBMAX_COLOR] |
| int | size |
| int | ipar [COLORTABLE_NBMAX_PARAM] |
| double | dpar [COLORTABLE_NBMAX_PARAM] |
Definition at line 16 of file ColorTable.h.
| double GmshColorTable::dpar[COLORTABLE_NBMAX_PARAM] |
Definition at line 20 of file ColorTable.h.
Referenced by ColorTable_Copy(), ColorTable_InitParam(), ColorTable_Paste(), ColorTable_Recompute(), and PrintColorTable().
| int GmshColorTable::ipar[COLORTABLE_NBMAX_PARAM] |
Definition at line 19 of file ColorTable.h.
Referenced by ColorTable_Copy(), ColorTable_InitParam(), ColorTable_Paste(), ColorTable_Recompute(), and PrintColorTable().
| int GmshColorTable::size |
Definition at line 18 of file ColorTable.h.
Referenced by assembleColmapStr(), ColorTable_Copy(), ColorTable_Diff(), ColorTable_InitParam(), ColorTable_IsAlpha(), ColorTable_Paste(), ColorTable_Print(), ColorTable_Recompute(), and PViewOptions::getColor().
| unsigned int GmshColorTable::table[COLORTABLE_NBMAX_COLOR] |
Definition at line 17 of file ColorTable.h.
Referenced by assembleColmapStr(), ColorTable_Copy(), ColorTable_Diff(), ColorTable_IsAlpha(), ColorTable_Paste(), ColorTable_Print(), ColorTable_Recompute(), and PViewOptions::getColor().