gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
gl2pgf.h
Go to the documentation of this file.
1 // Gmsh - Copyright (C) 1997-2022 C. Geuzaine, J.-F. Remacle
2 //
3 // See the LICENSE.txt file in the Gmsh root directory for license information.
4 // Please report all issues on https://gitlab.onelab.info/gmsh/gmsh/issues.
5 
6 #ifndef GL2PGF_H
7 #define GL2PGF_H
8 
9 #include <string>
10 #include "PixelBuffer.h"
11 
12 int print_pgf(const std::string &name, const int num, const int cnt,
13  PixelBuffer *buffer, double *eulerAngles, int *viewport,
14  double *proj, double *model);
15 
16 #endif
PixelBuffer.h
PixelBuffer
Definition: PixelBuffer.h:32
print_pgf
int print_pgf(const std::string &name, const int num, const int cnt, PixelBuffer *buffer, double *eulerAngles, int *viewport, double *proj, double *model)
Definition: gl2pgf.cpp:567