|
BALL
1.4.79
|
#include <BALL/XRAY/spaceGroupParameters.h>
Public Member Functions | |
| SpaceGroupParameters () | |
| virtual | ~SpaceGroupParameters () |
| virtual void | clear () |
| virtual bool | extractSpaceGroup (Parameters ¶meters, const String &space_group) |
| virtual bool | extractSpaceGroup (Parameters ¶meters, const Position iucr_no) |
Public Member Functions inherited from BALL::ParameterSection | |
| ParameterSection () | |
| ParameterSection (const ParameterSection ¶meter_section) | |
| virtual | ~ParameterSection () |
| bool | extractSection (Parameters ¶meters, const String §ion_name) |
| const String & | getSectionName () const |
| const String & | getValue (const String &key, const String &variable) const |
| bool | has (const String &key, const String &variable) const |
| bool | has (const String &key) const |
| bool | hasVariable (const String &variable) const |
| Position | getColumnIndex (const String &variable) const |
| Size | getNumberOfVariables () const |
| Size | getNumberOfKeys () const |
| const String & | getValue (Position key_index, Position variable_index) const |
| const String & | getKey (Position key_index) const |
| const ParameterSection & | operator= (const ParameterSection §ion) |
| virtual bool | isValid () const |
| bool | operator== (const ParameterSection ¶meter_section) const |
Protected Attributes | |
| std::vector< Matrix4x4 > | symops_ |
Protected Attributes inherited from BALL::ParameterSection | |
| String | section_name_ |
| String | format_line_ |
| StringHashMap< Index > | section_entries_ |
| StringHashMap< Index > | variable_names_ |
| std::vector< String > | entries_ |
| std::vector< String > | keys_ |
| Size | number_of_variables_ |
| std::vector< float > | version_ |
| bool | valid_ |
Additional Inherited Members | |
Public Types inherited from BALL::ParameterSection | |
| enum | { MAX_FIELDS = 20 } |
Public Attributes inherited from BALL::ParameterSection | |
| Options | options |
Static Public Attributes inherited from BALL::ParameterSection | |
| static const String | UNDEFINED |
Definition at line 21 of file spaceGroupParameters.h.
| BALL::SpaceGroupParameters::SpaceGroupParameters | ( | ) |
Default constructor.
|
virtual |
|
virtual |
Clear method.
Reimplemented from BALL::ParameterSection.
|
virtual |
|
virtual |
|
protected |
Definition at line 38 of file spaceGroupParameters.h.
1.8.7