Panda3D
Loading...
Searching...
No Matches
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

PointerToArrayBase< UnalignedLMatrix4d > EXPORT_TEMPLATE_CLASS (EXPCL_PANDA_MATHUTIL, EXPTP_PANDA_MATHUTIL, PointerToArray< UnalignedLMatrix4d >) EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_MATHUTIL
 
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.
 
 EXPORT_TEMPLATE_CLASS (EXPCL_PANDA_MATHUTIL, EXPTP_PANDA_MATHUTIL, PointerToBase< ReferenceCountedVector< UnalignedLMatrix4f > >) EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_MATHUTIL
 A pta of LMatrix4fs.
 

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.

Typedef Documentation

◆ CPTA_LMatrix4

Definition at line 59 of file pta_LMatrix4.h.

◆ CPTA_LMatrix4d

typedef ConstPointerToArray<UnalignedLMatrix4d> CPTA_LMatrix4d

Definition at line 55 of file pta_LMatrix4.h.

◆ CPTA_LMatrix4f

typedef ConstPointerToArray<UnalignedLMatrix4f> CPTA_LMatrix4f

Definition at line 37 of file pta_LMatrix4.h.

◆ PTA_LMatrix4

typedef PTA_LMatrix4f PTA_LMatrix4

Definition at line 58 of file pta_LMatrix4.h.

Function Documentation

◆ EXPORT_TEMPLATE_CLASS() [1/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.

◆ EXPORT_TEMPLATE_CLASS() [2/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.

Variable Documentation

◆ EXPTP_PANDA_MATHUTIL

PointerToArrayBase< UnalignedLMatrix4d > EXPTP_PANDA_MATHUTIL

Definition at line 32 of file pta_LMatrix4.h.

◆ PTA_LMatrix4d

PointerToArrayBase< UnalignedLMatrix4d > ConstPointerToArray<UnalignedLMatrix4d> typedef PointerToArray<UnalignedLMatrix4d> PTA_LMatrix4d

Definition at line 54 of file pta_LMatrix4.h.

◆ PTA_LMatrix4f

PointerToArrayBase< UnalignedLMatrix4f > ConstPointerToArray<UnalignedLMatrix4f> typedef PointerToArray<UnalignedLMatrix4f> PTA_LMatrix4f

Definition at line 36 of file pta_LMatrix4.h.