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);
 
   50 TLP_GL_SCOPE GpuProperty* genGpuProperty(tlp::IntegerProperty& property,
 
   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);
 
   80 TLP_GL_SCOPE 
bool getGpuOutPropertyValues(tlp::IntegerProperty& prop, 
const tlp::Graph&);