O P A R - Open Architecture Particle in Cell Simulation - Version 3.0
Plasma simulations with dust particles
 All Classes Files Functions Variables Friends Macros Groups Pages
Public Member Functions
ParameterTask< TYPE > Class Template Reference

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>

Inheritance diagram for ParameterTask< TYPE >:
ParameterTask_BASE< TYPE > Parameter

List of all members.

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 >
TaskpParent
 Pointer to the parent of the Task.

Detailed Description

template<class TYPE>
class ParameterTask< TYPE >

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.


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