3ds Max C++ API Reference
Loading...
Searching...
No Matches
BitArrayCallback Class Referenceabstract

#include <bitarray.h>

+ Inheritance diagram for BitArrayCallback:

Public Member Functions

virtual void proc (int n)=0
 

Detailed Description

See also
Class BitArray.

Description:
This is the callback object for the method BitArray::EnumSet(). The proc method is called for each "1" in the BitArray.

Member Function Documentation

◆ proc()

virtual void proc ( int  n)
pure virtual
Remarks
This method is called for each "1" in the BitArray.
Parameters:
int n

This is the zero based index into the BitArray of the element which is "1".

Implemented in OrbazTrueEnumerator, and OrbazTrueBlockEnumerator.