CI: report actions (#2) #12
3 fail, 31 skipped, 193 pass in 34s
3 files 3 suites 34s ⏱️
227 tests 193 ✅ 31 💤 3 ❌
249 runs 246 ✅ 0 💤 3 ❌
Results for commit 4f11c58.
Annotations
Check warning on line 0 in corecel/math/Algorithms
github-actions / Test summary
corecel/math/Algorithms (corecel/math/Algorithms) failed
artifacts/test-results-fast-windows/test-results.junit.xml [took 0s]
Raw output
Failed
Celeritas version 0.0.0-pr.2
[==========] Running 29 tests from 3 test suites.
[----------] Global test environment set-up.
[----------] 4 tests from UtilityTest
[ RUN ] UtilityTest.forward
[ OK ] UtilityTest.forward (0 ms)
[ RUN ] UtilityTest.move
[ OK ] UtilityTest.move (0 ms)
[ RUN ] UtilityTest.trivial_swap
[ OK ] UtilityTest.trivial_swap (0 ms)
[ RUN ] UtilityTest.exchange
[ OK ] UtilityTest.exchange (0 ms)
[----------] 4 tests from UtilityTest (0 ms total)
[----------] 13 tests from AlgorithmsTest
[ RUN ] AlgorithmsTest.all_of
[ OK ] AlgorithmsTest.all_of (0 ms)
[ RUN ] AlgorithmsTest.any_of
[ OK ] AlgorithmsTest.any_of (0 ms)
[ RUN ] AlgorithmsTest.all_adjacent
[ OK ] AlgorithmsTest.all_adjacent (0 ms)
[ RUN ] AlgorithmsTest.clamp
D:\a\celeritas\celeritas\test\corecel\math\Algorithms.test.cc(131): error: Expected equality of these values:
100000
clamp(123, 100, 200)
Which is: 123
[ FAILED ] AlgorithmsTest.clamp (0 ms)
[ RUN ] AlgorithmsTest.clamp_to_nonneg
[ OK ] AlgorithmsTest.clamp_to_nonneg (0 ms)
[ RUN ] AlgorithmsTest.lower_bound
[ OK ] AlgorithmsTest.lower_bound (0 ms)
[ RUN ] AlgorithmsTest.lower_bound_linear
[ OK ] AlgorithmsTest.lower_bound_linear (0 ms)
[ RUN ] AlgorithmsTest.upper_bound
[ OK ] AlgorithmsTest.upper_bound (0 ms)
[ RUN ] AlgorithmsTest.find_sorted
[ OK ] AlgorithmsTest.find_sorted (0 ms)
[ RUN ] AlgorithmsTest.partition
[ OK ] AlgorithmsTest.partition (0 ms)
[ RUN ] AlgorithmsTest.sort
[ OK ] AlgorithmsTest.sort (0 ms)
[ RUN ] AlgorithmsTest.minmax
[ OK ] AlgorithmsTest.minmax (0 ms)
[ RUN ] AlgorithmsTest.min_element
[ OK ] AlgorithmsTest.min_element (0 ms)
[----------] 13 tests from AlgorithmsTest (0 ms total)
[----------] 12 tests from MathTest
[ RUN ] MathTest.ipow
[ OK ] MathTest.ipow (0 ms)
[ RUN ] MathTest.fastpow
D:\a\celeritas\celeritas\test\corecel\math\Algorithms.test.cc(325): error: Expected equality of these values:
-10.0
Which is: -10
fastpow(0.0, 1.0)
Which is: 0
[ FAILED ] MathTest.fastpow (0 ms)
[ RUN ] MathTest.rsqrt
[ OK ] MathTest.rsqrt (0 ms)
[ RUN ] MathTest.fma
[ OK ] MathTest.fma (0 ms)
[ RUN ] MathTest.ceil_div
[ OK ] MathTest.ceil_div (0 ms)
[ RUN ] MathTest.local_work_calculator
[ OK ] MathTest.local_work_calculator (0 ms)
[ RUN ] MathTest.negate
[ OK ] MathTest.negate (0 ms)
[ RUN ] MathTest.diffsq
[ OK ] MathTest.diffsq (0 ms)
[ RUN ] MathTest.eumod
[ OK ] MathTest.eumod (0 ms)
[ RUN ] MathTest.sincos
[ OK ] MathTest.sincos (0 ms)
[ RUN ] MathTest.sincospi
[ OK ] MathTest.sincospi (0 ms)
[ RUN ] MathTest.signum
[ OK ] MathTest.signum (0 ms)
[----------] 12 tests from MathTest (0 ms total)
[----------] Global test environment tear-down
[==========] 29 tests from 3 test suites ran. (0 ms total)
[ PASSED ] 27 tests.
[ FAILED ] 2 tests, listed below:
[ FAILED ] AlgorithmsTest.clamp
[ FAILED ] MathTest.fastpow
2 FAILED TESTS
D:/a/celeritas/celeritas/build/test/corecel/math_Algorithms.exe: tests FAILED
Check warning on line 0 in corecel/math/HashUtils
github-actions / Test summary
corecel/math/HashUtils (corecel/math/HashUtils) failed
artifacts/test-results-fast-windows/test-results.junit.xml [took 0s]
Raw output
Failed
Celeritas version 0.0.0-pr.2
[==========] Running 6 tests from 3 test suites.
[----------] Global test environment set-up.
[----------] 2 tests from FnvHasherTest
[ RUN ] FnvHasherTest.four_byte
[ OK ] FnvHasherTest.four_byte (0 ms)
[ RUN ] FnvHasherTest.eight_byte
[ OK ] FnvHasherTest.eight_byte (0 ms)
[----------] 2 tests from FnvHasherTest (0 ms total)
[----------] 1 test from HashUtilsTest
[ RUN ] HashUtilsTest.hash_combine
[ OK ] HashUtilsTest.hash_combine (0 ms)
[----------] 1 test from HashUtilsTest (0 ms total)
[----------] 3 tests from HashSpan
[ RUN ] HashSpan.padded_struct
D:\a\celeritas\celeritas\test\corecel\math\HashUtils.test.cc(111): error: Expected equality of these values:
std::hash<decltype(s)>{}(s)
Which is: 13770525343604603068
hash_combine(hash_combine(temp.b, temp.i, temp.lli))
Which is: 17627533058832844560
[ FAILED ] HashSpan.padded_struct (0 ms)
[ RUN ] HashSpan.unpadded_struct
[ OK ] HashSpan.unpadded_struct (0 ms)
[ RUN ] HashSpan.reals
[ OK ] HashSpan.reals (0 ms)
[----------] 3 tests from HashSpan (0 ms total)
[----------] Global test environment tear-down
[==========] 6 tests from 3 test suites ran. (0 ms total)
[ PASSED ] 5 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] HashSpan.padded_struct
1 FAILED TEST
D:/a/celeritas/celeritas/build/test/corecel/math_HashUtils.exe: tests FAILED
Check warning on line 0 in corecel/math/SoftEqual
github-actions / Test summary
corecel/math/SoftEqual (corecel/math/SoftEqual) failed
artifacts/test-results-fast-windows/test-results.junit.xml [took 0s]
Raw output
Failed
Celeritas version 0.0.0-pr.2
[==========] Running 9 tests from 3 test suites.
[----------] Global test environment set-up.
[----------] 1 test from SoftEqual
[ RUN ] SoftEqual.default_precisions
[ OK ] SoftEqual.default_precisions (0 ms)
[----------] 1 test from SoftEqual (0 ms total)
[----------] 4 tests from FloatingTest/0, where TypeParam = float
[ RUN ] FloatingTest/0.soft_equal
D:\a\celeritas\celeritas\test\corecel\math\SoftEqual.test.cc(70): error: Value of: comp(1, 1)
Actual: true
Expected: false
[ FAILED ] FloatingTest/0.soft_equal, where TypeParam = float (0 ms)
[ RUN ] FloatingTest/0.equal_or_soft_equal
[ OK ] FloatingTest/0.equal_or_soft_equal (0 ms)
[ RUN ] FloatingTest/0.soft_zero
[ OK ] FloatingTest/0.soft_zero (0 ms)
[ RUN ] FloatingTest/0.soft_mod
[ OK ] FloatingTest/0.soft_mod (0 ms)
[----------] 4 tests from FloatingTest/0 (0 ms total)
[----------] 4 tests from FloatingTest/1, where TypeParam = double
[ RUN ] FloatingTest/1.soft_equal
D:\a\celeritas\celeritas\test\corecel\math\SoftEqual.test.cc(70): error: Value of: comp(1, 1)
Actual: true
Expected: false
[ FAILED ] FloatingTest/1.soft_equal, where TypeParam = double (0 ms)
[ RUN ] FloatingTest/1.equal_or_soft_equal
[ OK ] FloatingTest/1.equal_or_soft_equal (0 ms)
[ RUN ] FloatingTest/1.soft_zero
[ OK ] FloatingTest/1.soft_zero (0 ms)
[ RUN ] FloatingTest/1.soft_mod
[ OK ] FloatingTest/1.soft_mod (0 ms)
[----------] 4 tests from FloatingTest/1 (0 ms total)
[----------] Global test environment tear-down
[==========] 9 tests from 3 test suites ran. (0 ms total)
[ PASSED ] 7 tests.
[ FAILED ] 2 tests, listed below:
[ FAILED ] FloatingTest/0.soft_equal, where TypeParam = float
[ FAILED ] FloatingTest/1.soft_equal, where TypeParam = double
2 FAILED TESTS
D:/a/celeritas/celeritas/build/test/corecel/math_SoftEqual.exe: tests FAILED
Check notice on line 0 in .github
github-actions / Test summary
31 skipped tests found
There are 31 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
app/celer-dump-data ‑ app/celer-dump-data
app/celer-export-geant ‑ app/celer-export-geant
app/celer-g4:cpu ‑ app/celer-g4:cpu
app/celer-g4:gpu ‑ app/celer-g4:gpu
app/celer-g4:none ‑ app/celer-g4:none
app/celer-geo:gpu ‑ app/celer-geo:gpu
app/celer-sim-cms:cpu ‑ app/celer-sim-cms:cpu
app/celer-sim-cms:gpu ‑ app/celer-sim-cms:gpu
app/celer-sim-lar:cpu ‑ app/celer-sim-lar:cpu
app/celer-sim-lar:gpu ‑ app/celer-sim-lar:gpu
celeritas/em/UrbanMsc ‑ celeritas/em/UrbanMsc
celeritas/em/WentzelVIMsc ‑ celeritas/em/WentzelVIMsc
celeritas/ext/GeantImporter:FourSteelSlabs* ‑ celeritas/ext/GeantImporter:FourSteelSlabs*
celeritas/ext/GeantImporter:LarSphere.* ‑ celeritas/ext/GeantImporter:LarSphere.*
celeritas/ext/GeantImporter:OneSteelSphereGG.* ‑ celeritas/ext/GeantImporter:OneSteelSphereGG.*
celeritas/ext/GeantImporter:Solids.* ‑ celeritas/ext/GeantImporter:Solids.*
celeritas/ext/GeantImporter:TestEm3* ‑ celeritas/ext/GeantImporter:TestEm3*
celeritas/ext/GeantVolumeMapper ‑ celeritas/ext/GeantVolumeMapper
celeritas/ext/RootImporter ‑ celeritas/ext/RootImporter
celeritas/ext/RootJsonDumper ‑ celeritas/ext/RootJsonDumper
celeritas/geo/GeoMaterial ‑ celeritas/geo/GeoMaterial
celeritas/global/StepperGeant ‑ celeritas/global/StepperGeant
celeritas/io/EventIO ‑ celeritas/io/EventIO
celeritas/io/RootEventIO ‑ celeritas/io/RootEventIO
celeritas/io/SeltzerBergerReader ‑ celeritas/io/SeltzerBergerReader
celeritas/optical/OpticalCollector ‑ celeritas/optical/OpticalCollector
celeritas/phys/ProcessBuilder ‑ celeritas/phys/ProcessBuilder
celeritas/track/Sim ‑ celeritas/track/Sim
celeritas/track/TrackSort ‑ celeritas/track/TrackSort
geocel/rasterize/ImageWriter ‑ geocel/rasterize/ImageWriter
orange/OrangeGeant ‑ orange/OrangeGeant
Check notice on line 0 in .github
github-actions / Test summary
227 tests found
There are 227 tests, see "Raw output" for the full list of tests.
Raw output
app/celer-dump-data ‑ app/celer-dump-data
app/celer-export-geant ‑ app/celer-export-geant
app/celer-g4:cpu ‑ app/celer-g4:cpu
app/celer-g4:gpu ‑ app/celer-g4:gpu
app/celer-g4:none ‑ app/celer-g4:none
app/celer-geo:cpu ‑ app/celer-geo:cpu
app/celer-geo:gpu ‑ app/celer-geo:gpu
app/celer-sim-cms:cpu ‑ app/celer-sim-cms:cpu
app/celer-sim-cms:gpu ‑ app/celer-sim-cms:gpu
app/celer-sim-lar:cpu ‑ app/celer-sim-lar:cpu
app/celer-sim-lar:gpu ‑ app/celer-sim-lar:gpu
celeritas/Constants ‑ celeritas/Constants
celeritas/Units ‑ celeritas/Units
celeritas/em/BetheHeitler ‑ celeritas/em/BetheHeitler
celeritas/em/BraggICRU73QO ‑ celeritas/em/BraggICRU73QO
celeritas/em/CombinedBrem ‑ celeritas/em/CombinedBrem
celeritas/em/CoulombScattering ‑ celeritas/em/CoulombScattering
celeritas/em/EPlusGG ‑ celeritas/em/EPlusGG
celeritas/em/Fluctuation ‑ celeritas/em/Fluctuation
celeritas/em/KleinNishina ‑ celeritas/em/KleinNishina
celeritas/em/LivermorePE ‑ celeritas/em/LivermorePE
celeritas/em/MollerBhabha ‑ celeritas/em/MollerBhabha
celeritas/em/MuBetheBloch ‑ celeritas/em/MuBetheBloch
celeritas/em/MuBremsstrahlung ‑ celeritas/em/MuBremsstrahlung
celeritas/em/Rayleigh ‑ celeritas/em/Rayleigh
celeritas/em/RelativisticBrem ‑ celeritas/em/RelativisticBrem
celeritas/em/SeltzerBerger ‑ celeritas/em/SeltzerBerger
celeritas/em/TsaiUrbanDistribution ‑ celeritas/em/TsaiUrbanDistribution
celeritas/em/UrbanMsc ‑ celeritas/em/UrbanMsc
celeritas/em/WentzelVIMsc ‑ celeritas/em/WentzelVIMsc
celeritas/ext/GeantImporter:FourSteelSlabs* ‑ celeritas/ext/GeantImporter:FourSteelSlabs*
celeritas/ext/GeantImporter:LarSphere.* ‑ celeritas/ext/GeantImporter:LarSphere.*
celeritas/ext/GeantImporter:OneSteelSphereGG.* ‑ celeritas/ext/GeantImporter:OneSteelSphereGG.*
celeritas/ext/GeantImporter:Solids.* ‑ celeritas/ext/GeantImporter:Solids.*
celeritas/ext/GeantImporter:TestEm3* ‑ celeritas/ext/GeantImporter:TestEm3*
celeritas/ext/GeantVolumeMapper ‑ celeritas/ext/GeantVolumeMapper
celeritas/ext/RootImporter ‑ celeritas/ext/RootImporter
celeritas/ext/RootJsonDumper ‑ celeritas/ext/RootJsonDumper
celeritas/field/FieldDriver ‑ celeritas/field/FieldDriver
celeritas/field/FieldPropagator ‑ celeritas/field/FieldPropagator
celeritas/field/Fields ‑ celeritas/field/Fields
celeritas/field/LinearPropagator ‑ celeritas/field/LinearPropagator
celeritas/field/MagFieldEquation ‑ celeritas/field/MagFieldEquation
celeritas/field/Steppers ‑ celeritas/field/Steppers
celeritas/geo/GeoMaterial ‑ celeritas/geo/GeoMaterial
celeritas/geo/Geometry ‑ celeritas/geo/Geometry
celeritas/global/AlongStep ‑ celeritas/global/AlongStep
celeritas/global/KernelContextException ‑ celeritas/global/KernelContextException
celeritas/global/Stepper ‑ celeritas/global/Stepper
celeritas/global/StepperGeant ‑ celeritas/global/StepperGeant
celeritas/grid/GenericCalculator ‑ celeritas/grid/GenericCalculator
celeritas/grid/GenericGridBuilder ‑ celeritas/grid/GenericGridBuilder
celeritas/grid/GenericGridInserter ‑ celeritas/grid/GenericGridInserter
celeritas/grid/GridIdFinder ‑ celeritas/grid/GridIdFinder
celeritas/grid/InverseRangeCalculator ‑ celeritas/grid/InverseRangeCalculator
celeritas/grid/PolyEvaluator ‑ celeritas/grid/PolyEvaluator
celeritas/grid/RangeCalculator ‑ celeritas/grid/RangeCalculator
celeritas/grid/ValueGridBuilder ‑ celeritas/grid/ValueGridBuilder
celeritas/grid/ValueGridInserter ‑ celeritas/grid/ValueGridInserter
celeritas/grid/XsCalculator ‑ celeritas/grid/XsCalculator
celeritas/io/EventIO ‑ celeritas/io/EventIO
celeritas/io/ImportUnits ‑ celeritas/io/ImportUnits
celeritas/io/RootEventIO ‑ celeritas/io/RootEventIO
celeritas/io/SeltzerBergerReader ‑ celeritas/io/SeltzerBergerReader
celeritas/mat/ElementSelector ‑ celeritas/mat/ElementSelector
celeritas/mat/IsotopeSelector ‑ celeritas/mat/IsotopeSelector
celeritas/mat/Material ‑ celeritas/mat/Material
celeritas/neutron/NeutronElastic ‑ celeritas/neutron/NeutronElastic
celeritas/neutron/NeutronInelastic ‑ celeritas/neutron/NeutronInelastic
celeritas/optical/Absorption ‑ celeritas/optical/Absorption
celeritas/optical/Cerenkov ‑ celeritas/optical/Cerenkov
celeritas/optical/OpticalCollector ‑ celeritas/optical/OpticalCollector
celeritas/optical/Rayleigh ‑ celeritas/optical/Rayleigh
celeritas/optical/Scintillation ‑ celeritas/optical/Scintillation
celeritas/phys/CutoffParams ‑ celeritas/phys/CutoffParams
celeritas/phys/FourVector ‑ celeritas/phys/FourVector
celeritas/phys/InteractionUtils ‑ celeritas/phys/InteractionUtils
celeritas/phys/Particle ‑ celeritas/phys/Particle
celeritas/phys/Physics ‑ celeritas/phys/Physics
celeritas/phys/PhysicsStepUtils ‑ celeritas/phys/PhysicsStepUtils
celeritas/phys/PrimaryGenerator ‑ celeritas/phys/PrimaryGenerator
celeritas/phys/ProcessBuilder ‑ celeritas/phys/ProcessBuilder
celeritas/random/RngEngine ‑ celeritas/random/RngEngine
celeritas/random/RngReseed ‑ celeritas/random/RngReseed
celeritas/random/Selector ‑ celeritas/random/Selector
celeritas/random/XorwowRngEngine ‑ celeritas/random/XorwowRngEngine
celeritas/random/distribution/BernoulliDistribution ‑ celeritas/random/distribution/BernoulliDistribution
celeritas/random/distribution/ExponentialDistribution ‑ celeritas/random/distribution/ExponentialDistribution
celeritas/random/distribution/GammaDistribution ‑ celeritas/random/distribution/GammaDistribution
celeritas/random/distribution/InverseSquareDistribution ‑ celeritas/random/distribution/InverseSquareDistribution
celeritas/random/distribution/IsotropicDistribution ‑ celeritas/random/distribution/IsotropicDistribution
celeritas/random/distribution/NormalDistribution ‑ celeritas/random/distribution/NormalDistribution
celeritas/random/distribution/PoissonDistribution ‑ celeritas/random/distribution/PoissonDistribution
celeritas/random/distribution/RadialDistribution ‑ celeritas/random/distribution/RadialDistribution
celeritas/random/distribution/ReciprocalDistribution ‑ celeritas/random/distribution/ReciprocalDistribution
celeritas/random/distribution/RejectionSampler ‑ celeritas/random/distribution/RejectionSampler
celeritas/random/distribution/UniformBoxDistribution ‑ celeritas/random/distribution/UniformBoxDistribution
celeritas/random/distribution/UniformRealDistribution ‑ celeritas/random/distribution/UniformRealDistribution
celeritas/track/Sim ‑ celeritas/track/Sim
celeritas/track/StatusChecker ‑ celeritas/track/StatusChecker
celeritas/track/TrackInit ‑ celeritas/track/TrackInit
celeritas/track/TrackSort ‑ celeritas/track/TrackSort
celeritas/user/DetectorSteps ‑ celeritas/user/DetectorSteps
celeritas/user/Diagnostic ‑ celeritas/user/Diagnostic
celeritas/user/StepCollector ‑ celeritas/user/StepCollector
corecel/Assert ‑ corecel/Assert
corecel/OpaqueId ‑ corecel/OpaqueId
corecel/cont/Array ‑ corecel/cont/Array
corecel/cont/InitializedValue ‑ corecel/cont/InitializedValue
corecel/cont/LabelIdMultiMap ‑ corecel/cont/LabelIdMultiMap
corecel/cont/Range ‑ corecel/cont/Range
corecel/cont/Span ‑ corecel/cont/Span
corecel/cont/VariantUtils ‑ corecel/cont/VariantUtils
corecel/data/AuxInterface ‑ corecel/data/AuxInterface
corecel/data/Collection ‑ corecel/data/Collection
corecel/data/Copier ‑ corecel/data/Copier
corecel/data/DeviceAllocation ‑ corecel/data/DeviceAllocation
corecel/data/DeviceVector ‑ corecel/data/DeviceVector
corecel/data/HyperslabIndexer ‑ corecel/data/HyperslabIndexer
corecel/data/LdgIterator ‑ corecel/data/LdgIterator
corecel/data/ObserverPtr ‑ corecel/data/ObserverPtr
corecel/data/StackAllocator ‑ corecel/data/StackAllocator
corecel/grid/Interpolator ‑ corecel/grid/Interpolator
corecel/grid/NonuniformGrid ‑ corecel/grid/NonuniformGrid
corecel/grid/TwodGridCalculator ‑ corecel/grid/TwodGridCalculator
corecel/grid/UniformGrid ‑ corecel/grid/UniformGrid
corecel/grid/VectorUtils ‑ corecel/grid/VectorUtils
corecel/io/EnumStringMapper ‑ corecel/io/EnumStringMapper
corecel/io/Join ‑ corecel/io/Join
corecel/io/Label ‑ corecel/io/Label
corecel/io/Logger ‑ corecel/io/Logger
corecel/io/OutputRegistry ‑ corecel/io/OutputRegistry
corecel/io/Repr ‑ corecel/io/Repr
corecel/io/StringEnumMapper ‑ corecel/io/StringEnumMapper
corecel/io/StringUtils ‑ corecel/io/StringUtils
corecel/math/Algorithms ‑ corecel/math/Algorithms
corecel/math/ArrayOperators ‑ corecel/math/ArrayOperators
corecel/math/ArrayUtils ‑ corecel/math/ArrayUtils
corecel/math/BisectionRootFinder ‑ corecel/math/BisectionRootFinder
corecel/math/HashUtils ‑ corecel/math/HashUtils
corecel/math/IllinoisRootFinder ‑ corecel/math/IllinoisRootFinder
corecel/math/Integrator ‑ corecel/math/Integrator
corecel/math/NumericLimits ‑ corecel/math/NumericLimits
corecel/math/Quantity ‑ corecel/math/Quantity
corecel/math/RegulaFalsiRootFinder ‑ corecel/math/RegulaFalsiRootFinder
corecel/math/SoftEqual ‑ corecel/math/SoftEqual
corecel/sys/ActionRegistry ‑ corecel/sys/ActionRegistry
corecel/sys/Environment ‑ corecel/sys/Environment
corecel/sys/MpiCommunicator ‑ corecel/sys/MpiCommunicator
corecel/sys/MultiExceptionHandler ‑ corecel/sys/MultiExceptionHandler
corecel/sys/ScopedSignalHandler ‑ corecel/sys/ScopedSignalHandler
corecel/sys/ScopedStreamRedirect ‑ corecel/sys/ScopedStreamRedirect
corecel/sys/Stopwatch ‑ corecel/sys/Stopwatch
corecel/sys/TypeDemangler ‑ corecel/sys/TypeDemangler
corecel/sys/Version ‑ corecel/sys/Version
geocel/BoundingBox ‑ geocel/BoundingBox
geocel/rasterize/Color ‑ geocel/rasterize/Color
geocel/rasterize/Image ‑ geocel/rasterize/Image
geocel/rasterize/ImageWriter ‑ geocel/rasterize/ImageWriter
geocel/rasterize/Raytracer ‑ geocel/rasterize/Raytracer
orange/BoundingBoxUtils ‑ orange/BoundingBoxUtils
orange/MatrixUtils ‑ orange/MatrixUtils
orange/Orange ‑ orange/Orange
orange/OrangeGeant ‑ orange/OrangeGeant
orange/OrangeJson ‑ orange/OrangeJson
orange/OrangeShift ‑ orange/OrangeShift
orange/OrangeTypes ‑ orange/OrangeTypes
orange/RaytraceImager ‑ orange/RaytraceImager
orange/detail/BIHBuilder ‑ orange/detail/BIHBuilder
orange/detail/BIHTraverser ‑ orange/detail/BIHTraverser
orange/detail/BIHUtils ‑ orange/detail/BIHUtils
orange/detail/OrientedBoundingZone ‑ orange/detail/OrientedBoundingZone
orange/detail/UniverseIndexer ‑ orange/detail/UniverseIndexer
orange/orangeinp/CsgObject ‑ orange/orangeinp/CsgObject
orange/orangeinp/CsgTree ‑ orange/orangeinp/CsgTree
orange/orangeinp/CsgTreeUtils ‑ orange/orangeinp/CsgTreeUtils
orange/orangeinp/IntersectRegion ‑ orange/orangeinp/IntersectRegion
orange/orangeinp/IntersectSurfaceBuilder ‑ orange/orangeinp/IntersectSurfaceBuilder
orange/orangeinp/PolySolid ‑ orange/orangeinp/PolySolid
orange/orangeinp/Shape ‑ orange/orangeinp/Shape
orange/orangeinp/Solid ‑ orange/orangeinp/Solid
orange/orangeinp/Transformed ‑ orange/orangeinp/Transformed
orange/orangeinp/UnitProto ‑ orange/orangeinp/UnitProto
orange/orangeinp/detail/BoundingZone ‑ orange/orangeinp/detail/BoundingZone
orange/orangeinp/detail/LocalSurfaceInserter ‑ orange/orangeinp/detail/LocalSurfaceInserter
orange/orangeinp/detail/PolygonUtils ‑ orange/orangeinp/detail/PolygonUtils
orange/orangeinp/detail/ProtoMap ‑ orange/orangeinp/detail/ProtoMap
orange/orangeinp/detail/SurfaceGridHash ‑ orange/orangeinp/detail/SurfaceGridHash
orange/orangeinp/detail/TransformInserter ‑ orange/orangeinp/detail/TransformInserter
orange/surf/ConeAligned ‑ orange/surf/ConeAligned
orange/surf/CylAligned ‑ orange/surf/CylAligned
orange/surf/CylCentered ‑ orange/surf/CylCentered
orange/surf/FaceNamer ‑ orange/surf/FaceNamer
orange/surf/GeneralQuadric ‑ orange/surf/GeneralQuadric
orange/surf/Involute ‑ orange/surf/Involute
orange/surf/LocalSurfaceVisitor ‑ orange/surf/LocalSurfaceVisitor
orange/surf/Plane ‑ orange/surf/Plane
orange/surf/PlaneAligned ‑ orange/surf/PlaneAligned
orange/surf/RecursiveSimplifier ‑ orange/surf/RecursiveSimplifier
orange/surf/SimpleQuadric ‑ orange/surf/SimpleQuadric
orange/surf/SoftSurfaceEqual ‑ orange/surf/SoftSurfaceEqual
orange/surf/Sphere ‑ orange/surf/Sphere
orange/surf/SphereCentered ‑ orange/surf/SphereCentered
orange/surf/SurfaceClipper ‑ orange/surf/SurfaceClipper
orange/surf/SurfaceSimplifier ‑ orange/surf/SurfaceSimplifier
orange/surf/detail/InvolutePoint ‑ orange/surf/detail/InvolutePoint
orange/surf/detail/InvoluteSolver ‑ orange/surf/detail/InvoluteSolver
orange/surf/detail/QuadraticSolver ‑ orange/surf/detail/QuadraticSolver
orange/surf/detail/SurfaceTransformer ‑ orange/surf/detail/SurfaceTransformer
orange/surf/detail/SurfaceTranslator ‑ orange/surf/detail/SurfaceTranslator
orange/transform/SignedPermutation ‑ orange/transform/SignedPermutation
orange/transform/TransformSimplifier ‑ orange/transform/TransformSimplifier
orange/transform/Transformation ‑ orange/transform/Transformation
orange/transform/Translation ‑ orange/transform/Translation
orange/transform/VariantTransform ‑ orange/transform/VariantTransform
orange/univ/RectArrayTracker ‑ orange/univ/RectArrayTracker
orange/univ/SimpleUnitTracker ‑ orange/univ/SimpleUnitTracker
orange/univ/TrackerVisitor ‑ orange/univ/TrackerVisitor
orange/univ/VolumeView ‑ orange/univ/VolumeView
orange/univ/detail/InfixEvaluator ‑ orange/univ/detail/InfixEvaluator
orange/univ/detail/LogicEvaluator ‑ orange/univ/detail/LogicEvaluator
orange/univ/detail/LogicStack ‑ orange/univ/detail/LogicStack
orange/univ/detail/RaggedRightIndexer ‑ orange/univ/detail/RaggedRightIndexer
orange/univ/detail/SenseCalculator ‑ orange/univ/detail/SenseCalculator
orange/univ/detail/SurfaceFunctors ‑ orange/univ/detail/SurfaceFunctors
testdetail/JsonComparer ‑ testdetail/JsonComparer
testdetail/TestMacros ‑ testdetail/TestMacros