Public Member Functions | |
virtual std::string | get_type_name () const |
virtual ::IMP::VersionInfo | get_version_info () const |
TripletsOptimizerState (TripletContainer *c, TripletModifier *gf, std::string name="TripletsOptimizerState %1%") | |
virtual void | update () |
Friends | |
template<class T > | |
void | IMP::internal::unref (T *) |
IMP::container::TripletsOptimizerState::TripletsOptimizerState | ( | TripletContainer * | c, | |
TripletModifier * | gf, | |||
std::string | name = "TripletsOptimizerState %1%" | |||
) |
[in] | c | The Container to hold the elements to process |
[in] | gf | The TripletModifier to apply to all elements. |
[in] | name | The name to use for this Object |