My Project
Classes | Public Types | Public Member Functions | Protected Member Functions | Protected Attributes
Gcalc_operation_reducer Class Reference
Inheritance diagram for Gcalc_operation_reducer:
Gcalc_dyn_list

List of all members.

Classes

class  active_thread
class  res_point

Public Types

enum  modes { default_mode = 0, prefer_big_with_holes = 1, polygon_selfintersections_allowed = 2, line_selfintersections_allowed = 4 }

Public Member Functions

 Gcalc_operation_reducer (size_t blk_size=8192)
void init (Gcalc_function *fn, modes mode=default_mode)
 Gcalc_operation_reducer (Gcalc_function *fn, modes mode=default_mode, size_t blk_size=8192)
int count_slice (Gcalc_scan_iterator *si)
int count_all (Gcalc_heap *hp)
int get_result (Gcalc_result_receiver *storage)
void reset ()

Protected Member Functions

res_pointadd_res_point (const Gcalc_heap::Info *pi)
res_pointadd_res_i_point (const Gcalc_heap::Info *pi, double x, double y)
res_pointadd_res_single_point (const Gcalc_heap::Info *pi)
active_threadnew_active_thread ()

Protected Attributes

Gcalc_functionm_fn
Gcalc_dyn_list::Item ** m_res_hook
res_pointm_result
int m_mode
res_pointresult_heap
active_threadm_first_active_thread

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines