Go to the source code of this file.
Data Structures | |
struct | cs_solid_selection_t |
Functions | |
cs_solid_selection_t * | cs_solid_selection_get (void) |
Retrieve the information related to the list of solid cells If this structure does not exist, there is an initialization. More... | |
void | cs_solid_selection_sync (const cs_cdo_connect_t *connect) |
Synchronize the solid selection. More... | |
void | cs_solid_selection_free (void) |
Free the structure storing the information related to the list of solid cells. More... | |
void cs_solid_selection_free | ( | void | ) |
Free the structure storing the information related to the list of solid cells.
cs_solid_selection_t* cs_solid_selection_get | ( | void | ) |
Retrieve the information related to the list of solid cells If this structure does not exist, there is an initialization.
void cs_solid_selection_sync | ( | const cs_cdo_connect_t * | connect | ) |
Synchronize the solid selection.
[in] | connect | pointer to a cs_cdo_connect_t structure |