[Gammaray-interest] Object connectivity: some updates

Christian Gagneraud chgans at gmail.com
Sun Jun 2 17:08:14 CEST 2019


On Sat, 1 Jun 2019 at 01:47, Christian Gagneraud <chgans at gmail.com> wrote:
>
> Hi there,
>
> I have implemented a simple table model on the probe side, and on the
> guy side a simple table view with line filter and graphviz layout
> selection.
> I had to disconnect the VTK viewer, but i'll definitely fix that.
> Some screenshot are available at [1], introspecting QtCreator, without
> doing anything with it.
>
> The results are encouraging, they somehow resemble the VTK view, but
> IMHO with a neater 2 D view (I still think that the 3D view has it's
> own strength).

I've just fixed the VTK view,here are 2 images to compare the 2D and 3D views:
https://ibb.co/X2GDWSr
https://ibb.co/5rYjS95

You can see that it is the same topology in both cases.
With VTK, i'm using node and edge coloring, with the right theme, the
node color gets hotter with the number of edges (number of end points)
and the edges get hotter with the weight, that is, the number of
connections b/w 2 objects.
Something that will have to be implemented "manually" with the cgraph
based view.

As well i've added the VTK arrows, but this is quite buggy for now.
https://ibb.co/JQn4TrP
https://ibb.co/myyk7kd

I'm trying to focus on the probe side right now, but i have to say,
that setting up VTK view is actually easier that cgraph, mainly b/c w/
cgraph i have to implement everything myself.
Still, i think that these 2 tools are complimentary.

Chris


More information about the Gammaray-interest mailing list