#include <pandabase.h>
#include "pointerToArray.h"
#include "vector_double.h"
Go to the source code of this file.
Typedefs | |
typedef PointerToArray< double > | PTA_double |
typedef ConstPointerToArray< double > | CPTA_double |
Functions | |
EXPORT_TEMPLATE_CLASS (EXPCL_PANDA, EXPTP_PANDA, RefCountObj< vector_double >) | |
A pta of doubles. | |
EXPORT_TEMPLATE_CLASS (EXPCL_PANDA, EXPTP_PANDA, PointerToBase< RefCountObj< vector_double > >) |
Definition in file pta_double.h.
|
Definition at line 52 of file pta_double.h. |
|
Definition at line 51 of file pta_double.h. |
|
|
|
A pta of doubles. 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. |