18 #include "pandabase.h" 20 #include "pointerToArray.h" 21 #include "vector_float.h" 33 EXPORT_TEMPLATE_CLASS(EXPCL_PANDAEXPRESS, EXPTP_PANDAEXPRESS,
PointerToArrayBase<
float>)
34 EXPORT_TEMPLATE_CLASS(EXPCL_PANDAEXPRESS, EXPTP_PANDAEXPRESS,
PointerToArray<
float>)
This is the base class for PointerTo and ConstPointerTo.
A special kind of PointerTo that stores an array of the indicated element type, instead of a single e...
This is the base class for PointerToArray and ConstPointerToArray.
This defines the object that is actually stored and reference-counted internally by a PointerToArray...
Similar to PointerToArray, except that its contents may not be modified.