vtk-m2/vtkm/rendering/raytracing
Kenneth Moreland ee73ab96a8 Fix warning about initialization out of order in RenderSurface.h
C++ standard states that all class member variables are initialized in
the order they are declared in the class. Thus, it is considered good
C++ style to have their initialization listing in the constructor to
match the actual order they are initialized. The compiler could give a
warning otherwise.

While I am at it, rename the member variables to be more aligned with
VTK-m coding style (i.e. start with capital letter and be descriptive).
2016-05-19 16:59:39 -06:00
..
BoundingVolumeHierarchy.h Ray Tracer 2016-05-17 22:13:36 -07:00
Camera.h Fix warning about initialization out of order in RenderSurface.h 2016-05-19 16:59:39 -06:00
CMakeLists.txt Fixing typo in CMakeLists 2016-05-18 16:38:15 -07:00
Ray.h Ray Tracer 2016-05-17 22:13:36 -07:00
RayTracer.h merged volume renderers 2016-05-18 10:25:05 -07:00
RayTracingTypeDefs.h Ray Tracer 2016-05-17 22:13:36 -07:00
TriangleIntersector.h Ray Tracer 2016-05-17 22:13:36 -07:00
VolumeRendererStructured.h Added copyright statement to VolumeRendererStructured.h 2016-05-18 20:51:04 -04:00
Worklets.h Add missing copyright headers. 2016-03-28 11:16:35 -04:00