![]() |
Rosetta
2021.16
|
Class for writing conformations of the downstream partner in a kinemage description. More...
#include <WriteUpstreamCoordinateKineamge.hh>

Public Member Functions | |
| SingleDownstreamResidueWriter () | |
| ~SingleDownstreamResidueWriter () override | |
| void | write_downstream_coordinates (Hit const &hit, std::ostream &ostr) const override |
| void | set_restype (core::chemical::ResidueTypeCOP) |
| void | set_downstream_builder (downstream::DownstreamBuilderCOP dsbuilder) |
| void | set_downstream_master (std::string const &master) override |
Public Member Functions inherited from protocols::match::output::DownstreamCoordinateKinemageWriter | |
| DownstreamCoordinateKinemageWriter () | |
| ~DownstreamCoordinateKinemageWriter () override | |
Private Attributes | |
| std::string | master_ |
| core::chemical::ResidueTypeCOP | restype_ |
| utility::vector1 < core::id::AtomID > | all_atom_inds_ |
| downstream::DownstreamBuilderCOP | dsbuilder_ |
Class for writing conformations of the downstream partner in a kinemage description.
|
default |
|
overridedefault |
| void protocols::match::output::SingleDownstreamResidueWriter::set_downstream_builder | ( | downstream::DownstreamBuilderCOP | dsbuilder | ) |
References dsbuilder_.
|
overridevirtual |
Implements protocols::match::output::DownstreamCoordinateKinemageWriter.
References master_.
| void protocols::match::output::SingleDownstreamResidueWriter::set_restype | ( | core::chemical::ResidueTypeCOP | restype | ) |
References all_atom_inds_, and restype_.
|
overridevirtual |
|
private |
Referenced by set_restype(), and write_downstream_coordinates().
|
private |
Referenced by set_downstream_builder(), and write_downstream_coordinates().
|
private |
Referenced by set_downstream_master(), and write_downstream_coordinates().
|
private |
Referenced by set_restype(), and write_downstream_coordinates().
1.8.7