BRL-CAD
Loading...
Searching...
No Matches
view.h File Reference
#include "common.h"
#include "vmath.h"
#include "bu/list.h"
#include "bu/hash.h"
#include "bu/ptbl.h"
#include "bn/tol.h"
#include "bv/defines.h"
#include "rt/defines.h"
Include dependency graph for view.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  rt_selection
 
struct  rt_selection_set
 
struct  rt_object_selections
 
struct  rt_selection_query
 
struct  rt_selection_translation
 
struct  rt_selection_operation
 

Macros

#define RT_SORT_UNSORTED   0
 
#define RT_SORT_CLOSEST_TO_START   1
 
#define RT_SELECTION_NOP   0
 
#define RT_SELECTION_TRANSLATION   1
 

Functions

void db_mesh_lod_init (struct db_i *dbip, int verbose)
 
void db_mesh_lod_clear (struct db_i *dbip)
 
int db_mesh_lod_update (struct db_i *dbip, const char *name)
 
struct bv_mesh_loddb_mesh_lod_get (struct db_i *dbip, const char *name)
 

Macro Definition Documentation

◆ RT_SORT_UNSORTED

#define RT_SORT_UNSORTED   0

Definition at line 106 of file view.h.

◆ RT_SORT_CLOSEST_TO_START

#define RT_SORT_CLOSEST_TO_START   1

Definition at line 107 of file view.h.

◆ RT_SELECTION_NOP

#define RT_SELECTION_NOP   0

Definition at line 132 of file view.h.

◆ RT_SELECTION_TRANSLATION

#define RT_SELECTION_TRANSLATION   1

Definition at line 133 of file view.h.

Function Documentation

◆ db_mesh_lod_init()

void db_mesh_lod_init ( struct db_i dbip,
int  verbose 
)
extern

◆ db_mesh_lod_clear()

void db_mesh_lod_clear ( struct db_i dbip)
extern

◆ db_mesh_lod_update()

int db_mesh_lod_update ( struct db_i dbip,
const char name 
)
extern

◆ db_mesh_lod_get()

struct bv_mesh_lod * db_mesh_lod_get ( struct db_i dbip,
const char name 
)
extern