![]() |
Rosetta Protocols
2014.35
|
Class for writing conformations of the downstream partner in a kinemage description. More...
#include <WriteUpstreamCoordinateKineamge.hh>
Public Member Functions | |
SingleDownstreamResidueWriter () | |
virtual | ~SingleDownstreamResidueWriter () |
virtual void | write_downstream_coordinates (Hit const &hit, std::ostream &ostr) const |
void | set_restype (core::chemical::ResidueTypeCOP) |
void | set_downstream_builder (downstream::DownstreamBuilderCOP dsbuilder) |
virtual void | set_downstream_master (std::string const &master) |
![]() | |
DownstreamCoordinateKinemageWriter () | |
virtual | ~DownstreamCoordinateKinemageWriter () |
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.
protocols::match::output::SingleDownstreamResidueWriter::SingleDownstreamResidueWriter | ( | ) |
|
virtual |
void protocols::match::output::SingleDownstreamResidueWriter::set_downstream_builder | ( | downstream::DownstreamBuilderCOP | dsbuilder | ) |
References dsbuilder_.
|
virtual |
Implements protocols::match::output::DownstreamCoordinateKinemageWriter.
References master_.
void protocols::match::output::SingleDownstreamResidueWriter::set_restype | ( | core::chemical::ResidueTypeCOP | restype | ) |
References all_atom_inds_, and restype_.
|
virtual |
|
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().