TexHandle Class Reference
 
 
 
TexHandle Class Reference

This reference page is linked to from the following overview topics: Implementing Simple Material and Texture Map Plug-ins with Nitrous.


#include <imtl.h>

Inheritance diagram for TexHandle:
MaxHeapOperators

Class Description

See also:
Class TexHandleMaker.

Description:
This class defines a texture handle. A pointer to an instance of this class is returned from the methods of TexHandleMaker. Methods of this class allow the handle to be retrieved and to delete the handle.

Public Member Functions

virtual  ~TexHandle ()
virtual DWORD_PTR  GetHandle ()=0
virtual void  DeleteThis ()=0

Constructor & Destructor Documentation

virtual ~TexHandle ( ) [inline, virtual]
Remarks:
Destructor.
{;}

Member Function Documentation

virtual DWORD_PTR GetHandle ( ) [pure virtual]
Remarks:
This method is called to retrieve the texture handle.
virtual void DeleteThis ( ) [pure virtual]
Remarks:
This method is called to delete the instance of the texture handle.