NameAccum Class Reference
 
 
 
NameAccum Class Reference

#include <imtl.h>

Inheritance diagram for NameAccum:
MaxHeapOperators

Class Description

See also:
Class Texmap.

Description:
This class provides a method AddMapName() that is called when a Texmap is attempting to load its map and it cannot be found.

Public Member Functions

virtual  ~NameAccum ()
virtual void  AddMapName (const MCHAR *name)=0
virtual void  AddMapName (MCHAR *name) MAX_SEALED

Constructor & Destructor Documentation

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

Member Function Documentation

virtual void AddMapName ( const MCHAR *  name ) [pure virtual]
Remarks:
Implemented by the System.

This method is called to add the name of a map that was not found.
Parameters:
MCHAR *name

The name to add.
virtual void AddMapName ( MCHAR *  name ) [inline, virtual]
Deprecated:
Deprecated method in terms of implementation as of 3ds Max 2013 - re-implement with const MCHAR* method signature
{ AddMapName(const_cast<const MCHAR*>(name)); }