RT
Functions
parse_csg.c File Reference
#include "librt.h"
#include "ftbtree.h"
#include "ftstring.h"
#include "csg.h"
#include "parse.h"
#include "ftio.h"
Include dependency graph for parse_csg.c:

Functions

int csg_is_obj (t_parse_txt *scene_file)
 
t_btree * csg_parse_obj (t_parse_txt *scene_file, int type)
 
t_btree * csg_parse_op (t_parse_txt *scene_file, int type)
 
t_btree * csg_tree_parse (t_parse_txt *scene_file)
 
void csg_set (t_obj *obj, void *csg, t_parse_txt *scene_file)
 

Function Documentation

◆ csg_is_obj()

int csg_is_obj ( t_parse_txt scene_file)

◆ csg_parse_obj()

t_btree* csg_parse_obj ( t_parse_txt scene_file,
int  type 
)

◆ csg_parse_op()

t_btree* csg_parse_op ( t_parse_txt scene_file,
int  type 
)

◆ csg_set()

void csg_set ( t_obj obj,
void *  csg,
t_parse_txt scene_file 
)

◆ csg_tree_parse()

t_btree* csg_tree_parse ( t_parse_txt scene_file)