BRL-CAD
polygonize.h File Reference
#include "common.h"
#include <stdint.h>
#include "raytrace.h"
#include "analyze/defines.h"
Include dependency graph for polygonize.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  analyze_polygonize_params
 

Macros

#define ANALYZE_POLYGONIZE_PARAMS_DEFAULT   { 30, 150000000, 0 }
 

Functions

int analyze_polygonize (int **faces, int *num_faces, point_t **vertices, int *num_vertices, fastf_t size, point_t p_s, const char *obj, struct db_i *dbip, struct analyze_polygonize_params *p)