Top | ![]() |
![]() |
![]() |
![]() |
VisuNodeValuesShellVisuNodeValuesShell — define a VisuNodeValues object to handle shells. |
GObject ╰── ToolDbgObj ╰── VisuNodeValues ╰── VisuNodeValuesFrag ╰── VisuNodeValuesShell
Defines a VisuNodeValues object to store shells on every nodes and get notification for them.
VisuNodeValuesShell * visu_node_values_shell_new (VisuNodeArray *arr
,const gchar *label
);
Create a new shell field.
Since: 3.8
gboolean visu_node_values_shell_compute (VisuNodeValuesShell *shell
,guint id
,gfloat factor
);
Compute the neighbouring shells of node id
. The neighbour tables
is computed within factor
(for the sphere radii).
Since: 3.8
guint
visu_node_values_shell_getLevel (VisuNodeValuesShell *shell
);
Retrieves the current level of recursion that is done to look for neighbouring shells.
Since: 3.8
gboolean visu_node_values_shell_setLevel (VisuNodeValuesShell *shell
,guint level
);
Defines the level of recursion that is done to look for neighbouring shells.
Since: 3.8
struct VisuNodeValuesShell;
Common name to refer to a _VisuNodeValuesShell.
struct VisuNodeValuesShellClass { VisuNodeValuesFragClass parent; };
Common name to refer to a _VisuNodeValuesShellClass.