- Member tlp::applyAlgorithm (Graph *graph, std::string &errorMsg, DataSet *dataSet=NULL, const std::string &algorithm="any", PluginProgress *progress=NULL)
- this function should not be used anymore, please use Graph::applyAlgorithm() instead.
- Member tlp::getSource (const Graph *, node &n)
- this function should not be used anymore, please use Graph::getSource() instead.
- Member tlp::newCloneSubGraph (Graph *root, std::string name="unnamed")
- this function should not be used anymore, please use Graph::addCloneSubGraph() instead.
- Member tlp::newSubGraph (Graph *root, std::string name="unnamed")
- this function should not be used anymore, please use Graph::addSubGraph() instead.
|