BRL-CAD
rt_object_selections Struct Reference

#include <view.h>

Data Fields

struct bu_hash_tblsets
 

Detailed Description

Stores selections associated with an object. There is an entry in the selections table for each kind of selection (e.g. "active", "option"). The table entries are sets to allow more than one selection of the same type (e.g. multiple "option" selections).

TODO: This structure is tentative and subject to change or removal without notice.

Definition at line 78 of file view.h.

Field Documentation

◆ sets

struct bu_hash_tbl* sets

selection type -> struct rt_selection_set

Definition at line 80 of file view.h.


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