LightWrap++
AC++wrapperfortheLightWave3DSDK
lwpp::MeshPointScan Class Reference

Base Class for Point Scanners. More...

#include <meshinfo.h>

+ Collaboration diagram for lwpp::MeshPointScan:

List of all members.

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

MeshInfomi

Detailed Description

Base Class for Point Scanners.

This can only be used as a base class for custom point scanners

Note:
This might not work at all and might need ot be replaced by a template
See also:
MeshInfo

Constructor & Destructor Documentation

lwpp::MeshPointScan::MeshPointScan ( MeshInfo _mi)
inline

Member Function Documentation

static int lwpp::MeshPointScan::LWPntScanFunc ( void *  userData,
LWPntID  id 
)
inlinestatic
virtual int lwpp::MeshPointScan::scanFunc ( LWPntID  id)
protectedpure virtual

return 0 to stop the scan, anything else to continue


Member Data Documentation

MeshInfo* lwpp::MeshPointScan::mi
protected

The documentation for this class was generated from the following file: