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