Enum Class CLSourceDef

java.lang.Object
java.lang.Enum<CLSourceDef>
cz.fidentis.analyst.opencl.CLSourceDef
All Implemented Interfaces:
Serializable, Comparable<CLSourceDef>, Constable

public enum CLSourceDef extends Enum<CLSourceDef>
Definitions of OpenCl source files Source codes (.c files) must be located in the "/opencl" subdirectory of resources.
  • Enum Constant Details

    • SPATIAL_DATA_UTILS

      public static final CLSourceDef SPATIAL_DATA_UTILS
    • BOUNDING_BOX_UTILS

      public static final CLSourceDef BOUNDING_BOX_UTILS
    • RAY_INTERSECTION

      public static final CLSourceDef RAY_INTERSECTION
    • COMPUTE_INTERSECTIONS

      public static final CLSourceDef COMPUTE_INTERSECTIONS
    • OCTREE_TRAVERSAL

      public static final CLSourceDef OCTREE_TRAVERSAL
    • OCTREE_BUILDER

      public static final CLSourceDef OCTREE_BUILDER
    • COMMON_KERNEL_SERVICES

      public static final CLSourceDef COMMON_KERNEL_SERVICES
    • TRIANGLE_STACK_STRUCTURES

      public static final CLSourceDef TRIANGLE_STACK_STRUCTURES
    • OCTREE_TRAVERSAL_STRUCTURES

      public static final CLSourceDef OCTREE_TRAVERSAL_STRUCTURES
    • POISSON_GPU_UTILS

      public static final CLSourceDef POISSON_GPU_UTILS
  • Method Details

    • values

      public static CLSourceDef[] 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

      public static CLSourceDef valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Overrides:
      toString in class Enum<CLSourceDef>
    • getFile

      public String getFile()