vtk-m2/vtkm/rendering
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
..
raytracing Fix warning about initialization out of order in RenderSurface.h 2016-05-19 16:59:39 -06:00
testing Fix shadowed variable warnings and style for View.h 2016-05-19 16:37:37 -06:00
AxisAnnotation2D.h adding 2d annotations and fixing a viewport bug 2016-05-09 16:32:27 -04:00
AxisAnnotation3D.h adding 2d annotations and fixing a viewport bug 2016-05-09 16:32:27 -04:00
AxisAnnotation.h adding 3d axes 2016-04-19 17:04:00 -04:00
BoundingBoxAnnotation.h Merge branch 'annot2' of gitlab.kitware.com:jsmeredith/vtk-m into annot2 2016-04-19 09:16:10 -04:00
CMakeLists.txt Ray Tracer 2016-05-17 22:13:36 -07:00
Color.h adding rendering from other branch 2016-03-28 08:50:04 -04:00
ColorBarAnnotation.h adding color bar legend 2016-05-18 15:29:50 -04:00
ColorTable.h Added structured 2016-05-18 16:30:07 -07:00
Plot.h Ray Tracer 2016-05-17 22:13:36 -07:00
RenderSurface.h Fix warning about initialization out of order in RenderSurface.h 2016-05-19 16:59:39 -06:00
RenderSurfaceGL.h Fix warning about initialization out of order in RenderSurface.h 2016-05-19 16:59:39 -06:00
RenderSurfaceGLX.h refactoring render surfaces to unify duplicate code. 2016-05-18 14:34:10 -04:00
RenderSurfaceOSMesa.h Fix warning about initialization out of order in RenderSurface.h 2016-05-19 16:59:39 -06:00
RenderSurfaceRayTracer.h Fix warning about initialization out of order in RenderSurface.h 2016-05-19 16:59:39 -06:00
Scene.h Merge branch 'annot2' of gitlab.kitware.com:jsmeredith/vtk-m into annot2 2016-04-19 09:16:10 -04:00
SceneRenderer.h Ray Tracer 2016-05-17 22:13:36 -07:00
SceneRendererGL.h Support for 2D rendering. And some general clean up. 2016-04-18 16:42:59 -04:00
SceneRendererRayTracer.h merged volume renderers 2016-05-18 10:25:05 -07:00
SceneRendererVolume.h Added structured 2016-05-18 16:30:07 -07:00
Triangulator.h Add support for 2D structured cells. 2016-04-14 17:04:58 -04:00
View.h Fix shadowed variable warnings and style for View.h 2016-05-19 16:37:37 -06:00
Window.h Fix shadowed variable warnings and style for View.h 2016-05-19 16:37:37 -06:00
WorldAnnotator.h adding 3d axes 2016-04-19 17:04:00 -04:00
WorldAnnotatorGL.h adding world annotation capability and 3d bounding box. 2016-04-15 15:24:23 -04:00