FreeWRL / FreeX3D 4.3.0
O_pwlcurve Class Reference
Inheritance diagram for O_pwlcurve:
PooledObj

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 &)
 

Data Fields

TrimVertexpts
 
int npts
 
O_pwlcurvenext
 
int used
 
int save
 
O_curveowner
 

Detailed Description

Definition at line 83 of file reader.h.

Constructor & Destructor Documentation

◆ O_pwlcurve()

O_pwlcurve::O_pwlcurve ( long _type,
long count,
INREAL * array,
long byte_stride,
TrimVertex * trimpts )

Definition at line 60 of file reader.cc.

Field Documentation

◆ next

O_pwlcurve* O_pwlcurve::next

Definition at line 87 of file reader.h.

◆ npts

int O_pwlcurve::npts

Definition at line 86 of file reader.h.

◆ owner

O_curve* O_pwlcurve::owner

Definition at line 90 of file reader.h.

◆ pts

TrimVertex* O_pwlcurve::pts

Definition at line 85 of file reader.h.

◆ save

int O_pwlcurve::save

Definition at line 89 of file reader.h.

◆ used

int O_pwlcurve::used

Definition at line 88 of file reader.h.


The documentation for this class was generated from the following files: