Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Private Attributes | List of all members
core::conformation::PseudoBondCollection Class Reference

#include <PseudoBond.hh>

Inheritance diagram for core::conformation::PseudoBondCollection:
Inheritance graph
[legend]
Collaboration diagram for core::conformation::PseudoBondCollection:
Collaboration graph
[legend]

Public Types

typedef utility::vector1
< PseudoBond >::const_iterator 
PBIter
 

Public Member Functions

 PseudoBondCollection ()
 
virtual ~PseudoBondCollection ()
 
PseudoBondCollectionCOP clone_with_new_sequence_numbering (utility::vector1< int > const &old2new) const
 
void push_back (PseudoBond const &)
 
PBIter iter_begin () const
 
PBIter iter_end () const
 
Size size () const
 

Private Attributes

utility::vector1< PseudoBondpseudo_bonds_
 

Detailed Description

Definition at line 114 of file PseudoBond.hh.

Member Typedef Documentation

Definition at line 117 of file PseudoBond.hh.

Constructor & Destructor Documentation

core::conformation::PseudoBondCollection::PseudoBondCollection ( )

Definition at line 80 of file PseudoBond.cc.

Referenced by clone_with_new_sequence_numbering().

core::conformation::PseudoBondCollection::~PseudoBondCollection ( )
virtual

Definition at line 81 of file PseudoBond.cc.

Member Function Documentation

PseudoBondCollectionCOP core::conformation::PseudoBondCollection::clone_with_new_sequence_numbering ( utility::vector1< int > const &  old2new) const
PseudoBondCollection::PBIter core::conformation::PseudoBondCollection::iter_begin ( ) const

Definition at line 103 of file PseudoBond.cc.

References pseudo_bonds_.

Referenced by clone_with_new_sequence_numbering().

PseudoBondCollection::PBIter core::conformation::PseudoBondCollection::iter_end ( ) const

Definition at line 107 of file PseudoBond.cc.

References pseudo_bonds_.

Referenced by clone_with_new_sequence_numbering().

void core::conformation::PseudoBondCollection::push_back ( PseudoBond const &  pb)

Definition at line 99 of file PseudoBond.cc.

References pseudo_bonds_.

Size core::conformation::PseudoBondCollection::size ( ) const
inline

Definition at line 133 of file PseudoBond.hh.

References pseudo_bonds_.

Member Data Documentation

utility::vector1< PseudoBond > core::conformation::PseudoBondCollection::pseudo_bonds_
private

Definition at line 137 of file PseudoBond.hh.

Referenced by iter_begin(), iter_end(), push_back(), and size().


The documentation for this class was generated from the following files: