Package cz.fidentis.analyst.opencl
Enum Class CLProgramDef
- All Implemented Interfaces:
Serializable
,Comparable<CLProgramDef>
,Constable
Definitions of CL programs, i.e., their dependencies on source files
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionTraverses Octree structure and finds closest intersections with beam.Constructs linearized octree out of MeshFacets.Kernels specific to GPU-based Poisson sub-samplingCommon kernel reduction operations like find the largest number in buffer or Bounding box calculations -
Method Summary
Modifier and TypeMethodDescriptionstatic CLProgramDef
Returns the enum constant of this class with the specified name.static CLProgramDef[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OCTREE_ACCELERATED_RAY_CASTING
Traverses Octree structure and finds closest intersections with beam. -
OCTREE_CONSTRUCTION
Constructs linearized octree out of MeshFacets. Minimum OpenCL version 1.2 (due to global atomics) -
REDUCTION_SERVICES
Common kernel reduction operations like find the largest number in buffer or Bounding box calculations -
POISSON_GPU_UTILS
Kernels specific to GPU-based Poisson sub-sampling
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getSources
-
getCompilerOptions
-