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

Public Member Functions

 PwlArc (int, TrimVertex *)
 
 PwlArc (int, TrimVertex *, long)
 
- 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
 
long type
 

Detailed Description

Definition at line 44 of file pwlarc.h.

Constructor & Destructor Documentation

◆ PwlArc() [1/3]

PwlArc::PwlArc ( void )
inline

Definition at line 55 of file pwlarc.h.

◆ PwlArc() [2/3]

PwlArc::PwlArc ( int _npts,
TrimVertex * _pts )
inline

Definition at line 63 of file pwlarc.h.

◆ PwlArc() [3/3]

PwlArc::PwlArc ( int _npts,
TrimVertex * _pts,
long _type )
inline

Definition at line 71 of file pwlarc.h.

Field Documentation

◆ npts

int PwlArc::npts

Definition at line 47 of file pwlarc.h.

◆ pts

TrimVertex* PwlArc::pts

Definition at line 46 of file pwlarc.h.

◆ type

long PwlArc::type

Definition at line 48 of file pwlarc.h.


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