BRL-CAD

#include <geom.h>

Data Fields

size_t count
 number of segments in the annotation More...
 
int * reverse
 
void ** segments
 array of annotation segment pointer More...
 

Detailed Description

container for the annotation primitive

Definition at line 976 of file geom.h.

Field Documentation

◆ count

size_t count

number of segments in the annotation

Definition at line 977 of file geom.h.

◆ reverse

int* reverse

array of boolean flags indicating if the segment should be reversed

Definition at line 978 of file geom.h.

◆ segments

void** segments

array of annotation segment pointer

Definition at line 980 of file geom.h.


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