3ds Max C++ API Reference
IInteractiveRenderingClient Class Referenceabstract

Base class for Interactive Rendering clients. More...

#include <InteractiveRenderingAPI_Subscription.h>

+ Inheritance diagram for IInteractiveRenderingClient:

Public Member Functions

virtual ~IInteractiveRenderingClient ()
 Destructor. More...
 
virtual int VersionNumber () const =0
 returns the version number of the notification client More...
 
virtual void DebugPrintToFile (FILE *theFile) const =0
 Print what's monitored inside the client (debugging purpose) More...
 

Detailed Description

Base class for Interactive Rendering clients.

Constructor & Destructor Documentation

◆ ~IInteractiveRenderingClient()

virtual ~IInteractiveRenderingClient ( )
inlinevirtual

Destructor.

Member Function Documentation

◆ VersionNumber()

virtual int VersionNumber ( ) const
pure virtual

returns the version number of the notification client

◆ DebugPrintToFile()

virtual void DebugPrintToFile ( FILE *  theFile) const
pure virtual

Print what's monitored inside the client (debugging purpose)

Parameters
theFilea FILE you use to print out the data in it (can't be NULL)