C++ main module for emicrom Package  1.0
EMM_DisplacementFieldsTest.h
Go to the documentation of this file.
1 #ifndef EMM_DisplacementFieldsTest_H
2 #define EMM_DisplacementFieldsTest_H
3 
4 #include "EMM_Test.h"
5 
6 
16 
18 
20  // ATTRIBUTES
21 
22 
23 public:
24 
25 
26 protected:
27  // METHODS
28 
29  // CONSTRUCTORS
30 
34 
35 
36 
37  // DESTRUCTORS
38 
39 
42  virtual ~EMM_DisplacementFieldsTest(void);
43 
44 
45 
46 public:
49  inline static SP::EMM_DisplacementFieldsTest New() {
50  SP::EMM_DisplacementFieldsTest p(new EMM_DisplacementFieldsTest(),
52  p->setThis(p);
53  return p;
54  };
55 
56 
57 
58 
59 
63  virtual tBoolean test(const CORE_Run& runner,const map<tString,tString>& options) const;
64 
65 
66 private:
67 
68 
75  const tUCInt& timeO) const;
82  const tUCInt& timeO) const;
83 
84 
85 };
86 
87 #endif
This class is a test class for testing displacement fields computation methods for displacement opera...
Definition: EMM_DisplacementFieldsTest.h:17
This class is a Run class for Common package.
Definition: CORE_Run.h:38
virtual ~EMM_DisplacementFieldsTest(void)
destroy the class
Definition: EMM_DisplacementFieldsTest.cpp:16
EMM_DisplacementFieldsTest(void)
create the class
Definition: EMM_DisplacementFieldsTest.cpp:13
virtual tBoolean test(const CORE_Run &runner, const map< tString, tString > &options) const
make the test
Definition: EMM_DisplacementFieldsTest.cpp:21
#define tUCInt
Definition: types.h:21
#define tBoolean
Definition: types.h:139
This class is a test class for E-MicromM package.
Definition: EMM_Test.h:25
tBoolean displacementFieldsComputationLinearTest(const tFlag &timeM, const tUCInt &timeO) const
test displacement fields computing for constant M & U0
Definition: EMM_DisplacementFieldsTest.cpp:92
DEFINE_SPTR(EMM_DisplacementFieldsTest)
SP_OBJECT(EMM_DisplacementFieldsTest)
static SP::EMM_DisplacementFieldsTest New()
create a test class
Definition: EMM_DisplacementFieldsTest.h:49
tBoolean displacementFieldsComputationQuadraticTest(const tFlag &timeM, const tUCInt &timeO) const
test displacement fields computing for linear M & U0
Definition: EMM_DisplacementFieldsTest.cpp:834
class Free introduced for deleting a smart pointer
Definition: CORE_Object.h:141
#define tFlag
Definition: types.h:74