LightWrap++
AC++wrapperfortheLightWave3DSDK
lwpp::TextureAdaptor< T, maxVersion, minVersion > Class Template Reference

Wrapper for an ImageFilterHandler. More...

#include <texture_handler.h>

+ Inheritance diagram for lwpp::TextureAdaptor< T, maxVersion, minVersion >:
+ Collaboration diagram for lwpp::TextureAdaptor< T, maxVersion, minVersion >:

List of all members.

Public Member Functions

 TextureAdaptor (const char *name, ServerTagInfo *tags)

Static Public Member Functions

static int Activate (int version, GlobalFunc *global, LWInstance inst, void *serverData)
 Set static callbacks for a LightWave ImageFilter.
static void Activate (LWInstanceFuncs *inst)
 Set static callbacks for the LightWave instance handler.
static void Activate (LWItemFuncs *inst)
 Set static callbacks for the LightWave item handler.
static void Activate (LWRenderFuncs *inst)
 Set static callbacks for the LightWave item handler.

Detailed Description

template<class T, int maxVersion, int minVersion>
class lwpp::TextureAdaptor< T, maxVersion, minVersion >

Wrapper for an ImageFilterHandler.


Constructor & Destructor Documentation

template<class T , int maxVersion, int minVersion>
lwpp::TextureAdaptor< T, maxVersion, minVersion >::TextureAdaptor ( const char *  name,
ServerTagInfo *  tags 
)
inline

Member Function Documentation

template<class T , int maxVersion, int minVersion>
static int lwpp::TextureAdaptor< T, maxVersion, minVersion >::Activate ( int  version,
GlobalFunc *  global,
LWInstance  inst,
void *  serverData 
)
inlinestatic

Set static callbacks for a LightWave ImageFilter.

template<class T >
static void lwpp::InstanceAdaptor< T >::Activate ( LWInstanceFuncs *  inst)
inlinestaticinherited

Set static callbacks for the LightWave instance handler.

template<class T >
static void lwpp::ItemAdaptor< T >::Activate ( LWItemFuncs *  inst)
inlinestaticinherited

Set static callbacks for the LightWave item handler.

template<class T >
static void lwpp::RenderAdaptor< T >::Activate ( LWRenderFuncs *  inst)
inlinestaticinherited

Set static callbacks for the LightWave item handler.


The documentation for this class was generated from the following file: