Panda3D
Typedefs | Functions | Variables
pta_LMatrix4.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_LMatrix4f CPTA_LMatrix4
 
typedef ConstPointerToArray< UnalignedLMatrix4d > CPTA_LMatrix4d
 
typedef ConstPointerToArray< UnalignedLMatrix4f > CPTA_LMatrix4f
 
typedef PTA_LMatrix4f PTA_LMatrix4
 

Functions

 EXPORT_TEMPLATE_CLASS (EXPCL_PANDA_MATHUTIL, EXPTP_PANDA_MATHUTIL, PointerToBase< ReferenceCountedVector< UnalignedLMatrix4f > >) EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_MATHUTIL
 A pta of LMatrix4fs. More...
 
PointerToArrayBase< UnalignedLMatrix4f > EXPORT_TEMPLATE_CLASS (EXPCL_PANDA_MATHUTIL, EXPTP_PANDA_MATHUTIL, PointerToArray< UnalignedLMatrix4f >) EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_MATHUTIL
 
 EXPORT_TEMPLATE_CLASS (EXPCL_PANDA_MATHUTIL, EXPTP_PANDA_MATHUTIL, PointerToBase< ReferenceCountedVector< UnalignedLMatrix4d > >) EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_MATHUTIL
 A pta of LMatrix4ds. More...
 
PointerToArrayBase< UnalignedLMatrix4d > EXPORT_TEMPLATE_CLASS (EXPCL_PANDA_MATHUTIL, EXPTP_PANDA_MATHUTIL, PointerToArray< UnalignedLMatrix4d >) EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_MATHUTIL
 

Variables

 EXPTP_PANDA_MATHUTIL
 
PointerToArrayBase< UnalignedLMatrix4d > ConstPointerToArray< UnalignedLMatrix4d > typedef PointerToArray< UnalignedLMatrix4d > PTA_LMatrix4d
 
PointerToArrayBase< UnalignedLMatrix4f > ConstPointerToArray< UnalignedLMatrix4f > typedef PointerToArray< UnalignedLMatrix4f > PTA_LMatrix4f
 

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_LMatrix4.h.

Function Documentation

◆ EXPORT_TEMPLATE_CLASS() [1/2]

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

A pta of LMatrix4fs.

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.

We actually wrap UnalignedLMatrix4f, in case we are building with SSE2 and LMatrix4f requires strict alignment.

◆ EXPORT_TEMPLATE_CLASS() [2/2]

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

A pta of LMatrix4ds.

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.

We actually wrap UnalignedLMatrix4d, in case we are building with SSE2 and LMatrix4d requires strict alignment.