tulipgpu.h File Reference#include <tulip/libgpugraph.h>
#include <tulip/Graph.h>
#include <tulip/Color.h>
#include <tulip/Coord.h>
#include <tulip/Size.h>
#include <tulip/BooleanProperty.h>
#include <tulip/ColorProperty.h>
#include <tulip/DoubleProperty.h>
#include <tulip/IntegerProperty.h>
#include <tulip/LayoutProperty.h>
#include <tulip/SizeProperty.h>
Namespaces
Functions
- TLP_GL_SCOPE GpuGraph * tlp::genGpuGraph (const tlp::Graph &graph)
- TLP_GL_SCOPE GpuProperty * tlp::genGpuProperty (tlp::BooleanProperty &property, const tlp::Graph &graph, GpuValueType type=NODE_VALUES, bool outputOnly=false)
- TLP_GL_SCOPE GpuProperty * tlp::genGpuProperty (tlp::ColorProperty &property, const tlp::Graph &graph, GpuValueType type=NODE_VALUES, bool outputOnly=false)
- TLP_GL_SCOPE GpuProperty * tlp::genGpuProperty (tlp::DoubleProperty &property, const tlp::Graph &graph, GpuValueType type=NODE_VALUES, bool outputOnly=false)
- TLP_GL_SCOPE GpuProperty * tlp::genGpuProperty (tlp::IntegerProperty &property, const tlp::Graph &graph, GpuValueType type=NODE_VALUES, bool outputOnly=false)
- TLP_GL_SCOPE GpuProperty * tlp::genGpuProperty (tlp::LayoutProperty &property, const tlp::Graph &graph, bool outputOnly=false)
- TLP_GL_SCOPE GpuProperty * tlp::genGpuProperty (tlp::SizeProperty &property, const tlp::Graph &graph, GpuValueType type=NODE_VALUES, bool outputOnly=false)
- TLP_GL_SCOPE bool tlp::setGpuParameter (const std::string &pName, const tlp::Color &val)
- TLP_GL_SCOPE bool tlp::setGpuParameter (const std::string &pName, const tlp::Coord &val)
- TLP_GL_SCOPE bool tlp::setGpuParameter (const std::string &pName, const tlp::Size &val)
- TLP_GL_SCOPE bool tlp::getGpuOutPropertyValues (tlp::BooleanProperty &prop, const tlp::Graph &)
- TLP_GL_SCOPE bool tlp::getGpuOutPropertyValues (tlp::ColorProperty &prop, const tlp::Graph &)
- TLP_GL_SCOPE bool tlp::getGpuOutPropertyValues (tlp::DoubleProperty &prop, const tlp::Graph &)
- TLP_GL_SCOPE bool tlp::getGpuOutPropertyValues (tlp::IntegerProperty &prop, const tlp::Graph &)
- TLP_GL_SCOPE bool tlp::getGpuOutPropertyValues (tlp::LayoutProperty &prop, const tlp::Graph &)
- TLP_GL_SCOPE bool tlp::getGpuOutPropertyValues (tlp::SizeProperty &prop, const tlp::Graph &)
|