tlp::IntegerProperty Class Reference
[Properties]
#include <IntegerProperty.h>
Inherits tlp::AbstractProperty< IntegerType, IntegerType, IntegerAlgorithm >, and tlp::PropertyObserver.
Inheritance diagram for tlp::IntegerProperty:
[legend]Collaboration diagram for tlp::IntegerProperty:
[legend]List of all members.Public Member Functions
Protected Member Functions
Friends
Constructor & Destructor Documentation
tlp::IntegerProperty::IntegerProperty |
( |
Graph * |
, |
|
|
std::string |
n = "" |
|
) |
|
|
Member Function Documentation
virtual void tlp::IntegerProperty::beforeSetAllEdgeValue |
( |
PropertyInterface * |
prop |
) |
[virtual] |
|
virtual void tlp::IntegerProperty::beforeSetAllNodeValue |
( |
PropertyInterface * |
prop |
) |
[virtual] |
|
virtual void tlp::IntegerProperty::beforeSetEdgeValue |
( |
PropertyInterface * |
prop, |
|
|
const edge |
e |
|
) |
[virtual] |
|
virtual void tlp::IntegerProperty::beforeSetNodeValue |
( |
PropertyInterface * |
prop, |
|
|
const node |
n |
|
) |
[virtual] |
|
void tlp::IntegerProperty::copy |
( |
const |
edge, |
|
|
const |
edge, |
|
|
PropertyInterface * |
|
|
) |
[virtual] |
|
void tlp::IntegerProperty::copy |
( |
const |
node, |
|
|
const |
node, |
|
|
PropertyInterface * |
|
|
) |
[virtual] |
|
Friends And Related Function Documentation
|