Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

Atlfast::SharedConeStrategy::GetBackCells Class Reference

List of all members.

Public Methods

 GetBackCells (localCellCollection &unusedCells)
 ~GetBackCells ()
void operator() (IAssociationManager *)
void operator() (IAssociationManager &a)

Private Attributes

localCellCollectionm_unusedCells

Constructor & Destructor Documentation

Atlfast::SharedConeStrategy::GetBackCells::GetBackCells localCellCollection   unusedCells [inline]
 

Definition at line 101 of file SharedConeStrategy.h.

References Atlfast::localCellCollection, and m_unusedCells.

00101 : m_unusedCells(unusedCells){}

Atlfast::SharedConeStrategy::GetBackCells::~GetBackCells   [inline]
 

Definition at line 102 of file SharedConeStrategy.h.

00102 {}

Member Function Documentation

void Atlfast::SharedConeStrategy::GetBackCells::operator() IAssociationManager *   
 

Definition at line 132 of file SharedConeStrategy.cxx.

References Atlfast::localCellCollection, and m_unusedCells.

Referenced by operator()().

00132                                                                        {
00133     localCellCollection assCells  = a->ikinematics();
00134     //    std::transform(assCells.begin(),
00135     //     assCells.end(),
00136     //     std::back_inserter(m_unusedCells),
00137     //     CastAwayConst
00138     //     );
00139     std::copy(assCells.begin(),
00140               assCells.end(),
00141               std::back_inserter(m_unusedCells),
00142               );
00143     //delete(a); JPC: SHOULD I DELETE THIS?????????
00144     return;
00145   }

void Atlfast::SharedConeStrategy::GetBackCells::operator() IAssociationManager &    a [inline]
 

Definition at line 104 of file SharedConeStrategy.h.

References operator()().

00104 { return this->operator() ( &a) ; }

Member Data Documentation

localCellCollection& Atlfast::SharedConeStrategy::GetBackCells::m_unusedCells [private]
 

Definition at line 99 of file SharedConeStrategy.h.

Referenced by GetBackCells(), and operator()().


The documentation for this class was generated from the following files:
Generated on Tue Jan 28 09:57:39 2003 for AtlfastAlgs by doxygen1.3-rc1