1 #ifndef SMOMPI_UtilityRunner_H
2 #define SMOMPI_UtilityRunner_H
5 #include "CORE_Object.h"
8 #include "CORE_OptionsList.h"
96 static tBoolean GenerateDipolarMapFromCenterSpin(
const CORE_OptionsList& options);
99 static tBoolean GenerateDipolarMapFromSpins(
const CORE_OptionsList& options);
abstract base class for most classes.
Definition: CORE_Object.h:65
virtual tMemSize getContentsMemorySize() const
return nthe memory size of the included associations
Definition: CORE_Object.h:278
This class is an list of options.
Definition: CORE_OptionsList.h:36
This class is a UtilityRunner class for Stoch Magnet package.
Definition: SMOMPI_UtilityRunner.h:19
virtual ~SMOMPI_UtilityRunner(void)
destroy
Definition: SMOMPI_UtilityRunner.h:36
static tBoolean GenerateMagneticMomentsDirections(const CORE_OptionsList &options)
generate dierctions of all magnetic moments into a file
virtual tMemSize getMemorySize() const
return the memory size of the class and the memory size of all its attributes/associations
Definition: SMOMPI_UtilityRunner.h:65
static tBoolean GenerateDipolarMap(const CORE_OptionsList &options)
generate dipolar field map into vtk files
SMOMPI_UtilityRunner(void)
create
Definition: SMOMPI_UtilityRunner.h:30