3ds Max C++ API Reference
SMCallContext Class Reference

#include <functions.h>

+ Inheritance diagram for SMCallContext:

Public Member Functions

 SMCallContext (Struct *strct, CallContext *previous=NULL)
 
void push_context ()
 
void pop_context ()
 
- Public Member Functions inherited from CallContext
 CallContext ()
 
 CallContext (CallContext *previous)
 

Constructor & Destructor Documentation

◆ SMCallContext()

SMCallContext ( Struct strct,
CallContext previous = NULL 
)

Member Function Documentation

◆ push_context()

void push_context ( )
virtual

Reimplemented from CallContext.

◆ pop_context()

void pop_context ( )
virtual

Reimplemented from CallContext.