tlp::DoubleProperty Class Reference#include <DoubleProperty.h>
Inherits tlp::AbstractProperty< DoubleType, DoubleType, DoubleAlgorithm >.
Inheritance diagram for tlp::DoubleProperty:
[legend]Collaboration diagram for tlp::DoubleProperty:
[legend]List of all members.Public Member Functions
Protected Member Functions
Friends
Constructor & Destructor Documentation
tlp::DoubleProperty::DoubleProperty |
( |
Graph * |
|
) |
|
|
tlp::DoubleProperty::~DoubleProperty |
( |
|
) |
|
|
Member Function Documentation
void tlp::DoubleProperty::copy |
( |
const |
edge, |
|
|
const |
edge, |
|
|
PropertyInterface * |
|
|
) |
[virtual] |
|
void tlp::DoubleProperty::copy |
( |
const |
node, |
|
|
const |
node, |
|
|
PropertyInterface * |
|
|
) |
[virtual] |
|
void tlp::DoubleProperty::recompute_handler |
( |
|
) |
[protected] |
|
void tlp::DoubleProperty::reset_handler |
( |
|
) |
[protected] |
|
virtual void tlp::DoubleProperty::setAllEdgeValue_handler |
( |
const DoubleType::RealType & |
|
) |
[protected, virtual] |
|
virtual void tlp::DoubleProperty::setAllNodeValue_handler |
( |
const DoubleType::RealType & |
|
) |
[protected, virtual] |
|
virtual void tlp::DoubleProperty::setEdgeValue_handler |
( |
const edge |
e, |
|
|
const DoubleType::RealType & |
|
|
) |
[protected, virtual] |
|
virtual void tlp::DoubleProperty::setNodeValue_handler |
( |
const node |
n, |
|
|
const DoubleType::RealType & |
|
|
) |
[protected, virtual] |
|
void tlp::DoubleProperty::uniformQuantification |
( |
unsigned |
int |
) |
|
|
Friends And Related Function Documentation
|