Curvy  8.4.0
CGData Class Reference
+ Inheritance diagram for CGData:
+ Collaboration diagram for CGData:

Detailed Description

Data Base class

Public Attributes

string Name
 

Properties

virtual int Count [get]
 

Public Member Functions

virtual T Clone< T > ()
 
void Dispose ()
 Disposes an instance that is no more used, allowing it to free its resources immediately. Dispose is called automatically when an instance is Finalized More...
 

Static Public Member Functions

static implicit operator bool (CGData a)
 

Protected Member Functions

virtual bool Dispose (bool disposing)
 
int getGenericFIndex (SubArray< float > FMapArray, float fValue, out float frag)
 Searches FMapArray and returns the index that covers the fValue as well as the percentage between index and index+1 More...
 

Member Function Documentation

virtual T Clone< T > ( )
virtual

Reimplemented in CGSpots, CGGameObject, CGVMesh, CGVSubMesh, CGBounds, CGVolume, CGPath, and CGShape.

Type Constraints
T :CGData 
virtual bool Dispose ( bool  disposing)
protectedvirtual

Reimplemented in CGSpots, CGVMesh, CGVSubMesh, CGVolume, CGPath, and CGShape.

void Dispose ( )

Disposes an instance that is no more used, allowing it to free its resources immediately. Dispose is called automatically when an instance is Finalized

int getGenericFIndex ( SubArray< float >  FMapArray,
float  fValue,
out float  frag 
)
protected

Searches FMapArray and returns the index that covers the fValue as well as the percentage between index and index+1

Parameters
FMapArrayarray of sorted values ranging from 0..1
fValuea value 0..1
fragfragment between the resulting and the next index (0..1)
Returns
the index where fValue lies in
static implicit operator bool ( CGData  a)
static

Member Data Documentation

string Name

Property Documentation

virtual int Count
get

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