WRApplication
External kratos "application" for multiscale time integration.
ModelPredicate Struct Referenceabstract

Base class for functors that take a Model and return a bool. More...

Inheritance diagram for ModelPredicate:
Collaboration diagram for ModelPredicate:

Public Member Functions

 KRATOS_CLASS_POINTER_DEFINITION (ModelPredicate)
 
virtual ~ModelPredicate ()
 
virtual bool operator() (const Model &rModel) const =0
 

Detailed Description

Base class for functors that take a Model and return a bool.

Constructor & Destructor Documentation

◆ ~ModelPredicate()

virtual ~ModelPredicate ( )
inlinevirtual

Member Function Documentation

◆ KRATOS_CLASS_POINTER_DEFINITION()

KRATOS_CLASS_POINTER_DEFINITION ( ModelPredicate  )

◆ operator()()

virtual bool operator() ( const Model &  rModel) const
pure virtual

Implemented in ModelPredicatePipe< TPipe >.


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