#include <pandabase.h>
#include "vector_Vertexf.h"
#include <pointerToArray.h>
Go to the source code of this file.
Typedefs | |
typedef PointerToArray< Vertexf > | PTA_Vertexf |
typedef ConstPointerToArray< Vertexf > | CPTA_Vertexf |
Functions | |
EXPORT_TEMPLATE_CLASS (EXPCL_PANDA, EXPTP_PANDA, RefCountObj< vector_Vertexf >) | |
A pta of Vertexfs. | |
EXPORT_TEMPLATE_CLASS (EXPCL_PANDA, EXPTP_PANDA, PointerToBase< RefCountObj< vector_Vertexf > >) | |
EXPORT_TEMPLATE_CLASS (EXPCL_PANDA, EXPTP_PANDA, PointerToArray< Vertexf >) | |
EXPORT_TEMPLATE_CLASS (EXPCL_PANDA, EXPTP_PANDA, ConstPointerToArray< Vertexf >) |
Definition in file pta_Vertexf.h.
|
Definition at line 53 of file pta_Vertexf.h. |
|
Definition at line 52 of file pta_Vertexf.h. |
|
|
|
|
|
|
|
A pta of Vertexfs. 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. |