vtk-m/vtkm/rendering
Robert Maynard 8035b526a8 Update the CMake components to have the concept of backends.
Now components are labeled as devices, and therefore allow other components
to link to only backends. We also have done the same thing for rendering.
2017-01-27 10:03:53 -05:00
..
internal Merge topic 'consistently_guard_around_windows_h' 2016-11-30 13:56:49 -05:00
raytracing Reduce the amount of vtables that vtkm::rendering produce. 2017-01-16 09:17:38 -05:00
testing Make sure all custom storage containers are exported. 2017-01-16 09:17:38 -05:00
Actor.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
Actor.h Refactor vtk-m symbol visibility macros to be on the classes. 2016-10-19 15:01:32 -04:00
AxisAnnotation2D.cxx Add TextAnnotation to rendering library 2016-09-07 16:47:58 -06:00
AxisAnnotation2D.h Refactor vtk-m symbol visibility macros to be on the classes. 2016-10-19 15:01:32 -04:00
AxisAnnotation3D.cxx Add TextAnnotation to rendering library 2016-09-07 16:47:58 -06:00
AxisAnnotation3D.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
AxisAnnotation.cxx Explicitly implement constructors and destructors 2016-09-08 17:08:17 -06:00
AxisAnnotation.h Refactor vtk-m symbol visibility macros to be on the classes. 2016-10-19 15:01:32 -04:00
BitmapFont.cxx Move BitmapFont code to library 2016-09-07 16:47:42 -06:00
BitmapFont.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
BitmapFontFactory.cxx Make font factory arrays static for faster compilation 2016-09-07 16:48:11 -06:00
BitmapFontFactory.h Refactor vtk-m symbol visibility macros to be on the classes. 2016-10-19 15:01:32 -04:00
BoundingBoxAnnotation.cxx Explicitly implement constructors and destructors 2016-09-08 17:08:17 -06:00
BoundingBoxAnnotation.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
Camera.cxx Resolve errors building on windows. 2016-12-12 09:32:46 -05:00
Camera.h Resolve errors building on windows. 2016-12-12 09:32:46 -05:00
Canvas.cxx Add View to rendering library 2016-09-07 16:48:04 -06:00
Canvas.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
CanvasEGL.cxx Add View to rendering library 2016-09-07 16:48:04 -06:00
CanvasEGL.h Refactor vtk-m symbol visibility macros to be on the classes. 2016-10-19 15:01:32 -04:00
CanvasGL.cxx Add explicit 1D rendering. Also added some data model suport. 2016-11-28 16:07:40 -05:00
CanvasGL.h Refactor vtk-m symbol visibility macros to be on the classes. 2016-10-19 15:01:32 -04:00
CanvasOSMesa.cxx Removed extraneous debug output. 2016-09-26 15:09:41 -04:00
CanvasOSMesa.h Refactor vtk-m symbol visibility macros to be on the classes. 2016-10-19 15:01:32 -04:00
CanvasRayTracer.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
CanvasRayTracer.h Refactor vtk-m symbol visibility macros to be on the classes. 2016-10-19 15:01:32 -04:00
CMakeLists.txt Update the CMake components to have the concept of backends. 2017-01-27 10:03:53 -05:00
Color.cxx cleanup. Remove some compiler warnings. 2016-11-23 13:45:03 -05:00
Color.h cleanup. Remove some compiler warnings. 2016-11-23 13:45:03 -05:00
ColorBarAnnotation.cxx Explicitly implement constructors and destructors 2016-09-08 17:08:17 -06:00
ColorBarAnnotation.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
ColorTable.cxx cleanup. Remove some compiler warnings. 2016-11-23 13:45:03 -05:00
ColorTable.h cleanup. Remove some compiler warnings. 2016-11-23 13:45:03 -05:00
DecodePNG.cxx Fix uninitialized warnings from DecodePNG. 2016-10-31 15:26:05 -04:00
DecodePNG.h Move BitmapFont code to library 2016-09-07 16:47:42 -06:00
Mapper.cxx Move Mappers to rendering library 2016-09-07 16:47:52 -06:00
Mapper.h Add GetCanvas calls to the mapper classes. 2016-11-28 09:41:01 -05:00
MapperGL.cxx Make it not possible to create a cell set without specifying num points 2017-01-12 13:02:10 -07:00
MapperGL.h Add GetCanvas calls to the mapper classes. 2016-11-28 09:41:01 -05:00
MapperRayTracer.cxx Add GetCanvas calls to the mapper classes. 2016-11-28 09:41:01 -05:00
MapperRayTracer.h Add GetCanvas calls to the mapper classes. 2016-11-28 09:41:01 -05:00
MapperVolume.cxx Add GetCanvas calls to the mapper classes. 2016-11-28 09:41:01 -05:00
MapperVolume.h Add GetCanvas calls to the mapper classes. 2016-11-28 09:41:01 -05:00
MatrixHelpers.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
Scene.cxx Add Actor and Scene to rendering library 2016-09-07 16:47:56 -06:00
Scene.h Refactor vtk-m symbol visibility macros to be on the classes. 2016-10-19 15:01:32 -04:00
TextAnnotation.cxx Add TextAnnotation to rendering library 2016-09-07 16:47:58 -06:00
TextAnnotation.h Refactor vtk-m symbol visibility macros to be on the classes. 2016-10-19 15:01:32 -04:00
TextAnnotationBillboard.cxx Add TextAnnotation to rendering library 2016-09-07 16:47:58 -06:00
TextAnnotationBillboard.h Refactor vtk-m symbol visibility macros to be on the classes. 2016-10-19 15:01:32 -04:00
TextAnnotationScreen.cxx Add TextAnnotation to rendering library 2016-09-07 16:47:58 -06:00
TextAnnotationScreen.h Refactor vtk-m symbol visibility macros to be on the classes. 2016-10-19 15:01:32 -04:00
TextureGL.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
TextureGL.h Refactor vtk-m symbol visibility macros to be on the classes. 2016-10-19 15:01:32 -04:00
Triangulator.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
View1D.cxx Remove the 1D camera. 1D plots will use a 2D camera. 2016-12-02 10:26:36 -05:00
View1D.h Support for 1D rendering. 2016-11-23 10:48:22 -05:00
View2D.cxx Support for 1D rendering. 2016-11-23 10:48:22 -05:00
View2D.h Refactor vtk-m symbol visibility macros to be on the classes. 2016-10-19 15:01:32 -04:00
View3D.cxx Explicitly implement constructors and destructors 2016-09-08 17:08:17 -06:00
View3D.h Refactor vtk-m symbol visibility macros to be on the classes. 2016-10-19 15:01:32 -04:00
View.cxx Add View to rendering library 2016-09-07 16:48:04 -06:00
View.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
WorldAnnotator.cxx Add WorldAnnotator to rendering library 2016-09-07 16:48:01 -06:00
WorldAnnotator.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
WorldAnnotatorGL.cxx Add WorldAnnotator to rendering library 2016-09-07 16:48:01 -06:00
WorldAnnotatorGL.h Refactor vtk-m symbol visibility macros to be on the classes. 2016-10-19 15:01:32 -04:00