SPH
Public Member Functions | List of all members
INode Class Referenceabstract

Provides an interface for running a simulation. More...

#include <Node.h>

Inheritance diagram for INode:
Polymorphic JobNode

Public Member Functions

virtual void run (const RunSettings &global, IJobCallbacks &callbacks)=0
 
- Public Member Functions inherited from Polymorphic
virtual ~Polymorphic ()
 

Detailed Description

Provides an interface for running a simulation.

Definition at line 53 of file Node.h.

Member Function Documentation

◆ run()

virtual void INode::run ( const RunSettings global,
IJobCallbacks callbacks 
)
pure virtual

Implemented in JobNode.


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