#include <pandabase.h>
#include "pointerToArray.h"
#include "vector_float.h"
Go to the source code of this file.
Typedefs | |
typedef PointerToArray< float > | PTA_float |
typedef ConstPointerToArray< float > | CPTA_float |
Functions | |
EXPORT_TEMPLATE_CLASS (EXPCL_PANDA, EXPTP_PANDA, RefCountObj< vector_float >) | |
A pta of floats. | |
EXPORT_TEMPLATE_CLASS (EXPCL_PANDA, EXPTP_PANDA, PointerToBase< RefCountObj< vector_float > >) |
Definition in file pta_float.h.
|
Definition at line 52 of file pta_float.h. Referenced by AnimChannelMatrixXfmTable::has_table(). |
|
Definition at line 51 of file pta_float.h. |
|
|
|
A pta of floats. This class is defined once here, and exported to PANDA.DLL; other packages that want to use a pta of this type (whether they need to export it or not) should include this header file, rather than defining the pta again. |