Simple class to hold and access CDRCluster info for a region of the pose.
More...
#include <CDRCluster.hh>
Simple class to hold and access CDRCluster info for a region of the pose.
| protocols::antibody::clusters::CDRCluster::CDRCluster |
( |
CDRCluster const & |
src | ) |
|
|
default |
| protocols::antibody::clusters::CDRCluster::~CDRCluster |
( |
| ) |
|
|
overridedefault |
| CDRNameEnum protocols::antibody::clusters::CDRCluster::cdr |
( |
| ) |
const |
|
inline |
| char protocols::antibody::clusters::CDRCluster::chain |
( |
| ) |
const |
|
inline |
return PDB chain
References chain_.
| bool protocols::antibody::clusters::CDRCluster::cis_trans_match |
( |
| ) |
const |
|
inline |
Does the closest cluster match at cis_trans positions? Currently, this should always be True.
References cis_trans_match_.
| CDRClusterOP protocols::antibody::clusters::CDRCluster::clone |
( |
| ) |
const |
| CDRClusterEnum protocols::antibody::clusters::CDRCluster::cluster |
( |
| ) |
const |
|
inline |
| core::Real protocols::antibody::clusters::CDRCluster::distance |
( |
| ) |
const |
|
inline |
| core::Size protocols::antibody::clusters::CDRCluster::end |
( |
| ) |
const |
|
inline |
return Rosetta end that was used for construction
References end_.
| core::Real protocols::antibody::clusters::CDRCluster::length_normalized_distance |
( |
| ) |
const |
|
inline |
| core::Real protocols::antibody::clusters::CDRCluster::normalized_distance_in_degrees |
( |
| ) |
const |
| core::Size protocols::antibody::clusters::CDRCluster::pdb_end |
( |
| ) |
const |
|
inline |
return PDB end. Useful for CDR length changes in other parts of the antibody when combined with numbering scheme ala AbInfo
References pdb_end_.
| core::Size protocols::antibody::clusters::CDRCluster::pdb_start |
( |
| ) |
const |
|
inline |
return PDB start. Useful for CDR length changes in other parts of the antibody when combined with numbering scheme ala AbInfo
References pdb_start_.
| core::Size protocols::antibody::clusters::CDRCluster::start |
( |
| ) |
const |
|
inline |
return Rosetta start that was used for construction
References start_.
| CDRNameEnum protocols::antibody::clusters::CDRCluster::cdr_ |
|
private |
| char protocols::antibody::clusters::CDRCluster::chain_ |
|
private |
| bool protocols::antibody::clusters::CDRCluster::cis_trans_match_ |
|
private |
| core::Real protocols::antibody::clusters::CDRCluster::distance_ |
|
private |
| core::Size protocols::antibody::clusters::CDRCluster::end_ |
|
private |
| core::Real protocols::antibody::clusters::CDRCluster::normalized_distance_ |
|
private |
| core::Size protocols::antibody::clusters::CDRCluster::pdb_end_ |
|
private |
| char protocols::antibody::clusters::CDRCluster::pdb_end_insertion_code_ |
|
private |
| core::Size protocols::antibody::clusters::CDRCluster::pdb_start_ |
|
private |
| char protocols::antibody::clusters::CDRCluster::pdb_start_insertion_code_ |
|
private |
| core::Size protocols::antibody::clusters::CDRCluster::start_ |
|
private |
The documentation for this class was generated from the following files: