Overview     Modules     Class Hierarchy     Classes     Members  

tlp::DoubleProperty Member List

This is the complete list of members for tlp::DoubleProperty, including all inherited members.

AbstractProperty(Graph *, std::string n="")tlp::AbstractProperty< Tnode, Tedge, TPROPERTY >
addObservable(ObservableProperty *)tlp::PropertyObserver
addObserver(Observer *)tlp::Observable
addPropertyObserver(PropertyObserver *) const tlp::ObservableProperty
afterSetAllEdgeValue(PropertyInterface *)tlp::PropertyObserver [inline, virtual]
afterSetAllNodeValue(PropertyInterface *)tlp::PropertyObserver [inline, virtual]
afterSetEdgeValue(PropertyInterface *, const edge)tlp::PropertyObserver [inline, virtual]
afterSetNodeValue(PropertyInterface *, const node)tlp::PropertyObserver [inline, virtual]
AVG_CALC enum valuetlp::DoubleProperty
beforeSetAllEdgeValue(PropertyInterface *prop)tlp::DoubleProperty [virtual]
beforeSetAllNodeValue(PropertyInterface *prop)tlp::DoubleProperty [virtual]
beforeSetEdgeValue(PropertyInterface *prop, const edge e)tlp::DoubleProperty [virtual]
beforeSetNodeValue(PropertyInterface *prop, const node n)tlp::DoubleProperty [virtual]
clone_handler(AbstractProperty< DoubleType, DoubleType > &)tlp::DoubleProperty
tlp::AbstractProperty::clone_handler(AbstractProperty< Tnode, Tedge, TPROPERTY > &)tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [inline, protected, virtual]
clonePrototype(Graph *, const std::string &)tlp::DoubleProperty [virtual]
computeMetaValue(node mN, Graph *sg, Graph *mg)tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
computeMetaValue(edge mE, Iterator< edge > *itE, Graph *mg)tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
copy(const node dst, const node src, PropertyInterface *prop, bool ifNotDefault=false)tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
copy(const edge dst, const edge src, PropertyInterface *prop, bool ifNotDefault=false)tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
countObservers()tlp::Observable [inline]
countPropertyObservers()tlp::ObservableProperty [inline]
destroy(PropertyInterface *)tlp::PropertyObserver [inline, virtual]
DoubleAlgorithm classtlp::DoubleProperty [friend]
DoubleProperty(Graph *, std::string n="")tlp::DoubleProperty
edgeDefaultValuetlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [protected]
edgePropertiestlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [protected]
erase(const node n)tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
erase(const edge e)tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
factorytlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [static]
getEdgeDataMemValue(const edge e) const tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
getEdgeDefaultDataMemValue() const tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
getEdgeDefaultStringValue() const tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
getEdgeDefaultValue() const tlp::AbstractProperty< Tnode, Tedge, TPROPERTY >
getEdgeMax(Graph *sg=0)tlp::DoubleProperty
getEdgeMin(Graph *sg=0)tlp::DoubleProperty
getEdgeStringValue(const edge e) const tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
getEdgeValue(const edge e) const tlp::AbstractProperty< Tnode, Tedge, TPROPERTY >
getGraph()tlp::PropertyInterface [inline]
getMetaValueCalculator()tlp::PropertyInterface [inline]
getName() const tlp::PropertyInterface [inline]
getNodeDataMemValue(const node n) const tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
getNodeDefaultDataMemValue() const tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
getNodeDefaultStringValue() const tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
getNodeDefaultValue() const tlp::AbstractProperty< Tnode, Tedge, TPROPERTY >
getNodeMax(Graph *sg=0)tlp::DoubleProperty
getNodeMin(Graph *sg=0)tlp::DoubleProperty
getNodeStringValue(const node n) const tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
getNodeValue(const node n) const tlp::AbstractProperty< Tnode, Tedge, TPROPERTY >
getNonDefaultDataMemValue(const node n) const tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
getNonDefaultDataMemValue(const edge e) const tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
getNonDefaultValuatedEdges(const Graph *g=NULL) const tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
getNonDefaultValuatedNodes(const Graph *g=NULL) const tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
getTypename() const tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
tlp::PropertyInterface::getTypename(const PropertyInterface *)tlp::PropertyInterface [static]
graphtlp::PropertyInterface [protected]
holdCountertlp::Observable [protected, static]
holdObservableMaptlp::Observable [protected, static]
holdObserverMaptlp::Observable [protected, static]
holdObservers()tlp::Observable [static]
initFactory()tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [inline, static]
MAX_CALC enum valuetlp::DoubleProperty
metaValueCalculatortlp::PropertyInterface [protected]
MIN_CALC enum valuetlp::DoubleProperty
nametlp::PropertyInterface [protected]
NO_CALC enum valuetlp::DoubleProperty
nodeDefaultValuetlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [protected]
nodePropertiestlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [protected]
notifyAfterSetAllEdgeValue(PropertyInterface *)tlp::PropertyInterface [protected]
notifyAfterSetAllNodeValue(PropertyInterface *)tlp::PropertyInterface [protected]
notifyAfterSetEdgeValue(PropertyInterface *, const edge e)tlp::PropertyInterface [protected]
notifyAfterSetNodeValue(PropertyInterface *, const node n)tlp::PropertyInterface [protected]
notifyBeforeSetAllEdgeValue(PropertyInterface *)tlp::ObservableProperty [protected]
notifyBeforeSetAllNodeValue(PropertyInterface *)tlp::ObservableProperty [protected]
notifyBeforeSetEdgeValue(PropertyInterface *, const edge e)tlp::ObservableProperty [protected]
notifyBeforeSetNodeValue(PropertyInterface *, const node n)tlp::ObservableProperty [protected]
notifyDestroy(PropertyInterface *)tlp::PropertyInterface [protected]
tlp::Observable::notifyDestroy()tlp::Observable
notifyObservers()tlp::Observable
observerstlp::ObservableProperty [mutable, protected]
observersListtlp::Observable [protected]
operator=(AbstractProperty< Tnode, Tedge, TPROPERTY > &prop)tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [inline, virtual]
PAlgorithm typedeftlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [protected]
PredefinedMetaValueCalculator enum nametlp::DoubleProperty
PropertyObserver(bool manageObservables=true)tlp::PropertyObserver [inline]
removeObservable(ObservableProperty *)tlp::PropertyObserver
removeObserver(Observer *)tlp::Observable [inline]
removeObservers()tlp::Observable
removeOnlyObserver(Observer *)tlp::Observable [inline, protected]
removeOnlyPropertyObserver(PropertyObserver *) const tlp::ObservableProperty [inline, protected]
removePropertyObserver(PropertyObserver *) const tlp::ObservableProperty [inline]
removePropertyObservers()tlp::ObservableProperty
setAllEdgeDataMemValue(const DataMem *v)tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
setAllEdgeStringValue(const std::string &v)tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
setAllEdgeValue(const typename Tedge::RealType &v)tlp::AbstractProperty< Tnode, Tedge, TPROPERTY >
setAllNodeDataMemValue(const DataMem *v)tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
setAllNodeStringValue(const std::string &v)tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
setAllNodeValue(const typename Tnode::RealType &v)tlp::AbstractProperty< Tnode, Tedge, TPROPERTY >
setEdgeDataMemValue(const edge e, const DataMem *v)tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
setEdgeStringValue(const edge e, const std::string &v)tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
setEdgeValue(const edge e, const typename Tedge::RealType &v)tlp::AbstractProperty< Tnode, Tedge, TPROPERTY >
setMetaValueCalculator(MetaValueCalculator *calc)tlp::DoubleProperty [virtual]
setMetaValueCalculator(PredefinedMetaValueCalculator nodeCalc=AVG_CALC, PredefinedMetaValueCalculator edgeCalc=AVG_CALC)tlp::DoubleProperty
tlp::AbstractProperty::setMetaValueCalculator(PropertyInterface::MetaValueCalculator *mvCalc)tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
setNodeDataMemValue(const node n, const DataMem *v)tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
setNodeStringValue(const node n, const std::string &v)tlp::AbstractProperty< Tnode, Tedge, TPROPERTY > [virtual]
setNodeValue(const node n, const typename Tnode::RealType &v)tlp::AbstractProperty< Tnode, Tedge, TPROPERTY >
SUM_CALC enum valuetlp::DoubleProperty
unholdObservers()tlp::Observable [static]
uniformQuantification(unsigned int)tlp::DoubleProperty
~Observable()tlp::Observable [inline, virtual]
~ObservableProperty()tlp::ObservableProperty [inline, virtual]
~PropertyInterface()tlp::PropertyInterface [virtual]
~PropertyObserver()tlp::PropertyObserver [virtual]



Tulip Software by LaBRI Visualization Team    2001 - 2010