Struct IParallelOpenmpEnabled
Defined in File IParallelizable.h
Inheritance Relationships
Derived Types
public gwm::GTDR(Class GTDR)public gwm::GTWR(Class GTWR)public gwm::GWAverage(Class GWAverage)public gwm::GWCorrelation(Class GWCorrelation)public gwm::GWDA(Class GWDA)public gwm::GWRBasic(Class GWRBasic)public gwm::GWRGeneralized(Class GWRGeneralized)public gwm::GWRLocalCollinearity(Class GWRLocalCollinearity)public gwm::GWRMultiscale(Class GWRMultiscale)
Struct Documentation
-
struct IParallelOpenmpEnabled
Interface for parallelizable algorithm implemented by OpenMP.
Subclassed by gwm::GTDR, gwm::GTWR, gwm::GWAverage, gwm::GWCorrelation, gwm::GWDA, gwm::GWRBasic, gwm::GWRGeneralized, gwm::GWRLocalCollinearity, gwm::GWRMultiscale
Public Functions
-
virtual void setOmpThreadNum(const int threadNum) = 0
Set the thread numbers while paralleling.
- Parameters:
threadNum – Number of threads.
-
virtual void setOmpThreadNum(const int threadNum) = 0