BRL-CAD
Loading...
Searching...
No Matches
rt_edit_prim_desc Struct Reference

#include <edit.h>

Collaboration diagram for rt_edit_prim_desc:
[legend]

Data Fields

const charprim_type
 
const charprim_label
 
int ncmd
 
const struct rt_edit_cmd_desccmds
 
int nopt
 
const struct rt_edit_opt_descopts
 

Detailed Description

Top-level descriptor for a single primitive type. Returned by ft_edit_desc().

Definition at line 638 of file edit.h.

Field Documentation

◆ prim_type

const char* prim_type

"tor", "ell", "tgc", ...

Definition at line 639 of file edit.h.

◆ prim_label

const char* prim_label

"Torus", "Ellipsoid", ...

Definition at line 640 of file edit.h.

◆ ncmd

int ncmd

Definition at line 641 of file edit.h.

◆ cmds

const struct rt_edit_cmd_desc* cmds

array of ncmd entries

Definition at line 642 of file edit.h.

◆ nopt

int nopt

number of entries in opts[]

Definition at line 643 of file edit.h.

◆ opts

const struct rt_edit_opt_desc* opts

array of nopt entries

Definition at line 644 of file edit.h.


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