Molmodel
Public Types | Public Member Functions

SimTK::AtomSubsystem::PairIterator Class Reference

#include <AtomSubsystem.h>

List of all members.

Public Types

typedef std::pair< AtomIndex,
AtomIndex > 
Pair

Public Member Functions

SimTK_MOLMODEL_EXPORT PairIterator (const AtomSubsystem &a, const State &state, length_t cutoff=0.0 *nanometers, NeighborAlgorithm algorithm=AUTOMATIC)
SimTK_MOLMODEL_EXPORT PairIterator ()
SimTK_MOLMODEL_EXPORT bool operator!= (const PairIterator &rhs) const
SimTK_MOLMODEL_EXPORT bool operator== (const PairIterator &rhs) const
SimTK_MOLMODEL_EXPORT bool atEnd () const
SimTK_MOLMODEL_EXPORT PairIterator operator++ (int)
SimTK_MOLMODEL_EXPORT
PairIterator
operator++ ()
SimTK_MOLMODEL_EXPORT const Pairoperator* () const
SimTK_MOLMODEL_EXPORT const Pairoperator-> () const

Member Typedef Documentation

typedef std::pair<AtomIndex, AtomIndex> SimTK::AtomSubsystem::PairIterator::Pair

Constructor & Destructor Documentation

SimTK_MOLMODEL_EXPORT SimTK::AtomSubsystem::PairIterator::PairIterator ( const AtomSubsystem a,
const State state,
length_t  cutoff = 0.0 *nanometers,
NeighborAlgorithm  algorithm = AUTOMATIC 
)
SimTK_MOLMODEL_EXPORT SimTK::AtomSubsystem::PairIterator::PairIterator ( )

Member Function Documentation

SimTK_MOLMODEL_EXPORT bool SimTK::AtomSubsystem::PairIterator::operator!= ( const PairIterator rhs) const
SimTK_MOLMODEL_EXPORT bool SimTK::AtomSubsystem::PairIterator::operator== ( const PairIterator rhs) const
SimTK_MOLMODEL_EXPORT bool SimTK::AtomSubsystem::PairIterator::atEnd ( ) const
SimTK_MOLMODEL_EXPORT PairIterator SimTK::AtomSubsystem::PairIterator::operator++ ( int  )
SimTK_MOLMODEL_EXPORT PairIterator& SimTK::AtomSubsystem::PairIterator::operator++ ( )
SimTK_MOLMODEL_EXPORT const Pair& SimTK::AtomSubsystem::PairIterator::operator* ( ) const
SimTK_MOLMODEL_EXPORT const Pair* SimTK::AtomSubsystem::PairIterator::operator-> ( ) const

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines