QuercusVL Programming Manual
3.20.2. Methods
●
IsValid
C++:
bool IsValid()
C:
Does not exist
Returns true if the object contains valid information about a real time event, and false if
invalid. Some methods, may sometimes, return void real time events. In C, this
behaviour is detected as its value will be “0”. In C++, however, this method is
necessary because the object, as it is not a pointer, would always be valid.
●
AddRef
C++:
Does not exist
C:
void VL_RealTimeInformation_AddRef ( int h )
Ver 2.2.1. Memory management.
●
Release
C++:
Does not exist
C:
void VL_RealTimeInformation_Release ( int h )
Ver 2.2.1. Memory management.
3.21. Regions Class
Collection of coordinates; which define each detector loop.
3.21.1. Properties
●
Count
C++:
int Count ( )
C:
Does not exist, check VL_Detector_get_LoopsCoordinates_Count(int h)
of Unit.
Number of coordinates in the collection.
●
Item
C++:
Region Item ( int item )
C:
Does not exist, check VL_Detector_get_LoopsCoordinates_Item(int h, int
Quercus Technologies
59