Go to the documentation of this file.
10 #ifndef vtk_m_rendering_raytracing_Glyph_Intersector_h
11 #define vtk_m_rendering_raytracing_Glyph_Intersector_h
40 template <
typename Precision>
44 template <
typename Precision>
69 #endif //vtk_m_rendering_raytracing_Glyph_Intersector_h
vtkm::cont::ArrayHandle< vtkm::Id > PointIds
Definition: GlyphIntersector.h:60
Groups connected points that have the same field value.
Definition: Atomic.h:19
virtual ~GlyphIntersector() override
void IntersectionData(Ray< vtkm::Float32 > &rays, const vtkm::cont::Field scalarField, const vtkm::Range &scalarRange) override
vtkm::rendering::GlyphType GlyphType
Definition: GlyphIntersector.h:62
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
Definition: CoordinateSystem.h:25
GlyphIntersector(vtkm::rendering::GlyphType glyphType)
A Field encapsulates an array on some piece of the mesh, such as the points, a cell set,...
Definition: cont/Field.h:31
Definition: GlyphIntersector.h:23
vtkm::Id GetNumberOfShapes() const override
void SetData(const vtkm::cont::CoordinateSystem &coords, vtkm::cont::ArrayHandle< vtkm::Id > pointIds, vtkm::cont::ArrayHandle< vtkm::Float32 > sizes)
void IntersectRays(Ray< vtkm::Float32 > &rays, bool returnCellIndex=false) override
vtkm::cont::ArrayHandle< vtkm::Float32 > Sizes
Definition: GlyphIntersector.h:61
GlyphType
Definition: GlyphType.h:18
void IntersectionDataImp(Ray< Precision > &rays, const vtkm::cont::Field scalarField, const vtkm::Range &scalarRange)
Definition: ShapeIntersector.h:24
void SetGlyphType(vtkm::rendering::GlyphType glyphType)
void IntersectRaysImp(Ray< Precision > &rays, bool returnCellIndex)
Represent a continuous scalar range of values.
Definition: Range.h:31