|
CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
#include <iostream>#include <assert.h>#include "CLHEP/Geometry/Point3D.h"#include "CLHEP/Geometry/Vector3D.h"#include "CLHEP/Geometry/Normal3D.h"#include "CLHEP/Geometry/Transform3D.h"#include "CLHEP/Units/PhysicalConstants.h"Go to the source code of this file.
Macros | |
| #define | CHECK(point, type) |
Functions | |
| bool | EQUAL (double a, double b) |
| void | CheckPointFloat () |
| void | CheckVectorFloat () |
| void | CheckNormalFloat () |
| void | CheckPointDouble () |
| void | CheckVectorDouble () |
| void | CheckNormalDouble () |
| int | main () |
| #define CHECK | ( | point, | |
| type | |||
| ) |
Definition at line 21 of file testBasicVector3D.cc.
Referenced by CheckNormalDouble(), CheckNormalFloat(), CheckPointDouble(), CheckPointFloat(), CheckVectorDouble(), and CheckVectorFloat().
| void CheckNormalDouble | ( | ) |
| void CheckNormalFloat | ( | ) |
| void CheckPointDouble | ( | ) |
| void CheckPointFloat | ( | ) |
| void CheckVectorDouble | ( | ) |
| void CheckVectorFloat | ( | ) |
Definition at line 13 of file testBasicVector3D.cc.
References b.
| int main | ( | ) |
Definition at line 231 of file testBasicVector3D.cc.
References CheckNormalDouble(), CheckNormalFloat(), CheckPointDouble(), CheckPointFloat(), CheckVectorDouble(), and CheckVectorFloat().
1.8.1