3ds Max C++ API Reference
MeshSubHitRec::Iterator Struct Reference

#include <mesh.h>

Public Member Functions

DllExport Iterator operator++ ()
 
DllExport Iterator operator++ (int)
 
DllExport MeshSubHitRecoperator* ()
 
bool operator== (const Iterator &ref) const
 
bool operator!= (const Iterator &ref) const
 
MeshSubHitRecoperator-> ()
 

Public Attributes

voidblockPtr
 
int localIndex
 

Member Function Documentation

◆ operator++() [1/2]

DllExport Iterator operator++ ( )

◆ operator++() [2/2]

DllExport Iterator operator++ ( int  )

◆ operator*()

DllExport MeshSubHitRec& operator* ( )

◆ operator==()

bool operator== ( const Iterator ref) const
inline
966 { return (blockPtr == ref.blockPtr && localIndex == ref.localIndex); }
void * blockPtr
Definition: mesh.h:960
int localIndex
Definition: mesh.h:961

◆ operator!=()

bool operator!= ( const Iterator ref) const
inline
967 { return !(*this == ref); }

◆ operator->()

MeshSubHitRec* operator-> ( )
inline
968 { return &(*(*this)); }

Member Data Documentation

◆ blockPtr

void* blockPtr

◆ localIndex

int localIndex