Home
last modified time | relevance | path

Searched refs:EFRAG_PolMethods (Results 1 – 2 of 2) sorted by relevance

/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A DInputData.h550 typedef enum EFRAG_PolMethods { enum
556 } EFRAG_PolMethods; typedef
591 static const char * ConvertPolMethodToText(EFRAG_PolMethods v);
596 EFRAG_PolMethods PolMethod(void) const {return ((flags & 4)?SCF_PolMethod:FRGSCF_PolMethod);}; in PolMethod()
597 …void PolMethod(EFRAG_PolMethods v) {flags = (flags & 0xFB) + ((v==SCF_PolMethod) ? 4 : 0); PolMeth… in PolMethod()
H A DInputData.cpp3650 const char * EffectiveFragmentsGroup::ConvertPolMethodToText(EFRAG_PolMethods t) { in ConvertPolMethodToText()
3686 if (!strcasecmp(tag, ConvertPolMethodToText((EFRAG_PolMethods) i))) { in SetPolMethod()
3687 PolMethod((EFRAG_PolMethods) i); in SetPolMethod()