dyng
DynamicGraphLayout
Public Member Functions | List of all members
dyng::detail::node_partition Class Reference

Represents a node that holds information about its live times. More...

#include <partitions.h>

Inheritance diagram for dyng::detail::node_partition:
Inheritance graph
[legend]
Collaboration diagram for dyng::detail::node_partition:
Collaboration graph
[legend]

Public Member Functions

 node_partition (node_id id)
 
void add_live_time (const live_set &node_live)
 
const live_setlive_time () const
 
live_setlive_time ()
 
- Public Member Functions inherited from dyng::node
 node (node_id id)
 Sets the id of the node.
 
node_id id () const
 Returns the id.
 
bool is_new () const
 Returns if the node is new in its current state.
 
void is_new (bool value)
 Sets if the node is new in its current state.
 
bool is_old () const
 Returns if the node is going to be deleted in the next state.
 
void is_old (bool value)
 Sets if the node is going to be deleted in the next state.
 
float alpha () const
 Returns current alpha value. More...
 
void alpha (float value)
 Sets the current alpha value.
 
const coordspos () const
 Returns current coordinates.
 
coordspos ()
 Returns current coordinates.
 

Detailed Description

Represents a node that holds information about its live times.

Used internally by foresighted_layout.

See also
dyng::live_time, foresighted_layout

The documentation for this class was generated from the following file: