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

Public Methods | |
| virtual | ~Proj_prm () |
| void | scan (MenuSystem &menu) |
| void | define (MenuSystem &menu, int level=MAIN) |
| void | print (Os os, const char *solver_name=NULL) const |
| bool | ok () const |
| virtual Proj* | create (const char *description_="projection operator") const |
| const StringList& | hier () const |
Static Public Methods | |
| Proj_prm* | construct () |
| void | defineStatic (MenuSystem &menu, int level=MAIN) |
| const StringList& | hierStatic () |
| void | registerPrmSubclass (Proj_prm &sc) |
| void | unregisterPrmSubclass () |
Public Attributes | |
| String | projection_type |
Protected Methods | |
| virtual Proj_prm* | clone () |
| Proj_prm () | |
Protected Attributes | |
| StringList | subclasses |
Static Protected Attributes | |
| Handle(Proj_prm) | master |
NAME: Proj_prm - parameters for the "Proj" hierarchy
DESCRIPTION:
The class contains all parameters needed for initialization of an object derived from "Proj".
|
|
See documentation of one of the overloaded constructor. |
|
|
|
|
|
Reimplemented in Proj2_prm. |
|
|
|
|
|
Reimplemented in Proj2_prm. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|