#include <MFGridFactory.h>
Static Public Member Functions | |
static MFGrid * | build (const std::string &name, const GloballyPositioned< float > &vol) |
Build interpolator for a binary grid file. | |
static MFGrid * | build (const std::string &name, const GloballyPositioned< float > &vol, double phiMin, double phiMax) |
Build a 2pi phi-symmetric interpolator for a binary grid file. |
Factory for field interpolators using binary files.
Definition at line 17 of file MFGridFactory.h.
static MFGrid* MFGridFactory::build | ( | const std::string & | name, |
const GloballyPositioned< float > & | vol | ||
) | [static] |
Build interpolator for a binary grid file.
static MFGrid* MFGridFactory::build | ( | const std::string & | name, |
const GloballyPositioned< float > & | vol, | ||
double | phiMin, | ||
double | phiMax | ||
) | [static] |
Build a 2pi phi-symmetric interpolator for a binary grid file.