Overview     Modules     Class Hierarchy     Classes     Members  

tlp::IntegerProperty Class Reference
[Properties]

#include <IntegerProperty.h>

Inheritance diagram for tlp::IntegerProperty:
Collaboration diagram for tlp::IntegerProperty:

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::addEdge ( Graph graph,
const edge  e 
) [virtual]

Reimplemented from tlp::GraphObserver.

virtual void tlp::IntegerProperty::addNode ( Graph graph,
const node  n 
) [virtual]

Reimplemented from tlp::GraphObserver.

virtual void tlp::IntegerProperty::addSubGraph ( Graph graph,
Graph sub 
) [virtual]

Reimplemented from tlp::GraphObserver.

virtual void tlp::IntegerProperty::clone_handler ( AbstractProperty< IntegerType, IntegerType, IntegerAlgorithm > &   )  [protected, virtual]
PropertyInterface* tlp::IntegerProperty::clonePrototype ( Graph ,
const std::string &   
) [virtual]

Create an object of the same real type of the current property, in the the graph (first parameter) with the name (second parameter). Values are not copied.

Implements tlp::PropertyInterface.

virtual void tlp::IntegerProperty::delEdge ( Graph graph,
const edge  e 
) [virtual]

Reimplemented from tlp::GraphObserver.

virtual void tlp::IntegerProperty::delNode ( Graph graph,
const node  n 
) [virtual]

Reimplemented from tlp::GraphObserver.

virtual void tlp::IntegerProperty::delSubGraph ( Graph graph,
Graph sub 
) [virtual]

Reimplemented from tlp::GraphObserver.

IntegerType::RealType tlp::IntegerProperty::getEdgeMax ( Graph sg = 0  ) 
IntegerType::RealType tlp::IntegerProperty::getEdgeMin ( Graph sg = 0  ) 
IntegerType::RealType tlp::IntegerProperty::getNodeMax ( Graph sg = 0  ) 
IntegerType::RealType tlp::IntegerProperty::getNodeMin ( Graph sg = 0  ) 
std::string tlp::IntegerProperty::getTypename (  )  const [inline, virtual]

Returns a string describing the type of the property. i.e. "graph", "double", "layout", "string", "integer", "color", "size", ...

Implements tlp::PropertyInterface.

virtual void tlp::IntegerProperty::setAllEdgeValue ( const int &  v  )  [virtual]
virtual void tlp::IntegerProperty::setAllNodeValue ( const int &  v  )  [virtual]
virtual void tlp::IntegerProperty::setEdgeValue ( const edge  e,
const int &  v 
) [virtual]
virtual void tlp::IntegerProperty::setNodeValue ( const node  n,
const int &  v 
) [virtual]

Friends And Related Function Documentation

friend class IntegerAlgorithm [friend]


Tulip Software by LaBRI Visualization Team    2001 - 2011