24 #include <tulip/tulipconf.h> 29 TLP_GL_SCOPE GpuGraph* genGpuGraph(
const tlp::Graph& graph);
37 GpuValueType type = NODE_VALUES,
38 bool outputOnly =
false);
42 GpuValueType type = NODE_VALUES,
43 bool outputOnly =
false);
47 GpuValueType type = NODE_VALUES,
48 bool outputOnly =
false);
52 GpuValueType type = NODE_VALUES,
53 bool outputOnly =
false);
57 bool outputOnly =
false);
61 GpuValueType type = NODE_VALUES,
62 bool outputOnly =
false);
66 TLP_GL_SCOPE
bool setGpuParameter(
const std::string& pName,
const tlp::Color& val);
68 TLP_GL_SCOPE
bool setGpuParameter(
const std::string& pName,
const tlp::Coord& val);
70 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...