vtk-m2/vtkm/rendering
Kenneth Moreland 1fe7869211 Resurrect function to get face indices
Due to recent changes to remove static arrays that are not supported on
some devices, the function to return all the local point indices on a
face was removed. That left no way to get the structure of cell faces
short of pulling an internal data structure.

This change resurrects a function to get point indices for a face. The
interface for this method has necessarily changed, so I also changed the
corresponding function for getting edge indices.
2018-03-22 22:37:33 -06:00
..
internal TryExecute RuntimeDeviceTracker can't be a const ref anymore. 2017-11-10 10:02:45 -05:00
raytracing VTK-m uses static const/constexpr when supported ( so not on cuda 7.5 ) 2018-02-26 16:41:29 -05:00
testing Merge topic 'virtual_coordinate_system_workarounds' 2018-03-13 08:31:53 -04:00
Actor.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
Actor.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
AxisAnnotation2D.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
AxisAnnotation2D.h Remove all uses of VTKM_OVERRIDE at instead just use override. 2017-11-02 09:18:15 -04:00
AxisAnnotation3D.cxx Depth no considered with annotations. Fix for volume renderer. Consistent color blending. 2018-01-29 11:39:21 -08:00
AxisAnnotation3D.h Remove VS2013 workarounds from VTK-m. 2018-02-23 15:39:39 -05:00
AxisAnnotation.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
AxisAnnotation.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
BitmapFont.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
BitmapFont.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
BitmapFontFactory.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
BitmapFontFactory.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
BoundingBoxAnnotation.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
BoundingBoxAnnotation.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
Camera.cxx Enable highest level of warnings(W4) under MSVC 2017-09-22 13:04:28 -04:00
Camera.h Misc. typos 2018-01-30 06:51:47 -05:00
Canvas.cxx Depth no considered with annotations. Fix for volume renderer. Consistent color blending. 2018-01-29 11:39:21 -08:00
Canvas.h correcting compile error with CanvasGL 2018-01-29 13:41:06 -08:00
CanvasEGL.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
CanvasEGL.h Remove all uses of VTKM_OVERRIDE at instead just use override. 2017-11-02 09:18:15 -04:00
CanvasGL.cxx correcting compile error with CanvasGL 2018-01-29 13:41:06 -08:00
CanvasGL.h correcting compile error with CanvasGL 2018-01-29 13:41:06 -08:00
CanvasOSMesa.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
CanvasOSMesa.h Remove all uses of VTKM_OVERRIDE at instead just use override. 2017-11-02 09:18:15 -04:00
CanvasRayTracer.cxx Misc. typos 2018-01-30 06:51:47 -05:00
CanvasRayTracer.h Remove all uses of VTKM_OVERRIDE at instead just use override. 2017-11-02 09:18:15 -04:00
CMakeLists.txt Misc. typos 2018-01-30 06:51:47 -05:00
Color.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
Color.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ColorBarAnnotation.cxx adding finer grain control over color bar and scalar field label 2018-01-18 13:21:39 -08:00
ColorBarAnnotation.h adding finer grain control over color bar and scalar field label 2018-01-18 13:21:39 -08:00
ColorLegendAnnotation.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ColorLegendAnnotation.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ColorTable.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ColorTable.h Misc. typos 2018-01-30 06:51:47 -05:00
ConnectivityProxy.cxx More typos 2018-01-30 06:51:47 -05:00
ConnectivityProxy.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
DecodePNG.cxx Misc. typos 2018-01-30 06:51:47 -05:00
DecodePNG.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
LineRenderer.cxx Depth no considered with annotations. Fix for volume renderer. Consistent color blending. 2018-01-29 11:39:21 -08:00
LineRenderer.h Fix copyright header merge issues 2017-09-22 15:31:27 -07:00
Mapper.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
Mapper.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
MapperConnectivity.cxx Consistenly use nullptr in vtk-m. 2017-09-25 09:57:23 -04:00
MapperConnectivity.h Remove all uses of VTKM_OVERRIDE at instead just use override. 2017-11-02 09:18:15 -04:00
MapperGL.cxx Add IsType to ArrayHandleVirtualCoordinates 2018-01-25 11:02:52 -05:00
MapperGL.h Remove all uses of VTKM_OVERRIDE at instead just use override. 2017-11-02 09:18:15 -04:00
MapperRayTracer.cxx creating ray tracing benchmark 2017-12-20 14:22:52 -08:00
MapperRayTracer.h Remove all uses of VTKM_OVERRIDE at instead just use override. 2017-11-02 09:18:15 -04:00
MapperVolume.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
MapperVolume.h Remove all uses of VTKM_OVERRIDE at instead just use override. 2017-11-02 09:18:15 -04:00
MapperWireframer.cxx Resurrect function to get face indices 2018-03-22 22:37:33 -06:00
MapperWireframer.h let there be foreground color 2017-12-04 20:46:38 -08:00
MatrixHelpers.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
Scene.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
Scene.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TextAnnotation.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TextAnnotation.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TextAnnotationBillboard.cxx Depth no considered with annotations. Fix for volume renderer. Consistent color blending. 2018-01-29 11:39:21 -08:00
TextAnnotationBillboard.h Remove all uses of VTKM_OVERRIDE at instead just use override. 2017-11-02 09:18:15 -04:00
TextAnnotationScreen.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TextAnnotationScreen.h Remove all uses of VTKM_OVERRIDE at instead just use override. 2017-11-02 09:18:15 -04:00
TextRenderer.cxx Depth no considered with annotations. Fix for volume renderer. Consistent color blending. 2018-01-29 11:39:21 -08:00
TextRenderer.h Depth no considered with annotations. Fix for volume renderer. Consistent color blending. 2018-01-29 11:39:21 -08:00
Texture2D.h Update VTK-m source to use new ArrayCopy functionality 2017-09-25 16:54:46 -06:00
TextureGL.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TextureGL.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
Triangulator.h Misc. typos 2018-01-30 06:51:47 -05:00
View1D.cxx let there be foreground color 2017-12-04 20:46:38 -08:00
View1D.h let there be foreground color 2017-12-04 20:46:38 -08:00
View2D.cxx adding finer grain control over color bar and scalar field label 2018-01-18 13:21:39 -08:00
View2D.h let there be foreground color 2017-12-04 20:46:38 -08:00
View3D.cxx adding finer grain control over color bar and scalar field label 2018-01-18 13:21:39 -08:00
View3D.h let there be foreground color 2017-12-04 20:46:38 -08:00
View.cxx let there be foreground color 2017-12-04 20:46:38 -08:00
View.h let there be foreground color 2017-12-04 20:46:38 -08:00
Wireframer.h Update CoordinateSystem to use the Virtual Array 2018-01-10 10:19:19 -05:00
WorldAnnotator.cxx Depth no considered with annotations. Fix for volume renderer. Consistent color blending. 2018-01-29 11:39:21 -08:00
WorldAnnotator.h Depth no considered with annotations. Fix for volume renderer. Consistent color blending. 2018-01-29 11:39:21 -08:00
WorldAnnotatorGL.cxx Depth no considered with annotations. Fix for volume renderer. Consistent color blending. 2018-01-29 11:39:21 -08:00
WorldAnnotatorGL.h Depth no considered with annotations. Fix for volume renderer. Consistent color blending. 2018-01-29 11:39:21 -08:00