Go to the documentation of this file.
14 #ifndef ESYS_LSMINTERACTIONFIELDSAVERPRMSPY_H
15 #define ESYS_LSMINTERACTIONFIELDSAVERPRMSPY_H
23 #include <boost/python.hpp>
33 const std::string &interactionName,
34 const std::string &fieldName,
35 const std::string &fileName,
36 const std::string &fileFormat,
54 const std::string &interactionName,
55 const std::string &fieldName,
56 const std::string &fileName,
57 const std::string &fileFormat,
68 const std::string &interactionName,
69 const std::string &fieldName,
70 const std::string &fileName,
71 const std::string &fileFormat,
82 const std::string &interactionName,
83 const std::string &fieldName,
84 const std::string &fileName,
85 const std::string &fileFormat,
105 const std::string &interactionName,
106 const std::string &fieldName,
107 const std::string &fileName,
108 const std::string &fileFormat,
119 const std::string &interactionName,
120 const std::string &fieldName,
121 const std::string &fileName,
122 const std::string &fileFormat,
int m_mask
Definition: InteractionFieldSaverPrmsPy.h:98
Definition: InteractionFieldSaverPrmsPy.h:79
int getMask() const
Definition: InteractionFieldSaverPrmsPy.h:94
CheckedInteractionVectorFieldSaverPrmsPy(const std::string &interactionName, const std::string &fieldName, const std::string &fileName, const std::string &fileFormat, int beginTimeStep, int endTimeStep, int timeStepIncr)
Definition: InteractionFieldSaverPrmsPy.cpp:133
Definition: InteractionFieldSaverPrmsPy.h:116
std::string m_interactionName
Definition: InteractionFieldSaverPrmsPy.h:47
Definition: FieldSaverPrmsPy.h:27
InteractionFieldSaverPrmsPy(const std::string &interactionName, const std::string &fieldName, const std::string &fileName, const std::string &fileFormat, int beginTimeStep, int endTimeStep, int timeStepIncr)
Definition: InteractionFieldSaverPrmsPy.cpp:22
TaggedInteractionScalarFieldSaverPrmsPy(const std::string &interactionName, const std::string &fieldName, const std::string &fileName, const std::string &fileFormat, int beginTimeStep, int endTimeStep, int timeStepIncr, int tag, int mask)
Definition: InteractionFieldSaverPrmsPy.cpp:85
Definition: InteractionFieldSaverPrmsPy.h:102
Definition: InteractionFieldSaverPrmsPy.h:30
CheckedInteractionScalarFieldSaverPrmsPy(const std::string &interactionName, const std::string &fieldName, const std::string &fileName, const std::string &fileFormat, int beginTimeStep, int endTimeStep, int timeStepIncr)
Definition: InteractionFieldSaverPrmsPy.cpp:64
Definition: CheckPointable.cpp:17
void exportInteractionFieldSaverPrms()
Definition: InteractionFieldSaverPrmsPy.cpp:155
int m_tag
Definition: InteractionFieldSaverPrmsPy.h:94
Definition: InteractionFieldSaverPrmsPy.h:65
InteractionScalarFieldSaverPrmsPy(const std::string &interactionName, const std::string &fieldName, const std::string &fileName, const std::string &fileFormat, int beginTimeStep, int endTimeStep, int timeStepIncr)
Definition: InteractionFieldSaverPrmsPy.cpp:43
int getTag() const
Definition: InteractionFieldSaverPrmsPy.h:93
InteractionVectorFieldSaverPrmsPy(const std::string &interactionName, const std::string &fieldName, const std::string &fileName, const std::string &fileFormat, int beginTimeStep, int endTimeStep, int timeStepIncr)
Definition: InteractionFieldSaverPrmsPy.cpp:112
Definition: InteractionFieldSaverPrmsPy.h:51
const std::string & getInteractionName() const
Definition: InteractionFieldSaverPrmsPy.h:42