|
Rosetta 3.5
|
#include <pdb_dynamic_reader_options.hh>


Private Member Functions | |
| void | init_from_options () |
| Assigns user specified values to primitive members using command line options. More... | |
Private Attributes | |
| bool | new_chain_order_ |
| bool | obey_ENDMDL_ |
Definition at line 32 of file pdb_dynamic_reader_options.hh.
| core::io::pdb::PDB_DReaderOptions::PDB_DReaderOptions | ( | ) |
Definition at line 32 of file pdb_dynamic_reader_options.cc.
References init_from_options().
|
virtual |
Definition at line 34 of file pdb_dynamic_reader_options.cc.
|
private |
Assigns user specified values to primitive members using command line options.
Definition at line 55 of file pdb_dynamic_reader_options.cc.
References set_new_chain_order(), and set_obey_ENDMDL().
Referenced by PDB_DReaderOptions().
| bool core::io::pdb::PDB_DReaderOptions::new_chain_order | ( | ) | const |
Definition at line 47 of file pdb_dynamic_reader_options.cc.
References new_chain_order_.
Referenced by core::io::pdb::PDB_DReader::createFileData(), and set_new_chain_order().
| bool core::io::pdb::PDB_DReaderOptions::obey_ENDMDL | ( | ) | const |
Definition at line 48 of file pdb_dynamic_reader_options.cc.
References obey_ENDMDL_.
Referenced by core::io::pdb::PDB_DReader::createFileData(), and set_obey_ENDMDL().
|
virtual |
Reimplemented from core::io::pdb::FileDataOptions.
Reimplemented in core::import_pose::ImportPoseOptions.
Definition at line 36 of file pdb_dynamic_reader_options.cc.
References core::io::pdb::FileDataOptions::parse_my_tag(), set_new_chain_order(), and set_obey_ENDMDL().
Referenced by core::import_pose::ImportPoseOptions::parse_my_tag().
| void core::io::pdb::PDB_DReaderOptions::set_new_chain_order | ( | bool | new_chain_order) |
Definition at line 51 of file pdb_dynamic_reader_options.cc.
References new_chain_order(), and new_chain_order_.
Referenced by init_from_options(), and parse_my_tag().
| void core::io::pdb::PDB_DReaderOptions::set_obey_ENDMDL | ( | bool | obey_ENDMDL) |
Definition at line 52 of file pdb_dynamic_reader_options.cc.
References obey_ENDMDL(), and obey_ENDMDL_.
Referenced by init_from_options(), and parse_my_tag().
|
virtual |
Reimplemented from core::io::pdb::FileDataOptions.
Reimplemented in core::import_pose::ImportPoseOptions.
Definition at line 44 of file pdb_dynamic_reader_options.cc.
|
private |
Definition at line 58 of file pdb_dynamic_reader_options.hh.
Referenced by new_chain_order(), and set_new_chain_order().
|
private |
Definition at line 59 of file pdb_dynamic_reader_options.hh.
Referenced by obey_ENDMDL(), and set_obey_ENDMDL().
1.8.4