Geant4  10.03.p03
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
c2_lin_lin_function_transformation< float_type > Class Template Reference

a transformation of a function in and out of lin-lin space More...

#include <c2_function.hh>

Inheritance diagram for c2_lin_lin_function_transformation< float_type >:
Collaboration diagram for c2_lin_lin_function_transformation< float_type >:

Public Member Functions

 c2_lin_lin_function_transformation ()
 
virtual ~c2_lin_lin_function_transformation ()
 
- Public Member Functions inherited from c2_function_transformation< float_type >
 c2_function_transformation (const c2_transformation< float_type > &xx, const c2_transformation< float_type > &yy)
 construct this from two c2_transformation instances More...
 
virtual ~c2_function_transformation ()
 destructor More...
 
virtual float_type evaluate (float_type xraw, float_type y, float_type yp0, float_type ypp0, float_type *yprime, float_type *yprime2) const
 

Additional Inherited Members

- Public Attributes inherited from c2_function_transformation< float_type >
const bool isIdentity
 
const c2_transformation
< float_type > & 
X
 the X axis transform More...
 
const c2_transformation
< float_type > & 
Y
 the Y axis transform More...
 

Detailed Description

template<typename float_type>
class c2_lin_lin_function_transformation< float_type >

a transformation of a function in and out of lin-lin space

Definition at line 1404 of file c2_function.hh.

Constructor & Destructor Documentation

template<typename float_type >
c2_lin_lin_function_transformation< float_type >::c2_lin_lin_function_transformation ( )
inline

Definition at line 1407 of file c2_function.hh.

1407  :
1410  *new c2_transformation_linear<float_type>
1411  ) { }
the identity transform
a transformation of a function in and out of a coordinate space, using 2 c2_transformations ...
template<typename float_type >
virtual c2_lin_lin_function_transformation< float_type >::~c2_lin_lin_function_transformation ( )
inlinevirtual

Definition at line 1412 of file c2_function.hh.

1412 { }

The documentation for this class was generated from the following file: