Uses of Enum Class
cz.fidentis.analyst.engines.sampling.PointSamplingConfig.Method
Packages that use PointSamplingConfig.Method
Package
Description
-
Uses of PointSamplingConfig.Method in cz.fidentis.analyst.engines.face
Methods in cz.fidentis.analyst.engines.face with parameters of type PointSamplingConfig.MethodModifier and TypeMethodDescriptionstatic void
FaceStateServices.updateGlyphs
(HumanFace face, FaceStateServices.Mode mode, PointSamplingConfig.Method method, int maxSamples) Manages glyphs of the given human face. -
Uses of PointSamplingConfig.Method in cz.fidentis.analyst.engines.face.impl
Methods in cz.fidentis.analyst.engines.face.impl with parameters of type PointSamplingConfig.MethodModifier and TypeMethodDescriptionvoid
FaceStateServicesImpl.updateGlyphs
(HumanFace face, FaceStateServices.Mode mode, PointSamplingConfig.Method method, int maxSamples) Manages glyphs of the given human face. -
Uses of PointSamplingConfig.Method in cz.fidentis.analyst.engines.sampling
Methods in cz.fidentis.analyst.engines.sampling that return PointSamplingConfig.MethodModifier and TypeMethodDescriptionPointSamplingConfig.method()
Returns the value of themethod
record component.static PointSamplingConfig.Method
Returns the enum constant of this class with the specified name.static PointSamplingConfig.Method[]
PointSamplingConfig.Method.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cz.fidentis.analyst.engines.sampling with parameters of type PointSamplingConfig.MethodModifierConstructorDescriptionPointSamplingConfig
(PointSamplingConfig.Method method, int maxSamples) Simplified constructor for no smoothing.PointSamplingConfig
(PointSamplingConfig.Method method, int maxSamples, MeshTriangle.Smoothing smoothing) Creates an instance of aPointSamplingConfig
record class.