RedrawViewsCallback Class Reference
 
 
 
RedrawViewsCallback Class Reference

#include <maxapi.h>

Inheritance diagram for RedrawViewsCallback:
MaxHeapOperators CHRedrawViewsCallback

Class Description

See also:
Class Interface.

Description:
This is the callback used with Interface::RegisterRedrawViewsCallback().

Public Member Functions

virtual  ~RedrawViewsCallback ()
virtual void  proc (Interface *ip)=0

Constructor & Destructor Documentation

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

Member Function Documentation

virtual void proc ( Interface ip ) [pure virtual]
Remarks:
This method will be called after all the viewports have completed drawing.
Parameters:
Interface *ip

A pointer for calling functions available in 3ds Max.

Implemented in CHRedrawViewsCallback.