Overview     Modules     Class Hierarchy     Classes     Members  

tlp::Graph Class Reference
[Graphs]

#include <Graph.h>

Inheritance diagram for tlp::Graph:
Collaboration diagram for tlp::Graph:

List of all members.


Detailed Description

Interface for a graph.

The class Graph is the interface of a Graph in the Tulip Library.

Public Member Functions


Constructor & Destructor Documentation

tlp::Graph::Graph (  ) 


Member Function Documentation

virtual PropertyInterface* tlp::Graph::getProperty ( const std::string &  name  )  [pure virtual]

Returns a pointer on an existing property. If the property does not exist return NULL. In DEBUG the existence of a property is checked using an assertion.



Tulip Software by LaBRI Visualization Team    2001 - 2008