Panda3D
Typedefs | Functions | Variables
pta_LVecBase2.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "pandabase.h"
#include "luse.h"
#include "pointerToArray.h"

Go to the source code of this file.

Typedefs

typedef CPTA_LVecBase2f CPTA_LVecBase2
 
typedef ConstPointerToArray< LVecBase2d > CPTA_LVecBase2d
 
typedef ConstPointerToArray< LVecBase2f > CPTA_LVecBase2f
 
typedef ConstPointerToArray< LVecBase2i > CPTA_LVecBase2i
 
typedef PTA_LVecBase2f PTA_LVecBase2
 

Functions

 EXPORT_TEMPLATE_CLASS (EXPCL_PANDA_MATHUTIL, EXPTP_PANDA_MATHUTIL, PointerToBase< ReferenceCountedVector< LVecBase2f > >) EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_MATHUTIL
 A pta of LVecBase2fs. More...
 
PointerToArrayBase< LVecBase2f > EXPORT_TEMPLATE_CLASS (EXPCL_PANDA_MATHUTIL, EXPTP_PANDA_MATHUTIL, PointerToArray< LVecBase2f >) EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_MATHUTIL
 
 EXPORT_TEMPLATE_CLASS (EXPCL_PANDA_MATHUTIL, EXPTP_PANDA_MATHUTIL, PointerToBase< ReferenceCountedVector< LVecBase2d > >) EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_MATHUTIL
 A pta of LVecBase2ds. More...
 
PointerToArrayBase< LVecBase2d > EXPORT_TEMPLATE_CLASS (EXPCL_PANDA_MATHUTIL, EXPTP_PANDA_MATHUTIL, PointerToArray< LVecBase2d >) EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_MATHUTIL
 
 EXPORT_TEMPLATE_CLASS (EXPCL_PANDA_MATHUTIL, EXPTP_PANDA_MATHUTIL, PointerToBase< ReferenceCountedVector< LVecBase2i > >) EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_MATHUTIL
 A pta of LVecBase2is. More...
 
PointerToArrayBase< LVecBase2i > EXPORT_TEMPLATE_CLASS (EXPCL_PANDA_MATHUTIL, EXPTP_PANDA_MATHUTIL, PointerToArray< LVecBase2i >) EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_MATHUTIL
 

Variables

 EXPTP_PANDA_MATHUTIL
 
PointerToArrayBase< LVecBase2d > ConstPointerToArray< LVecBase2d > typedef PointerToArray< LVecBase2d > PTA_LVecBase2d
 
PointerToArrayBase< LVecBase2f > ConstPointerToArray< LVecBase2f > typedef PointerToArray< LVecBase2f > PTA_LVecBase2f
 
PointerToArrayBase< LVecBase2i > ConstPointerToArray< LVecBase2i > typedef PointerToArray< LVecBase2i > PTA_LVecBase2i
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
drose
Date
2010-02-27

Definition in file pta_LVecBase2.h.

Function Documentation

◆ EXPORT_TEMPLATE_CLASS() [1/3]

EXPORT_TEMPLATE_CLASS ( EXPCL_PANDA_MATHUTIL  ,
EXPTP_PANDA_MATHUTIL  ,
PointerToBase< ReferenceCountedVector< LVecBase2f > >   
)

A pta of LVecBase2fs.

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.

◆ EXPORT_TEMPLATE_CLASS() [2/3]

EXPORT_TEMPLATE_CLASS ( EXPCL_PANDA_MATHUTIL  ,
EXPTP_PANDA_MATHUTIL  ,
PointerToBase< ReferenceCountedVector< LVecBase2d > >   
)

A pta of LVecBase2ds.

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.

◆ EXPORT_TEMPLATE_CLASS() [3/3]

EXPORT_TEMPLATE_CLASS ( EXPCL_PANDA_MATHUTIL  ,
EXPTP_PANDA_MATHUTIL  ,
PointerToBase< ReferenceCountedVector< LVecBase2i > >   
)

A pta of LVecBase2is.

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.