vtk-m/vtkm/rendering/raytracing
Kenneth Moreland 4b83826345 Fix uninitialized variable warning in structured volume renderer
One of the dashboard was complaining that the bottomLeft variable might
have been used uninitialized because it got set in a condition above it.
In fact, that condition is always true the first during the first
iteration, but it is not worth fighting the compiler over it. Instead,
just initialize the value of bottomLeft when it is constructed.
2016-09-22 09:52:12 -06:00
..
BoundingVolumeHierarchy.h Fix compile errors. decl for memcpy required. 2016-09-20 11:03:25 -04:00
Camera.h Replace NULL with nullptr where applicable. 2016-09-01 09:38:25 -04:00
CMakeLists.txt Fixing typo in CMakeLists 2016-05-18 16:38:15 -07:00
Ray.h Fix multiple warnings about unused params and precision loss 2016-05-19 17:15:06 -06:00
RayTracer.h Pass Fields and CoordinateSystems to Dispatcher::Invoke 2016-08-05 15:26:17 -04:00
RayTracingTypeDefs.h Ray Tracer 2016-05-17 22:13:36 -07:00
TriangleIntersector.h Fix compile errors. decl for memcpy required. 2016-09-20 11:03:25 -04:00
VolumeRendererStructured.h Fix uninitialized variable warning in structured volume renderer 2016-09-22 09:52:12 -06:00
Worklets.h Add missing copyright headers. 2016-03-28 11:16:35 -04:00