gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <PViewFactory.h>
Public Member Functions | |
PViewFactory (std::string name, std::string type, GModel *model, int timeStep, int dim=3) | |
void | setEntry (int id, const fullMatrix< double > &val) |
PView * | createView () |
Private Attributes | |
std::map< int, std::vector< double > > | _values |
std::string | _name |
std::string | _type |
int | _dim |
int | _timeStep |
GModel * | _model |
Definition at line 20 of file PViewFactory.h.
PViewFactory::PViewFactory | ( | std::string | name, |
std::string | type, | ||
GModel * | model, | ||
int | timeStep, | ||
int | dim = 3 |
||
) |
Definition at line 12 of file PViewFactory.cpp.
PView * PViewFactory::createView | ( | ) |
Definition at line 28 of file PViewFactory.cpp.
void PViewFactory::setEntry | ( | int | id, |
const fullMatrix< double > & | val | ||
) |
|
private |
Definition at line 23 of file PViewFactory.h.
Referenced by createView().
|
private |
Definition at line 24 of file PViewFactory.h.
Referenced by createView().
|
private |
Definition at line 22 of file PViewFactory.h.
Referenced by createView().
|
private |
Definition at line 23 of file PViewFactory.h.
Referenced by createView().
|
private |
Definition at line 22 of file PViewFactory.h.
Referenced by createView().
|
private |
Definition at line 21 of file PViewFactory.h.
Referenced by createView(), and setEntry().