ROOT  6.06/09
Reference Guide
Functions | Variables
X3DBuffer.c File Reference
#include "X3DBuffer.h"
#include "../../x3d/src/X3DDefs.h"
#include <stdio.h>
#include <stdlib.h>
+ Include dependency graph for X3DBuffer.c:

Go to the source code of this file.

Functions

int AllocateX3DBuffer ()
 
void FillX3DBuffer (X3DBuffer *buff)
 

Variables

int currPoint = 0
 
int currSeg = 0
 
int currPoly = 0
 
Color * colors
 
point * points
 
segment * segs
 
polygon * polys
 

Function Documentation

int AllocateX3DBuffer ( )

Definition at line 25 of file X3DBuffer.c.

void FillX3DBuffer ( X3DBuffer buff)

Definition at line 140 of file X3DBuffer.c.

Referenced by TPolyLineShape::PaintX3DLine(), and TPolyLineShape::PaintX3DMarker().

Variable Documentation

Color* colors
int currPoint = 0

Definition at line 15 of file X3DBuffer.c.

Referenced by FillX3DBuffer(), and TPolyMarker3D::Merge().

int currPoly = 0

Definition at line 17 of file X3DBuffer.c.

Referenced by RootCsg::ConvertToMesh(), and FillX3DBuffer().

int currSeg = 0

Definition at line 16 of file X3DBuffer.c.

Referenced by FillX3DBuffer().

point* points
polygon* polys

Definition at line 22 of file X3DBuffer.c.

Referenced by AllocateX3DBuffer(), FillX3DBuffer(), and THistPainter::PaintContour().

segment* segs