Panda3D
Public Member Functions | Static Public Member Functions

PTAFloat Class Reference

Inheritance diagram for PTAFloat:
PointerToArrayBasefloat PointerToBaseReferenceCountedVectorfloat PointerToVoid MemoryBase

List of all members.

Public Member Functions

 clear ()
string getData ()
float getElement (unsigned int n)
unsigned int getHash ()
float 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 (PointerToArrayfloat const copy)
 PointerToArray (TypeHandle type_handle)
 popBack ()
 pushBack (float x)
 setData (string data)
 setElement (unsigned int n, float value)
 setitem (unsigned int n, float value)
 setSubdata (unsigned int n, unsigned int count, string data)
unsigned int size ()

Static Public Member Functions

static PointerToArrayfloat emptyArray (unsigned int n, TypeHandle type_handle)
static PointerToArrayfloat emptyArray (unsigned int n)

Member Function Documentation

clear ( ) [inherited]
static PointerToArrayfloat emptyArray ( unsigned int  n,
TypeHandle  type_handle 
) [static]
static PointerToArrayfloat emptyArray ( unsigned int  n) [static]
string getData ( )
float getElement ( unsigned int  n)
unsigned int getHash ( ) [inherited]
float getitem ( unsigned int  n)
int getNodeRefCount ( )
int getRefCount ( )
string getSubdata ( unsigned int  n,
unsigned int  count 
)
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 ( PointerToArrayfloat const  copy)
PointerToArray ( TypeHandle  type_handle)
popBack ( )
pushBack ( float  x)
setData ( string  data)
setElement ( unsigned int  n,
float  value 
)
setitem ( unsigned int  n,
float  value 
)
setSubdata ( unsigned int  n,
unsigned int  count,
string  data 
)
unsigned int size ( )
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties