Panda3D
Typedefs | Functions | Variables
pt_EggMaterial.h File Reference

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

#include "pandabase.h"
#include "eggMaterial.h"
#include "pointerTo.h"

Go to the source code of this file.

Typedefs

typedef ConstPointerTo< EggMaterialCPT_EggMaterial
 

Functions

 EXPORT_TEMPLATE_CLASS (EXPCL_PANDA_EGG, EXPTP_PANDA_EGG, PointerToBase< EggMaterial >) EXPORT_TEMPLATE_CLASS(EXPCL_PANDA_EGG
 A PT(EggMaterial). More...
 
PointerTo< EggMaterialEXPORT_TEMPLATE_CLASS (EXPCL_PANDA_EGG, EXPTP_PANDA_EGG, ConstPointerTo< EggMaterial >) typedef PointerTo< EggMaterial > PT_EggMaterial
 

Variables

 EXPTP_PANDA_EGG
 

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
2001-05-01

Definition in file pt_EggMaterial.h.

Function Documentation

◆ EXPORT_TEMPLATE_CLASS()

EXPORT_TEMPLATE_CLASS ( EXPCL_PANDA_EGG  ,
EXPTP_PANDA_EGG  ,
PointerToBase< EggMaterial  
)

A PT(EggMaterial).

This is defined here solely we can explicitly export the template class. It's not strictly necessary, but it doesn't hurt.