BRL-CAD
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
 

Macro Definition Documentation

◆ RT_SORT_UNSORTED

#define RT_SORT_UNSORTED   0

Definition at line 95 of file view.h.

◆ RT_SORT_CLOSEST_TO_START

#define RT_SORT_CLOSEST_TO_START   1

Definition at line 96 of file view.h.

◆ RT_SELECTION_NOP

#define RT_SELECTION_NOP   0

Definition at line 119 of file view.h.

◆ RT_SELECTION_TRANSLATION

#define RT_SELECTION_TRANSLATION   1

Definition at line 120 of file view.h.