#include <pandabase.h>
#include "vector_TexCoordf.h"
#include <pointerToArray.h>
Go to the source code of this file.
Typedefs | |
typedef PointerToArray< TexCoordf > | PTA_TexCoordf |
typedef ConstPointerToArray< TexCoordf > | CPTA_TexCoordf |
Functions | |
EXPORT_TEMPLATE_CLASS (EXPCL_PANDA, EXPTP_PANDA, RefCountObj< vector_TexCoordf >) | |
A pta of TexCoordfs. | |
EXPORT_TEMPLATE_CLASS (EXPCL_PANDA, EXPTP_PANDA, PointerToBase< RefCountObj< vector_TexCoordf > >) |
Definition in file pta_TexCoordf.h.
|
Definition at line 53 of file pta_TexCoordf.h. |
|
Definition at line 52 of file pta_TexCoordf.h. |
|
|
|
A pta of TexCoordfs. 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. |