#include <ExCParticuleTexture.h>
Inheritance diagram for ExCParticuleTexture:

Public Methods | |
| ExCParticuleTexture () | |
| ~ExCParticuleTexture () | |
| void | SetManagerTexture (ExManagerTexture *Texture) |
Protected Attributes | |
| ExManagerTexture * | ManagerTexture |
|
|
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 }
|
|
|
Definition at line 33 of file ExCParticuleTexture.cpp. References ExCParticuleTexture(), and Guard.
00034 {
00035 Guard(ExCParticuleTexture::~ExCParticuleTexture(void))
00036 UnGuard
00037 }
|
|
|
Definition at line 50 of file ExCParticuleTexture.h. References ManagerTexture.
00051 {ManagerTexture = Texture;}
|
|
|
Definition at line 40 of file ExCParticuleTexture.h. |
1.3-rc1