Uses of Enum Class
cz.fidentis.analyst.data.mesh.MeshTriangle.Smoothing
Packages that use MeshTriangle.Smoothing
Package
Description
The top-level package for data structures related to triangular meshes.
cz.fidentis.analyst.mesh.impl
package includes Mesh implementation classes that
are not visible to classes of other modules.-
Uses of MeshTriangle.Smoothing in cz.fidentis.analyst.data.mesh
Methods in cz.fidentis.analyst.data.mesh that return MeshTriangle.SmoothingModifier and TypeMethodDescriptionstatic MeshTriangle.Smoothing
Returns the enum constant of this class with the specified name.static MeshTriangle.Smoothing[]
MeshTriangle.Smoothing.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in cz.fidentis.analyst.data.mesh with parameters of type MeshTriangle.SmoothingModifier and TypeMethodDescriptionMeshTriangle.getRayIntersection
(Ray ray, MeshTriangle.Smoothing smoothing) Computes ray-triangle intersection. -
Uses of MeshTriangle.Smoothing in cz.fidentis.analyst.data.mesh.impl
Methods in cz.fidentis.analyst.data.mesh.impl with parameters of type MeshTriangle.SmoothingModifier and TypeMethodDescriptionMeshTriangleImpl.getRayIntersection
(Ray ray, MeshTriangle.Smoothing smoothing) -
Uses of MeshTriangle.Smoothing in cz.fidentis.analyst.engines.raycasting
Methods in cz.fidentis.analyst.engines.raycasting that return MeshTriangle.SmoothingModifier and TypeMethodDescriptionRayIntersectionConfig.smoothing()
Returns the value of thesmoothing
record component.Constructors in cz.fidentis.analyst.engines.raycasting with parameters of type MeshTriangle.SmoothingModifierConstructorDescriptionRayIntersectionConfig
(Ray ray, MeshTriangle.Smoothing smoothing, boolean filter) Creates an instance of aRayIntersectionConfig
record class. -
Uses of MeshTriangle.Smoothing in cz.fidentis.analyst.engines.raycasting.impl
Constructors in cz.fidentis.analyst.engines.raycasting.impl with parameters of type MeshTriangle.SmoothingModifierConstructorDescriptionRayIntersectionVisitorImpl
(Ray ray, MeshTriangle.Smoothing smoothing) Constructor. -
Uses of MeshTriangle.Smoothing in cz.fidentis.analyst.engines.sampling
Methods in cz.fidentis.analyst.engines.sampling that return MeshTriangle.SmoothingModifier and TypeMethodDescriptionPointSamplingConfig.smoothing()
Returns the value of thesmoothing
record component.Constructors in cz.fidentis.analyst.engines.sampling with parameters of type MeshTriangle.SmoothingModifierConstructorDescriptionPointSamplingConfig
(double minimalDistance, MeshTriangle.Smoothing smoothing) Constructor for Poisson disk sampling with given minimal distance instance of maximal number of samples.PointSamplingConfig
(PointSamplingConfig.Method method, int maxSamples, MeshTriangle.Smoothing smoothing) Creates an instance of aPointSamplingConfig
record class. -
Uses of MeshTriangle.Smoothing in cz.fidentis.analyst.engines.sampling.impl
Fields in cz.fidentis.analyst.engines.sampling.impl declared as MeshTriangle.SmoothingModifier and TypeFieldDescriptionprotected final MeshTriangle.Smoothing
PoissonDiskSubSampling.smoothing
Constructors in cz.fidentis.analyst.engines.sampling.impl with parameters of type MeshTriangle.SmoothingModifierConstructorDescriptionPoissonDiskSubSampling
(double minimalDistance, MeshTriangle.Smoothing smoothing) Constructor for required sample densityPoissonDiskSubSampling
(int max, MeshTriangle.Smoothing smoothing) Constructor for the maximum number of samples.PoissonDiskSubSamplingGPU
(int max, MeshTriangle.Smoothing smoothing) Constructor for the maximum number of samples. -
Uses of MeshTriangle.Smoothing in cz.fidentis.analyst.opencl.services.raycasting
Methods in cz.fidentis.analyst.opencl.services.raycasting that return MeshTriangle.SmoothingModifier and TypeMethodDescriptionRayIntersectionOpenCLConfig.smoothing()
Returns the value of thesmoothing
record component.Constructors in cz.fidentis.analyst.opencl.services.raycasting with parameters of type MeshTriangle.SmoothingModifierConstructorDescriptionRayIntersectionOpenCLConfig
(MeshTriangle.Smoothing smoothing, boolean filter) Creates an instance of aRayIntersectionOpenCLConfig
record class. -
Uses of MeshTriangle.Smoothing in cz.fidentis.analyst.opencl.services.raycasting.impl
Constructors in cz.fidentis.analyst.opencl.services.raycasting.impl with parameters of type MeshTriangle.SmoothingModifierConstructorDescriptionBeamIntersectionVisitorImpl
(com.jogamp.opencl.CLContext context, MeshTriangle.Smoothing smoothing, boolean filter) Constructor compiles OpenCL source-code needed to calculate ray intersections