Line Code
1 2 3 4
// simply forward the typedef of the collection
#include <vector>
class TkFittedLasBeam;
typedef std::vector<TkFittedLasBeam> TkFittedLasBeamCollection;