Overview     Modules     Class Hierarchy     Classes     Members  

tlp::Graph Class Reference
[Graphs]

Interface for a graph. More...

#include <Graph.h>

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

List of all members.

Public Member Functions

Protected Member Functions

Protected Attributes

Friends


Detailed Description

Interface for a graph.

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


Member Function Documentation

DataType* tlp::Graph::getAttribute ( const std::string &  name  )  const

Untyped accessor returning a copy.

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.


Friends And Related Function Documentation

friend class GraphAbstract [friend]


Tulip Software by LaBRI Visualization Team    2001 - 2011