This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | MAP_OPTIONS MAP_PRIVATE |
#define | MAX_VERTEX_X 161 |
#define | MAX_VERTEX_Y 129 |
#define | MAX_IMAGE_WIDTH 1288 |
#define | MAX_IMAGE_HEIGHT 1032 |
Functions | |
int | export_vrml (const char *dmaFileName, int width, int height, int maxpixel, int decimate_x, int decimate_y, int blocks_x, int blocks_y, int indent, int dcp, int nIsolines, int genFlatIso, int genElevIso, const char *colors, int compressionLevel) |
#define MAX_VERTEX_X 161 |
#define MAX_VERTEX_Y 129 |
Definition at line 12 of file vrml303.h.
Referenced by export_vrml(), fillEdgesArray(), and initVertexArray().
int export_vrml | ( | const char * | dmaFileName, | |
int | width, | |||
int | height, | |||
int | maxpixel, | |||
int | decimate_x, | |||
int | decimate_y, | |||
int | blocks_x, | |||
int | blocks_y, | |||
int | indent, | |||
int | dcp, | |||
int | nIsolines, | |||
int | genFlatIso, | |||
int | genElevIso, | |||
const char * | colors, | |||
int | compressionLevel | |||
) |
Definition at line 1342 of file vrml303.c.
References exportBottomEdges(), exportBottomFaces(), exportColorSet(), exportCoordinateSet(), exportFacesAppearance(), exportIsolineNode(), exportIsolinesAppearance(), exportSideEdges(), exportSideFaces(), exportSwitchEnd(), exportSwitchStart(), exportTopEdges(), exportTopFaces(), exportTransformEnd(), exportTransformStart(), exportVRMLStart(), exportVRMLViewpoints(), gzclose(), gzfile, gzprintf(), initPseudoColor(), initVertexArray(), MAX_VERTEX_X, MAX_VERTEX_Y, MD, MYMAXINT, s, and stderr.
Referenced by processImage().