#include <Grid_prm.h>
Inheritance diagram for Grid_prm::

Public Methods | |
| virtual | ~Grid_prm () |
| virtual Grid* | create () const |
| const StringList& | hier () const |
Static Public Methods | |
| Grid_prm* | construct () |
| const StringList& | hierStatic () |
| void | registerPrmSubclass (Grid_prm &sc) |
| void | unregisterPrmSubclass () |
Public Attributes | |
| String | subclass_name |
Protected Methods | |
| virtual Grid_prm* | clone () |
| Grid_prm () | |
Protected Attributes | |
| StringList | subclasses |
Static Protected Attributes | |
| Handle(Grid_prm) | master |
NAME: Grid_prm - parameters for the "Grid" hierarchy
DESCRIPTION:
The class contains all parameters needed for initialization of an object derived from "Grid".
|
|
See documentation of one of the overloaded constructor. |
|
|
|
|
|
Reimplemented in Grid2_prm. |
|
|
|
|
|
Reimplemented in Grid2_prm. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|