FreeWRL / FreeX3D 4.3.0
Property Struct Reference
Inheritance diagram for Property:
PooledObj

Public Member Functions

 Property (long _type, long _tag, INREAL _value)
 
 Property (long _tag, INREAL _value)
 
- 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

long type
 
long tag
 
REAL value
 
int save
 

Detailed Description

Definition at line 120 of file reader.h.

Constructor & Destructor Documentation

◆ Property() [1/2]

Property::Property ( long _type,
long _tag,
INREAL _value )
inline

Definition at line 125 of file reader.h.

◆ Property() [2/2]

Property::Property ( long _tag,
INREAL _value )
inline

Definition at line 127 of file reader.h.

Field Documentation

◆ save

int Property::save

Definition at line 124 of file reader.h.

◆ tag

long Property::tag

Definition at line 122 of file reader.h.

◆ type

long Property::type

Definition at line 121 of file reader.h.

◆ value

REAL Property::value

Definition at line 123 of file reader.h.


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