Panda3D
|
Public Member Functions | |
clear () | |
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) | |
PointerToArray () | |
PointerToArray (PyObject self, PyObject sequence) | |
PointerToArray (PointerToArraydouble const copy) | |
PointerToArray (TypeHandle type_handle) | |
popBack () | |
pushBack (double x) | |
setData (string data) | |
setElement (unsigned int n, double value) | |
setitem (unsigned int n, double value) | |
setSubdata (unsigned int n, unsigned int count, string data) | |
unsigned int | size () |
Static Public Member Functions | |
static PointerToArraydouble | emptyArray (unsigned int n, TypeHandle type_handle) |
static PointerToArraydouble | emptyArray (unsigned int n) |
clear | ( | ) | [inherited] |
static PointerToArraydouble emptyArray | ( | unsigned int | n, |
TypeHandle | type_handle | ||
) | [static] |
static PointerToArraydouble emptyArray | ( | unsigned int | n | ) | [static] |
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] |
PointerToArray | ( | ) |
PointerToArray | ( | PyObject | self, |
PyObject | sequence | ||
) |
PointerToArray | ( | PointerToArraydouble const | copy | ) |
PointerToArray | ( | TypeHandle | type_handle | ) |
popBack | ( | ) |
pushBack | ( | double | x | ) |
setData | ( | string | data | ) |
setElement | ( | unsigned int | n, |
double | value | ||
) |
setitem | ( | unsigned int | n, |
double | value | ||
) |
unsigned int size | ( | ) |