BRL-CAD
pc_constrnt Struct Reference

#include <pc.h>

Collaboration diagram for pc_constrnt:
[legend]

Data Fields

struct bu_list l
 
struct bu_vls name
 
int ctype
 
union {
   struct bu_vls   expression
 
   struct pc_constraint_fp   cf
 
data
 
const char ** args
 

Detailed Description

Definition at line 94 of file pc.h.

Field Documentation

◆ l

struct bu_list l

Definition at line 95 of file pc.h.

◆ name

struct bu_vls name

Definition at line 96 of file pc.h.

◆ ctype

int ctype

Definition at line 97 of file pc.h.

◆ expression

struct bu_vls expression

Definition at line 99 of file pc.h.

◆ cf

struct pc_constraint_fp cf

Definition at line 100 of file pc.h.

◆ 

union { ... } data

◆ args

const char** args

Definition at line 102 of file pc.h.


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