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 to a propertyProxy which is in the pool or in the pool of an ascendant. The real type of the propertyproxy is tested with the template parameter. If the propertyProxy is in the pool the cached value return true else false. The resultBool value indicate if the check algorithm of the associated property was ok; The resultStr is the error message which has been return by the Property. Returns a pointer on an existing property. If the property does not exist return 0. In DEBUG the existence of a property is checked using an assertion.



Tulip Software by LaBRI Visualization Team    2001 - 2007