#include <GraphProperty.h>
List of all members.
Public Member Functions
Friends
Constructor & Destructor Documentation
tlp::GraphProperty::GraphProperty |
( |
Graph * |
| ) |
|
virtual tlp::GraphProperty::~GraphProperty |
( |
| ) |
[virtual] |
Member Function Documentation
virtual void tlp::GraphProperty::afterSetAllNodeValue |
( |
PropertyInterface * |
prop | ) |
[virtual] |
virtual void tlp::GraphProperty::beforeSetAllNodeValue |
( |
PropertyInterface * |
prop | ) |
[virtual] |
void tlp::GraphProperty::destroy |
( |
Graph * |
| ) |
[virtual] |
bool tlp::GraphProperty::setAllEdgeStringValue |
( |
const std::string & |
v | ) |
[virtual] |
bool tlp::GraphProperty::setAllNodeStringValue |
( |
const std::string & |
v | ) |
[virtual] |
bool tlp::GraphProperty::setEdgeStringValue |
( |
const edge |
e, |
|
|
const std::string & |
v |
|
) |
| [virtual] |
bool tlp::GraphProperty::setNodeStringValue |
( |
const node |
n, |
|
|
const std::string & |
v |
|
) |
| [virtual] |
Friends And Related Function Documentation
friend class GraphAbstract [friend] |