BRL-CAD
Collaboration diagram for Pipe:

Files

file  pipe.h
 

Data Structures

struct  rt_pipe_internal
 
struct  wdb_pipe_pnt
 

Macros

#define RT_PIPE_CK_MAGIC(_p)   BU_CKMAG(_p, RT_PIPE_INTERNAL_MAGIC, "rt_pipe_internal")
 

Functions

void rt_vls_pipe_pnt (struct bu_vls *vp, int seg_no, const struct rt_db_internal *ip, double mm2local)
 
void rt_pipe_pnt_print (const struct wdb_pipe_pnt *pipe_pnt, double mm2local)
 
int rt_pipe_ck (const struct bu_list *headp)
 

Detailed Description

Macro Definition Documentation

◆ RT_PIPE_CK_MAGIC

#define RT_PIPE_CK_MAGIC (   _p)    BU_CKMAG(_p, RT_PIPE_INTERNAL_MAGIC, "rt_pipe_internal")

Definition at line 427 of file geom.h.

Function Documentation

◆ rt_vls_pipe_pnt()

void rt_vls_pipe_pnt ( struct bu_vls vp,
int  seg_no,
const struct rt_db_internal ip,
double  mm2local 
)

◆ rt_pipe_pnt_print()

void rt_pipe_pnt_print ( const struct wdb_pipe_pnt pipe_pnt,
double  mm2local 
)

◆ rt_pipe_ck()

int rt_pipe_ck ( const struct bu_list headp)