BRL-CAD
Loading...
Searching...
No Matches
datum.h File Reference
#include "common.h"
#include "bu/vls.h"
#include "rt/defines.h"
#include "rt/geom.h"
Include dependency graph for datum.h:

Go to the source code of this file.

Functions

rt_datum_type rt_datum_resolved_type (const struct rt_datum_internal *datum)
 
int rt_datum_validate (const struct rt_datum_internal *datum, struct bu_vls *messages)
 

Function Documentation

◆ rt_datum_resolved_type()

rt_datum_type rt_datum_resolved_type ( const struct rt_datum_internal datum)
extern

Resolve RT_DATUM_AUTO using the historical pnt/dir/w convention.

◆ rt_datum_validate()

int rt_datum_validate ( const struct rt_datum_internal datum,
struct bu_vls messages 
)
extern

Validate a NULL-terminated datum chain. Returns zero when valid. If messages is non-NULL, validation failures are appended to it.