Panda3D
Loading...
Searching...
No Matches
Typedefs | Functions | Variables
pta_LMatrix3.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_LMatrix3f CPTA_LMatrix3
 
typedef ConstPointerToArray< LMatrix3d > CPTA_LMatrix3d
 
typedef ConstPointerToArray< LMatrix3f > CPTA_LMatrix3f
 
typedef PTA_LMatrix3f PTA_LMatrix3
 

Functions

PointerToArrayBase< LMatrix3d > EXPORT_TEMPLATE_CLASS (EXPCL_PANDA_MATHUTIL, EXPTP_PANDA_MATHUTIL, PointerToArray< LMatrix3d >) EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_MATHUTIL
 
PointerToArrayBase< LMatrix3f > EXPORT_TEMPLATE_CLASS (EXPCL_PANDA_MATHUTIL, EXPTP_PANDA_MATHUTIL, PointerToArray< LMatrix3f >) EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_MATHUTIL
 
 EXPORT_TEMPLATE_CLASS (EXPCL_PANDA_MATHUTIL, EXPTP_PANDA_MATHUTIL, PointerToBase< ReferenceCountedVector< LMatrix3d > >) EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_MATHUTIL
 A pta of LMatrix3ds.
 
 EXPORT_TEMPLATE_CLASS (EXPCL_PANDA_MATHUTIL, EXPTP_PANDA_MATHUTIL, PointerToBase< ReferenceCountedVector< LMatrix3f > >) EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_MATHUTIL
 A pta of LMatrix3fs.
 

Variables

 EXPTP_PANDA_MATHUTIL
 
PointerToArrayBase< LMatrix3d > ConstPointerToArray< LMatrix3d > typedef PointerToArray< LMatrix3d > PTA_LMatrix3d
 
PointerToArrayBase< LMatrix3f > ConstPointerToArray< LMatrix3f > typedef PointerToArray< LMatrix3f > PTA_LMatrix3f
 

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

Typedef Documentation

◆ CPTA_LMatrix3

Definition at line 53 of file pta_LMatrix3.h.

◆ CPTA_LMatrix3d

typedef ConstPointerToArray<LMatrix3d> CPTA_LMatrix3d

Definition at line 49 of file pta_LMatrix3.h.

◆ CPTA_LMatrix3f

typedef ConstPointerToArray<LMatrix3f> CPTA_LMatrix3f

Definition at line 34 of file pta_LMatrix3.h.

◆ PTA_LMatrix3

typedef PTA_LMatrix3f PTA_LMatrix3

Definition at line 52 of file pta_LMatrix3.h.

Function Documentation

◆ EXPORT_TEMPLATE_CLASS() [1/2]

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

A pta of LMatrix3ds.

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/2]

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

A pta of LMatrix3fs.

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.

Variable Documentation

◆ EXPTP_PANDA_MATHUTIL

PointerToArrayBase< LMatrix3d > EXPTP_PANDA_MATHUTIL

Definition at line 29 of file pta_LMatrix3.h.

◆ PTA_LMatrix3d

PointerToArrayBase< LMatrix3d > ConstPointerToArray<LMatrix3d> typedef PointerToArray<LMatrix3d> PTA_LMatrix3d

Definition at line 48 of file pta_LMatrix3.h.

◆ PTA_LMatrix3f

PointerToArrayBase< LMatrix3f > ConstPointerToArray<LMatrix3f> typedef PointerToArray<LMatrix3f> PTA_LMatrix3f

Definition at line 33 of file pta_LMatrix3.h.