|
CHROMA
|
Abstract field state. More...
#include <field_state.h>
Public Member Functions | |
| virtual | ~AbsFieldState () |
| Virtual destructor. More... | |
| virtual AbsFieldState< P, Q > * | clone (void) const =0 |
| Clone the state – this will be needed for the virtual. More... | |
| virtual const P & | getP (void) const =0 |
| Accessors. More... | |
| virtual const Q & | getQ (void) const =0 |
| virtual P & | getP (void)=0 |
| Mutators. More... | |
| virtual Q & | getQ (void)=0 |
Abstract field state.
An abstract field state. The templates P and Q are the types of the coordinates and momenta
Definition at line 26 of file field_state.h.
|
inlinevirtual |
Virtual destructor.
Definition at line 1 of file field_state.h.
|
pure virtual |
Clone the state – this will be needed for the virtual.
Implemented in Chroma::GaugeFieldState.
|
pure virtual |
Accessors.
Implemented in Chroma::GaugeFieldState.
|
pure virtual |
Mutators.
Implemented in Chroma::GaugeFieldState.
|
pure virtual |
Implemented in Chroma::GaugeFieldState.
Referenced by Chroma::TwoFlavorExactWilsonTypeFermMonomial5D< P, Q, Phi >::refreshInternalFields(), Chroma::TwoFlavorExactWilsonTypeFermMonomial< P, Q, Phi >::refreshInternalFields(), Chroma::TwoFlavorExactPolynomialWilsonTypeFermMonomial< P, Q, Phi >::refreshInternalFields(), Chroma::TwoFlavorExactPolyPrecWilsonTypeFermMonomial< P, Q, Phi >::refreshInternalFields(), Chroma::TwoFlavorExactRatioConvConvWilsonTypeFermMonomial5D< P, Q, Phi >::refreshInternalFields(), Chroma::TwoFlavorExactRatioConvConvWilsonTypeFermMonomial< P, Q, Phi >::refreshInternalFields(), Chroma::TwoFlavorExactRatioConvRatWilsonTypeFermMonomial5D< P, Q, Phi >::refreshInternalFields(), and Chroma::TwoFlavorExactRatioConvRatWilsonTypeFermMonomial< P, Q, Phi >::refreshInternalFields().
|
pure virtual |
Implemented in Chroma::GaugeFieldState.