24 #include <tulip/tulipconf.h> 29 TLP_GL_SCOPE GpuGraph *genGpuGraph(
const tlp::Graph &graph);
36 GpuValueType type = NODE_VALUES,
bool outputOnly =
false);
39 GpuValueType type = NODE_VALUES,
bool outputOnly =
false);
42 GpuValueType type = NODE_VALUES,
bool outputOnly =
false);
45 GpuValueType type = NODE_VALUES,
bool outputOnly =
false);
48 bool outputOnly =
false);
51 GpuValueType type = NODE_VALUES,
bool outputOnly =
false);
55 TLP_GL_SCOPE
bool setGpuParameter(
const std::string &pName,
const tlp::Color &val);
57 TLP_GL_SCOPE
bool setGpuParameter(
const std::string &pName,
const tlp::Coord &val);
59 TLP_GL_SCOPE
bool setGpuParameter(
const std::string &pName,
const tlp::Size &val);
A graph property that maps a boolean value to graph elements.
A graph property that maps a tlp::Size value to graph elements.
A graph property that maps a double value to graph elements.
A graph property that maps a tlp::Color value to graph elements.
A graph property that maps an integer value to graph elements.
A graph property that maps a tlp::Coord value to graph nodes and std::vector<tlp::Coord> for edges...