A container for the BuriedUnsatPenaltyGraph, to allow it to be cached in a pose while skirting multiple inheritance issues.
More...
#include <BuriedUnsatPenaltyGraphContainer.hh>
A container for the BuriedUnsatPenaltyGraph, to allow it to be cached in a pose while skirting multiple inheritance issues.
| core::pack::guidance_scoreterms::buried_unsat_penalty::graph::BuriedUnsatPenaltyGraphContainer::BuriedUnsatPenaltyGraphContainer |
( |
| ) |
|
|
delete |
Default constructor is explicitly deleted.
| core::pack::guidance_scoreterms::buried_unsat_penalty::graph::BuriedUnsatPenaltyGraphContainer::BuriedUnsatPenaltyGraphContainer |
( |
BuriedUnsatPenaltyGraphOP |
graph | ) |
|
Constructor must be provided with an OP to a graph, which it stores.
| core::pack::guidance_scoreterms::buried_unsat_penalty::graph::BuriedUnsatPenaltyGraphContainer::BuriedUnsatPenaltyGraphContainer |
( |
BuriedUnsatPenaltyGraphContainer const & |
src | ) |
|
Copy constructor shallow-copies the graphOP.
| core::pack::guidance_scoreterms::buried_unsat_penalty::graph::BuriedUnsatPenaltyGraphContainer::~BuriedUnsatPenaltyGraphContainer |
( |
| ) |
|
|
override |
| basic::datacache::CacheableDataOP core::pack::guidance_scoreterms::buried_unsat_penalty::graph::BuriedUnsatPenaltyGraphContainer::clone |
( |
| ) |
const |
|
override |
Copy this object and return an owning pointer to the copy.
| BuriedUnsatPenaltyGraphOP core::pack::guidance_scoreterms::buried_unsat_penalty::graph::BuriedUnsatPenaltyGraphContainer::graph |
( |
| ) |
|
|
inline |
Access the graph.
References graph_.
| BuriedUnsatPenaltyGraphCOP core::pack::guidance_scoreterms::buried_unsat_penalty::graph::BuriedUnsatPenaltyGraphContainer::graph |
( |
| ) |
const |
|
inline |
Access the graph (const-access).
References graph_.
| BuriedUnsatPenaltyGraphOP core::pack::guidance_scoreterms::buried_unsat_penalty::graph::BuriedUnsatPenaltyGraphContainer::graph_ |
|
private |
This container just contains a BuriedUnsatPenaltyGraphOP.
Referenced by graph().
The documentation for this class was generated from the following files: