[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •Get selected nodes in gephi 0.9.x
Page 1 of 1

Get selected nodes in gephi 0.9.x

Posted: 27 May 2016 09:24
by sjcetx
Does anyone know if its possible to get the selected nodes in gephi since the 0.9 release? According to the docs the SelectionManager should provide this functionality but getSelectedNodes() method doesn't exist.

Going through the code I can find references to the NodeModel in the visualization package (Octree#getNodeIterator() and AbstractEngine#getSelectedNodes()) but can't access these methods from my plugin.

Any help would be appreciated.

I have asked this on SO but there doesn't seem to be much of a Gephi community there
http://stackoverflow.com/questions/3746 ... ephi-0-9-x