Home
last modified time | relevance | path

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

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/Control/
H A DSettings.cpp64 LinearPyramid defPyrFunc; member
83 mapArray[PYRAMID ] = &defPyrFunc; in SettingData()
89 mapArray3D[PYRAMID ] = &defPyrFunc; in SettingData()
126 if (mapArray[PYRAMID] == &other.defPyrFunc) in fix_copy()
127 mapArray[PYRAMID] = &defPyrFunc; in fix_copy()
138 if (mapArray3D[PYRAMID] == &other.defPyrFunc) in fix_copy()
139 mapArray3D[PYRAMID] = &defPyrFunc; in fix_copy()