cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Private Attributes
TransitionList Class Reference

#include <transition.h>

Collaboration diagram for TransitionList:
Collaboration graph
[legend]

Public Types

typedef TransitionProxy::iterator iterator
 
typedef
TransitionConstProxy::iterator 
const_iterator
 

Public Member Functions

 TransitionList (const string &chLabel, qList *states, size_t size=0)
 
void resize (size_t newsize)
 
void reserve (size_t newsize)
 
TransitionProxy operator[] (size_t i)
 
size_t size (void) const
 
void pop_back (void)
 
iterator begin (void)
 
iterator end (void)
 
void push_back (const TransitionProxy &tr)
 
const TransitionProxy back (void)
 
string & chLabel ()
 
qList *& states ()
 
EmissionListEmis ()
 
vector< int > & ipEmis ()
 
bool isSame (const TransitionListImpl *other) const
 
realnum width () const
 

Private Attributes

count_ptr< TransitionListImplp_impl
 

Detailed Description

Definition at line 308 of file transition.h.

Member Typedef Documentation

Definition at line 315 of file transition.h.

Definition at line 314 of file transition.h.

Constructor & Destructor Documentation

TransitionList::TransitionList ( const string &  chLabel,
qList states,
size_t  size = 0 
)
inlineexplicit

Definition at line 316 of file transition.h.

Member Function Documentation

const TransitionProxy TransitionList::back ( void  )
inline

Definition at line 351 of file transition.h.

References TransitionListImpl::back(), and p_impl.

Referenced by read_UTA_lines(), and ReadBadnellAIData().

Here is the call graph for this function:

iterator TransitionList::begin ( void  )
inline
string& TransitionList::chLabel ( )
inline

Definition at line 355 of file transition.h.

References TransitionListImpl::chLabel, and p_impl.

EmissionList& TransitionList::Emis ( )
inline
iterator TransitionList::end ( void  )
inline

Definition at line 343 of file transition.h.

References TransitionListImpl::end(), and p_impl.

Referenced by diatomics::H2_Punch_line_data(), diatomics::H2_PunchLineStuff(), diatomics::init(), and diatomics::LTE_Cooling_per_H2().

Here is the call graph for this function:

vector<int>& TransitionList::ipEmis ( )
inline

Definition at line 367 of file transition.h.

References TransitionListImpl::ipEmis, and p_impl.

bool TransitionList::isSame ( const TransitionListImpl other) const
inline

Definition at line 371 of file transition.h.

References count_ptr< T >::get_ptr(), and p_impl.

Referenced by TransitionProxy::systemIs().

Here is the call graph for this function:

TransitionProxy TransitionList::operator[] ( size_t  i)
inline

Definition at line 327 of file transition.h.

References p_impl.

void TransitionList::pop_back ( void  )
inline

Definition at line 335 of file transition.h.

References p_impl, and TransitionListImpl::pop_back().

Referenced by read_UTA_lines(), and ReadBadnellAIData().

Here is the call graph for this function:

void TransitionList::push_back ( const TransitionProxy tr)
inline

Definition at line 347 of file transition.h.

References p_impl, and TransitionListImpl::push_back().

Referenced by read_UTA_lines(), and ReadBadnellAIData().

Here is the call graph for this function:

void TransitionList::reserve ( size_t  newsize)
inline

Definition at line 323 of file transition.h.

References p_impl, and TransitionListImpl::reserve().

Referenced by read_UTA_lines().

Here is the call graph for this function:

void TransitionList::resize ( size_t  newsize)
inline

Definition at line 319 of file transition.h.

References p_impl, and TransitionListImpl::resize().

Referenced by HyperfineCreate(), diatomics::init(), and read_level2_lines().

Here is the call graph for this function:

size_t TransitionList::size ( void  ) const
inline
qList*& TransitionList::states ( )
inline

Definition at line 359 of file transition.h.

References p_impl, and TransitionListImpl::states.

realnum TransitionList::width ( ) const
inline

Definition at line 375 of file transition.h.

References p_impl, and TransitionListImpl::width().

Here is the call graph for this function:

Field Documentation

count_ptr<TransitionListImpl> TransitionList::p_impl
private

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