C++ main module for emicrom Package  1.0
EMM_ExchangeOperator.h
Go to the documentation of this file.
1 #ifndef EMM_ExchangeOperator_H
2 #define EMM_ExchangeOperator_H
3 
5 
6 
7 
81 
83  // ATTRIBUTES
84 
85 
86 private:
87 
88 
89 
90 public:
91 
92 
93  // ASSOCIATION
94 
95 private:
96 
97 
98 
99 
100 
101 
102 protected:
103 
104  // METHODS
105 
106  // CONSTRUCTORS
107 
110  EMM_ExchangeOperator(void);
111 
112  // DESTRUCTORS
113 
116  virtual ~EMM_ExchangeOperator(void);
117 
118 public:
119 
120 
121 
122 
123 
124 
125 
126 
127 
128 
129 
130 };
131 
132 #endif
133 
This class describes the exchange operator for computing the magnetic excitation due to exchange proc...
Definition: EMM_ExchangeOperator.h:80
SP_OBJECT(EMM_ExchangeOperator)
EMM_ExchangeOperator(void)
create th eexchange operator
Definition: EMM_ExchangeOperator.cpp:3
This class describes the MagneticExcitationLinear operator for the E-MicroM system : EMM_LandauLisfch...
Definition: EMM_MagneticExcitationLinearOperator.h:23
DEFINE_SPTR(EMM_ExchangeOperator)
virtual ~EMM_ExchangeOperator(void)
destroy the exchange operator
Definition: EMM_ExchangeOperator.cpp:7