BIBDOptions Class Reference
Inherits
Options.
List of all members.
Detailed Description
Options for
BIBD problems.
Definition at line 47 of file bibd.cc.
|
Public Member Functions |
void | derive (void) |
| BIBDOptions (const char *s, int v0, int k0, int lambda0) |
| Initialize options for example with name s.
|
void | parse (int &argc, char *argv[]) |
| Parse options from arguments argv (number is argc).
|
virtual void | help (void) |
| Print help message.
|
Public Attributes |
int | v |
int | k |
int | lambda |
| Parameters to be given on command line.
|
int | b |
int | r |
| Derived parameters Derive additional parameters.
|
Constructor & Destructor Documentation
BIBDOptions::BIBDOptions |
( |
const char * |
s, |
|
|
int |
v0, |
|
|
int |
k0, |
|
|
int |
lambda0 | |
|
) |
| | [inline] |
Initialize options for example with name s.
Definition at line 57 of file bibd.cc.
Member Function Documentation
void BIBDOptions::derive |
( |
void |
|
) |
[inline] |
void BIBDOptions::parse |
( |
int & |
argc, |
|
|
char * |
argv[] | |
|
) |
| | [inline] |
Parse options from arguments argv (number is argc).
Reimplemented from Options.
Definition at line 63 of file bibd.cc.
virtual void BIBDOptions::help |
( |
void |
|
) |
[inline, virtual] |
Print help message.
Reimplemented from Options.
Definition at line 73 of file bibd.cc.
Member Data Documentation
Parameters to be given on command line.
Definition at line 49 of file bibd.cc.
Derived parameters Derive additional parameters.
Definition at line 50 of file bibd.cc.
The documentation for this class was generated from the following file: