|
LightWrap++
AC++wrapperfortheLightWave3DSDK
|
Base Class for Point Scanners. More...
#include <meshinfo.h>
Collaboration diagram for lwpp::MeshPointScan:Public Member Functions | |
| MeshPointScan (MeshInfo *_mi) | |
Static Public Member Functions | |
| static int | LWPntScanFunc (void *userData, LWPntID id) |
Protected Member Functions | |
| virtual int | scanFunc (LWPntID id)=0 |
Protected Attributes | |
| MeshInfo * | mi |
Base Class for Point Scanners.
This can only be used as a base class for custom point scanners
|
inline |
|
inlinestatic |
|
protectedpure virtual |
return 0 to stop the scan, anything else to continue
|
protected |