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 &) |