tlp::SizeProperty Class Reference
[Properties]
#include <SizeProperty.h>
Inherits tlp::AbstractProperty< SizeType, SizeType, SizeAlgorithm >.
Inheritance diagram for tlp::SizeProperty:
[legend]Collaboration diagram for tlp::SizeProperty:
[legend]List of all members.Public Member Functions
- SizeProperty (Graph *)
- ~SizeProperty ()
- Size getMax (Graph *sg=0)
- Size getMin (Graph *sg=0)
- PropertyInterface * clonePrototype (Graph *, std::string)
- void copy (const node, const node, PropertyInterface *)
- void copy (const edge, const edge, PropertyInterface *)
- void scale (const tlp::Vector< float, 3 > &, Graph *sg=0)
- void scale (const tlp::Vector< float, 3 > &, Iterator< node > *, Iterator< edge > *)
Protected Member Functions
Friends
Constructor & Destructor Documentation
tlp::SizeProperty::SizeProperty |
( |
Graph * |
|
) |
|
|
tlp::SizeProperty::~SizeProperty |
( |
|
) |
|
|
Member Function Documentation
void tlp::SizeProperty::copy |
( |
const |
edge, |
|
|
const |
edge, |
|
|
PropertyInterface * |
|
|
) |
[virtual] |
|
void tlp::SizeProperty::copy |
( |
const |
node, |
|
|
const |
node, |
|
|
PropertyInterface * |
|
|
) |
[virtual] |
|
Size tlp::SizeProperty::getMax |
( |
Graph * |
sg = 0 |
) |
|
|
Size tlp::SizeProperty::getMin |
( |
Graph * |
sg = 0 |
) |
|
|
void tlp::SizeProperty::reset_handler |
( |
|
) |
[protected] |
|
void tlp::SizeProperty::resetMinMax |
( |
|
) |
[protected] |
|
void tlp::SizeProperty::scale |
( |
const tlp::Vector< float, 3 > & |
, |
|
|
Graph * |
sg = 0 |
|
) |
|
|
virtual void tlp::SizeProperty::setAllEdgeValue_handler |
( |
const SizeType::RealType & |
|
) |
[protected, virtual] |
|
virtual void tlp::SizeProperty::setAllNodeValue_handler |
( |
const SizeType::RealType & |
|
) |
[protected, virtual] |
|
virtual void tlp::SizeProperty::setEdgeValue_handler |
( |
const edge |
e, |
|
|
const SizeType::RealType & |
|
|
) |
[protected, virtual] |
|
virtual void tlp::SizeProperty::setNodeValue_handler |
( |
const node |
n, |
|
|
const SizeType::RealType & |
|
|
) |
[protected, virtual] |
|
Friends And Related Function Documentation
|