Panda3D
|
Public Member Functions | |
clear () | |
ConstPointerToArray (ConstPointerToArraydouble const copy) | |
ConstPointerToArray (PointerToArraydouble const copy) | |
string | getData () |
double | getElement (unsigned int n) |
unsigned int | getHash () |
double | getitem (unsigned int n) |
int | getNodeRefCount () |
int | getRefCount () |
string | getSubdata (unsigned int n, unsigned int count) |
bool | isNull () |
Returns true if the PointerTo is a NULL pointer, false otherwise. | |
output (ostream out) | |
unsigned int | size () |
clear | ( | ) | [inherited] |
ConstPointerToArray | ( | ConstPointerToArraydouble const | copy | ) |
ConstPointerToArray | ( | PointerToArraydouble const | copy | ) |
string getData | ( | ) |
double getElement | ( | unsigned int | n | ) |
unsigned int getHash | ( | ) | [inherited] |
double getitem | ( | unsigned int | n | ) |
int getNodeRefCount | ( | ) |
int getRefCount | ( | ) |
bool isNull | ( | ) | [inherited] |
Returns true if the PointerTo is a NULL pointer, false otherwise.
(Direct comparison to a NULL pointer also works.)
Reimplemented in PointerToConnection.
output | ( | ostream | out | ) | [inherited] |
unsigned int size | ( | ) |