BRL-CAD
Loading...
Searching...
No Matches

#include <geom.h>

Collaboration diagram for rt_ant:
[legend]

Data Fields

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

Detailed Description

container for the annotation primitive

Definition at line 1003 of file geom.h.

Field Documentation

◆ count

size_t count

number of segments in the annotation

Definition at line 1004 of file geom.h.

◆ reverse

int* reverse

array of boolean flags indicating if the segment should be reversed

Definition at line 1005 of file geom.h.

◆ segments

void** segments

array of annotation segment pointer

Definition at line 1007 of file geom.h.


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