ReactOS 0.4.16-dev-334-g4d9f67c
|
#include <reader.h>
Public Member Functions | |
O_pwlcurve (long, long, INREAL *, long, TrimVertex *) | |
Public Member Functions inherited from PooledObj | |
void * | operator new (size_t, Pool &) |
void * | operator new (size_t, void *) |
void * | operator new (size_t s) |
void | operator delete (void *) |
void | operator delete (void *, Pool &) |
void | deleteMe (Pool &) |
Public Attributes | |
TrimVertex * | pts |
int | npts |
O_pwlcurve * | next |
int | used |
int | save |
O_curve * | owner |
O_pwlcurve::O_pwlcurve | ( | long | _type, |
long | count, | ||
INREAL * | array, | ||
long | byte_stride, | ||
TrimVertex * | trimpts | ||
) |
Definition at line 60 of file reader.cc.
O_pwlcurve* O_pwlcurve::next |
Definition at line 87 of file reader.h.
Referenced by NurbsTessellator::do_freecurveall(), NurbsTessellator::do_pwlcurve(), and O_pwlcurve().
int O_pwlcurve::npts |
Definition at line 86 of file reader.h.
Referenced by O_pwlcurve(), and o_pwlcurve_to_DLines().
O_curve* O_pwlcurve::owner |
Definition at line 90 of file reader.h.
Referenced by NurbsTessellator::do_pwlcurve(), and O_pwlcurve().
TrimVertex* O_pwlcurve::pts |
Definition at line 85 of file reader.h.
Referenced by O_pwlcurve(), and o_pwlcurve_to_DLines().
int O_pwlcurve::save |
Definition at line 89 of file reader.h.
Referenced by NurbsTessellator::do_freecurveall(), NurbsTessellator::do_pwlcurve(), and O_pwlcurve().
int O_pwlcurve::used |
Definition at line 88 of file reader.h.
Referenced by NurbsTessellator::do_freecurveall(), NurbsTessellator::do_pwlcurve(), and O_pwlcurve().