|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
Public Attributes | |
| void(* | printHeader )(void) |
| void(* | printFooter )(void) |
| void(* | beginViewport )(GLint viewport[4]) |
| GLint(* | endViewport )(void) |
| void(* | printPrimitive )(void *data) |
| void(* | printFinalPrimitive )(void) |
| const char * | file_extension |
| const char * | description |
| void(* GL2PSbackend::beginViewport) (GLint viewport[4]) |
Definition at line 238 of file gl2ps.cpp.
Referenced by gl2psBeginViewport().
| const char* GL2PSbackend::description |
Definition at line 243 of file gl2ps.cpp.
Referenced by gl2psGetFormatDescription().
| GLint(* GL2PSbackend::endViewport) (void) |
Definition at line 239 of file gl2ps.cpp.
Referenced by gl2psEndViewport().
| const char* GL2PSbackend::file_extension |
Definition at line 242 of file gl2ps.cpp.
Referenced by gl2psGetFileExtension().
| void(* GL2PSbackend::printFinalPrimitive) (void) |
Definition at line 241 of file gl2ps.cpp.
Referenced by gl2psPrintPrimitives().
| void(* GL2PSbackend::printFooter) (void) |
Definition at line 237 of file gl2ps.cpp.
Referenced by gl2psEndPage().
| void(* GL2PSbackend::printHeader) (void) |
Definition at line 236 of file gl2ps.cpp.
Referenced by gl2psPrintPrimitives().
| void(* GL2PSbackend::printPrimitive) (void *data) |
Definition at line 240 of file gl2ps.cpp.
Referenced by gl2psPrintPrimitives().