![]() |
ROOT
6.06/09
Reference Guide
|
Definition at line 17 of file X3DBuffer.h.
Public Attributes | |
| int | numPoints |
| int | numSegs |
| int | numPolys |
| float * | points |
| int * | segs |
| int * | polys |
#include <X3DBuffer.h>
| int _x3d_data_::numPoints |
Definition at line 18 of file X3DBuffer.h.
Referenced by FillX3DBuffer(), TPolyLineShape::PaintX3DLine(), and TPolyLineShape::PaintX3DMarker().
| int _x3d_data_::numPolys |
Definition at line 20 of file X3DBuffer.h.
Referenced by FillX3DBuffer(), TPolyLineShape::PaintX3DLine(), and TPolyLineShape::PaintX3DMarker().
| int _x3d_data_::numSegs |
Definition at line 19 of file X3DBuffer.h.
Referenced by FillX3DBuffer(), TPolyLineShape::PaintX3DLine(), and TPolyLineShape::PaintX3DMarker().
| float* _x3d_data_::points |
Definition at line 21 of file X3DBuffer.h.
Referenced by FillX3DBuffer(), TPolyLineShape::PaintX3DLine(), and TPolyLineShape::PaintX3DMarker().
| int* _x3d_data_::polys |
Definition at line 23 of file X3DBuffer.h.
Referenced by FillX3DBuffer(), TPolyLineShape::PaintX3DLine(), and TPolyLineShape::PaintX3DMarker().
| int* _x3d_data_::segs |
Definition at line 22 of file X3DBuffer.h.
Referenced by FillX3DBuffer(), TPolyLineShape::PaintX3DLine(), and TPolyLineShape::PaintX3DMarker().