ROOT 6.08/07 Reference Guide |
#include "Math/Vector3D.h"
#include "Math/Point3D.h"
#include "Math/Vector4D.h"
#include "Math/EulerAngles.h"
#include "Math/Transform3D.h"
#include "Math/LorentzRotation.h"
#include "Math/Boost.h"
#include "Math/Rotation3D.h"
#include "Math/RotationX.h"
#include "Math/RotationY.h"
#include "Math/RotationZ.h"
#include "Math/Quaternion.h"
#include "Math/AxisAngle.h"
#include "Math/VectorUtil.h"
#include <iostream>
#include <iterator>
#include <vector>
#include <list>
#include <set>
#include <algorithm>
Functions | |
int | main () |
template<class L > | |
void | printList (const L &l) |
template<class Rot > | |
void | printRot (const Rot &rot) |
template<class V > | |
void | printVec (const V &v) |
void | testListIter () |
void | testOstreamIter () |
int main | ( | ) |
Definition at line 154 of file testIterator.cxx.
void printList | ( | const L & | l | ) |
Definition at line 46 of file testIterator.cxx.
void printRot | ( | const Rot & | rot | ) |
Definition at line 32 of file testIterator.cxx.
void printVec | ( | const V & | v | ) |
Definition at line 39 of file testIterator.cxx.
void testListIter | ( | ) |
Definition at line 74 of file testIterator.cxx.
void testOstreamIter | ( | ) |
Definition at line 53 of file testIterator.cxx.