O P A R - Open Architecture Particle in Cell Simulation - Version 3.0
Plasma simulations with dust particles
|
An implementation of ParameterTask_BASE for reading in most Tasks. The New method is overwritten to create the Task object. For normal Tasks the default constructor ca be called. More...
#include <parameter.h>
Public Member Functions | |
ParameterTask (Task *_pParent) | |
Constructor takes a pointer to the parent Task. | |
virtual | ~ParameterTask () |
Destructor. | |
virtual TYPE * | New () |
Creates a new Task by calling the new operator. | |
Public Member Functions inherited from ParameterTask_BASE< TYPE > | |
ParameterTask_BASE (Task *_pParent) | |
Constructor takes a pointer to the parent Task. | |
virtual | ~ParameterTask_BASE () |
Destructor. | |
virtual std::string | Rebuild (std::istream &in) |
Creates a new Task, calls its Task::Rebuild method and attaches it to its parent Task. | |
Public Member Functions inherited from Parameter | |
Parameter () | |
Default constructor. | |
virtual | ~Parameter () |
Destructor. |
Additional Inherited Members | |
Protected Attributes inherited from ParameterTask_BASE< TYPE > | |
Task * | pParent |
Pointer to the parent of the Task. |
An implementation of ParameterTask_BASE for reading in most Tasks. The New method is overwritten to create the Task object. For normal Tasks the default constructor ca be called.