ROOT  6.06/09
Reference Guide
Functions | Variables
testTMath.cxx File Reference
#include <iostream>
#include <vector>
#include <string>
#include <cstring>
#include <TMath.h>
+ Include dependency graph for testTMath.cxx:

Go to the source code of this file.

Functions

template<typename T >
void testNormCross ()
 
template<typename T , typename U >
void testArrayFunctions ()
 
template<typename T >
void testIteratorFunctions ()
 
template<typename T >
void testPoints (T x, T y)
 
template<typename T >
void testPlane ()
 
void testTMath ()
 
int main ()
 

Variables

bool showVector = true
 

Function Documentation

int main ( )

Definition at line 183 of file testTMath.cxx.

template<typename T , typename U >
void testArrayFunctions ( )

Definition at line 40 of file testTMath.cxx.

template<typename T >
void testIteratorFunctions ( )

Definition at line 79 of file testTMath.cxx.

template<typename T >
void testNormCross ( )

Definition at line 14 of file testTMath.cxx.

template<typename T >
void testPlane ( )

Definition at line 129 of file testTMath.cxx.

Referenced by RootCsg::point_in_polygon_test_3d().

template<typename T >
void testPoints ( x,
y 
)

Definition at line 117 of file testTMath.cxx.

void testTMath ( )

Definition at line 143 of file testTMath.cxx.

Referenced by main().

Variable Documentation

bool showVector = true

Definition at line 11 of file testTMath.cxx.

Referenced by testArrayFunctions(), and testIteratorFunctions().