Main Page   Namespace List   Class Hierarchy   Alphabetical List   Data Structures   File List   Namespace Members   Data Fields   Globals  

ExCParticuleTexture Class Reference

#include <ExCParticuleTexture.h>

Inheritance diagram for ExCParticuleTexture:

ExCParticule ExCObject3D ExCObject

Public Methods

 ExCParticuleTexture ()
 ~ExCParticuleTexture ()
void SetManagerTexture (ExManagerTexture *Texture)

Protected Attributes

ExManagerTextureManagerTexture

Constructor & Destructor Documentation

ExCParticuleTexture  
 

Definition at line 25 of file ExCParticuleTexture.cpp.

References ExCParticuleTexture(), Guard, ExCObject::SetName(), and ExCObject::SetType().

Referenced by ExCParticuleTexture(), and ~ExCParticuleTexture().

00026 {
00027 Guard(ExCParticuleTexture::ExCParticuleTexture(void))
00028         SetName("ExCParticuleTexture");
00029         SetType(typeid(this).name());
00030 UnGuard
00031 }

~ExCParticuleTexture  
 

Definition at line 33 of file ExCParticuleTexture.cpp.

References ExCParticuleTexture(), and Guard.

00034 {
00035 Guard(ExCParticuleTexture::~ExCParticuleTexture(void))
00036 UnGuard
00037 }


Member Function Documentation

void SetManagerTexture ExManagerTexture   Texture [inline]
 

Definition at line 50 of file ExCParticuleTexture.h.

References ManagerTexture.

00051 {ManagerTexture = Texture;}


Field Documentation

ExManagerTexture* ManagerTexture [protected]
 

Definition at line 40 of file ExCParticuleTexture.h.


The documentation for this class was generated from the following files:
Generated on Tue Dec 10 18:20:26 2002 for ExNihilo by doxygen1.3-rc1