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,
Definition: InteractionFieldSaverPrmsPy.h:50
int m_tag
Definition: InteractionFieldSaverPrmsPy.h:94
Definition: InteractionFieldSaverPrmsPy.h:29
Definition: InteractionFieldSaverPrmsPy.h:101
Definition: InteractionFieldSaverPrmsPy.h:64
int m_mask
Definition: InteractionFieldSaverPrmsPy.h:98
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
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
const std::string & getInteractionName() const
Definition: InteractionFieldSaverPrmsPy.h:42
Definition: CheckPointable.cpp:16
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
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
std::string m_interactionName
Definition: InteractionFieldSaverPrmsPy.h:47
Definition: InteractionFieldSaverPrmsPy.h:115
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
int getMask() const
Definition: InteractionFieldSaverPrmsPy.h:94
void exportInteractionFieldSaverPrms()
Definition: InteractionFieldSaverPrmsPy.cpp:155
Definition: InteractionFieldSaverPrmsPy.h:78
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: FieldSaverPrmsPy.h:26