SheafSystem  0.0.0.0
field_refinement_policy.h File Reference

Interface for class field_refinement_policy. More...

#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/any.h"
#include "SheafSystem/fields.h"

Go to the source code of this file.

Classes

class  sheaf::factory< T >
 A factory for instanting descendants of an abstract type T, given the class name of the descendant. Requires: virtual const string& T::class_name() the actual (descendant) class name of the prototype. virtual T* T::clone() virtual default constructor virtual bool is_initialized() true if instance is fully initialized. More...
 
class  fields::field_refinement_policy
 An abstract policy that determines the conditions under which a zone should be refined. More...
 

Namespaces

 sheaf
 Namespace for the sheaves component of the sheaf system.
 
 fields
 Namespace for fields component of sheaf system.
 

Detailed Description

Interface for class field_refinement_policy.

Definition in file field_refinement_policy.h.