IKernelBase Class Referenceabstract

The kernel processor concept is used for manipulating geometry objects within an ODM in an efficient and easy manner. More...

#include "IKernelBase.hpp"

+ Inheritance diagram for IKernelBase:

Public Member Functions

virtual IKernelBasethreadClone () const =0
 gets a copy of the object (required for multi-threaded execution)
 
- Public Member Functions inherited from ObjectBase
virtual void Delete ()
 

Detailed Description

The kernel processor concept is used for manipulating geometry objects within an ODM in an efficient and easy manner.

Examples
DM_spatial_processing.cpp.