BRL-CAD

#include <csg.h>

Collaboration diagram for subbrep_island_data:
[legend]

Data Fields

int island_type
 
int island_id
 
const ON_Brep * brep
 
ON_Brep * local_brep
 
char local_brep_bool_op
 
struct subbrep_shoal_datanucleus
 
struct bu_ptblisland_children
 
struct bu_ptblsubtractions
 
struct bu_vlskey
 
ON_BoundingBox * bbox
 
void * face_surface_types
 
int * obj_cnt
 
int * island_faces
 
int * island_loops
 
int * fol
 
int * fil
 
int island_faces_cnt
 
int island_loops_cnt
 
int fol_cnt
 
int fil_cnt
 
int null_vert_cnt
 
int * null_verts
 
int null_edge_cnt
 
int * null_edges
 

Detailed Description

Definition at line 97 of file csg.h.

Field Documentation

◆ island_type

int island_type

Definition at line 102 of file csg.h.

◆ island_id

int island_id

Definition at line 105 of file csg.h.

◆ brep

const ON_Brep* brep

Definition at line 108 of file csg.h.

◆ local_brep

ON_Brep* local_brep

Definition at line 111 of file csg.h.

◆ local_brep_bool_op

char local_brep_bool_op

Definition at line 112 of file csg.h.

◆ nucleus

struct subbrep_shoal_data* nucleus

Definition at line 115 of file csg.h.

◆ island_children

struct bu_ptbl* island_children

Definition at line 117 of file csg.h.

◆ subtractions

struct bu_ptbl* subtractions

Definition at line 120 of file csg.h.

◆ key

struct bu_vls* key

Definition at line 123 of file csg.h.

◆ bbox

ON_BoundingBox* bbox

Definition at line 124 of file csg.h.

◆ face_surface_types

void* face_surface_types

Definition at line 127 of file csg.h.

◆ obj_cnt

int* obj_cnt

Definition at line 128 of file csg.h.

◆ island_faces

int* island_faces

Definition at line 129 of file csg.h.

◆ island_loops

int* island_loops

Definition at line 130 of file csg.h.

◆ fol

int* fol

Definition at line 131 of file csg.h.

◆ fil

int* fil

Definition at line 132 of file csg.h.

◆ island_faces_cnt

int island_faces_cnt

Definition at line 133 of file csg.h.

◆ island_loops_cnt

int island_loops_cnt

Definition at line 134 of file csg.h.

◆ fol_cnt

int fol_cnt

Definition at line 135 of file csg.h.

◆ fil_cnt

int fil_cnt

Definition at line 136 of file csg.h.

◆ null_vert_cnt

int null_vert_cnt

Definition at line 137 of file csg.h.

◆ null_verts

int* null_verts

Definition at line 138 of file csg.h.

◆ null_edge_cnt

int null_edge_cnt

Definition at line 139 of file csg.h.

◆ null_edges

int* null_edges

Definition at line 140 of file csg.h.


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