Home
last modified time | relevance | path

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

/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/frontend/
H A Dimageprocessing.cpp182 ditherMethod = ropts.TryGetEnum(kPOVAttrib_DitherMethod, DitherMethodId::kBlueNoise); in WriteImage()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/povms/
H A Dpovmscpp.h255 template<typename T> T TryGetEnum(POVMSType key, T alt) in TryGetEnum() function