BRL-CAD
rectangular_grid Struct Reference

#include <grid.h>

Collaboration diagram for rectangular_grid:
[legend]

Data Fields

int view
 
int max_views
 
int single_grid
 
point_t mdl_origin
 
long steps [3]
 
int refine_flag
 
vect_t ray_direction
 
point_t start_coord
 
vect_t dx_grid
 
vect_t dy_grid
 
size_t x_points
 
fastf_t grid_spacing
 
size_t current_point
 
size_t total_points
 

Detailed Description

This structure is the context passed to the grid generating functions for the rectangular grid type.

Definition at line 57 of file grid.h.

Field Documentation

◆ view

int view

Definition at line 58 of file grid.h.

◆ max_views

int max_views

Definition at line 59 of file grid.h.

◆ single_grid

int single_grid

Definition at line 60 of file grid.h.

◆ mdl_origin

point_t mdl_origin

Definition at line 61 of file grid.h.

◆ steps

long steps[3]

Definition at line 62 of file grid.h.

◆ refine_flag

int refine_flag

Definition at line 63 of file grid.h.

◆ ray_direction

vect_t ray_direction

Definition at line 65 of file grid.h.

◆ start_coord

point_t start_coord

Definition at line 66 of file grid.h.

◆ dx_grid

vect_t dx_grid

Definition at line 67 of file grid.h.

◆ dy_grid

vect_t dy_grid

Definition at line 68 of file grid.h.

◆ x_points

size_t x_points

Definition at line 69 of file grid.h.

◆ grid_spacing

fastf_t grid_spacing

Definition at line 70 of file grid.h.

◆ current_point

size_t current_point

Definition at line 71 of file grid.h.

◆ total_points

size_t total_points

Definition at line 72 of file grid.h.


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