Home
last modified time | relevance | path

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

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/UtilityLib/
H A DFieldVariableDescriptor.h151 bool is_not_for_plotting; // this variable should not be available for the contour plotting member
175 …void SetNotForPlotting(bool is_not_for_plotting_ = true) { is_not_for_plotting = is_not_for_plotti…
183 bool IsNotForPlotting() const { return is_not_for_plotting; } in IsNotForPlotting()
H A DFieldVariableDescriptor.cpp363 is_not_for_plotting = fvd.is_not_for_plotting; in operator =()