Example #1
0
		explicit BeginEnd(Collection _collection, const TransformT& _transform = TransformT() ): b(_collection.begin()), e(_collection.end()), transform(_transform) {}
Example #2
0
    void TransformT( CompoundParticle & particle ){
	for ( size_t iPart=0; iPart<particle.m_uiNumConstituents; ++iPart ){
	    TransformT( particle.m_apConstituents[ iPart ] );
	}
    }