Rhino C++ API
8.14
|
#include <opennurbs_plus_mesh_intersection.h>
Public Member Functions | |
ON_XMeshEventPool (bool bMultiThread=false) | |
~ON_XMeshEventPool () | |
size_t | ActiveCount () const |
ON_XMeshEvent * | NewEvent () |
void | ReturnAll () |
bool | ReturnEvent (ON_XMeshEvent *&pX) |
pX comes back 0. False if status is not active More... | |
Friends | |
class | ON_XMeshEventIterator |
ON_XMeshEventPool::ON_XMeshEventPool | ( | bool | bMultiThread = false | ) |
ON_XMeshEventPool::~ON_XMeshEventPool | ( | ) |
size_t ON_XMeshEventPool::ActiveCount | ( | ) | const |
ON_XMeshEvent* ON_XMeshEventPool::NewEvent | ( | ) |
void ON_XMeshEventPool::ReturnAll | ( | ) |
bool ON_XMeshEventPool::ReturnEvent | ( | ON_XMeshEvent *& | pX | ) |
pX comes back 0. False if status is not active
|
friend |