Panda3D
|
Public Member Functions | |
clear () | |
ConstPointerToArray (PointerToArrayVBase4 const copy) | |
ConstPointerToArray (ConstPointerToArrayVBase4 const copy) | |
string | getData () |
string | getData () |
VBase4 const | getElement (unsigned int n) |
VBase4 const | getElement (unsigned int n) |
unsigned int | getHash () |
VBase4 const | getitem (unsigned int n) |
VBase4 const | getitem (unsigned int n) |
int | getNodeRefCount () |
int | getNodeRefCount () |
int | getRefCount () |
int | getRefCount () |
string | getSubdata (unsigned int n, unsigned int count) |
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 (PointerToArrayVBase4 const copy) | |
PointerToArray (PyObject self, PyObject sequence) | |
PointerToArray (TypeHandle type_handle) | |
popBack () | |
pushBack (VBase4 const x) | |
setData (string data) | |
setElement (unsigned int n, VBase4 const value) | |
setitem (unsigned int n, VBase4 const value) | |
setSubdata (unsigned int n, unsigned int count, string data) | |
unsigned int | size () |
unsigned int | size () |
Static Public Member Functions | |
static PointerToArrayVBase4 | emptyArray (unsigned int n, TypeHandle type_handle) |
static PointerToArrayVBase4 | emptyArray (unsigned int n) |
clear | ( | ) | [inherited] |
ConstPointerToArray | ( | PointerToArrayVBase4 const | copy | ) |
ConstPointerToArray | ( | ConstPointerToArrayVBase4 const | copy | ) |
static PointerToArrayVBase4 emptyArray | ( | unsigned int | n, |
TypeHandle | type_handle | ||
) | [static] |
static PointerToArrayVBase4 emptyArray | ( | unsigned int | n | ) | [static] |
string getData | ( | ) |
string getData | ( | ) |
unsigned int getHash | ( | ) | [inherited] |
int getNodeRefCount | ( | ) |
int getNodeRefCount | ( | ) |
int getRefCount | ( | ) |
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 | ( | PointerToArrayVBase4 const | copy | ) |
PointerToArray | ( | PyObject | self, |
PyObject | sequence | ||
) |
PointerToArray | ( | TypeHandle | type_handle | ) |
PointerToArray | ( | ) |
popBack | ( | ) |
pushBack | ( | VBase4 const | x | ) |
setData | ( | string | data | ) |
unsigned int size | ( | ) |
unsigned int size | ( | ) |