BRL-CAD
view_sets.h File Reference
#include "common.h"
#include "bv/defines.h"
Include dependency graph for view_sets.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void bv_set_init (struct bview_set *s)
 
void bv_set_free (struct bview_set *s)
 
void bv_set_add_view (struct bview_set *s, struct bview *v)
 
void bv_set_rm_view (struct bview_set *s, struct bview *v)
 
struct bu_ptblbv_set_views (struct bview_set *s)
 
struct bviewbv_set_find_view (struct bview_set *s, const char *vname)
 
struct bv_scene_objbv_set_fsos (struct bview_set *s)