Go to the documentation of this file.
10 #ifndef vtk_m_rendering_MapperGlyphBase_h
11 #define vtk_m_rendering_MapperGlyphBase_h
24 class CanvasRayTracer;
36 virtual bool GetUseCells()
const;
37 virtual void SetUseCells();
38 virtual bool GetUseNodes()
const;
39 virtual void SetUseNodes();
41 virtual bool GetUseStride()
const;
42 virtual void SetUseStride(
bool on);
44 virtual void SetStride(
vtkm::Id stride);
48 virtual bool GetScaleByValue()
const;
49 virtual void SetScaleByValue(
bool on);
53 virtual void SetCompositeBackground(
bool on);
76 #endif //vtk_m_rendering_MapperGlyphBase_h
vtkm::rendering::CanvasRayTracer * Canvas
Definition: MapperGlyphBase.h:61
Groups connected points that have the same field value.
Definition: Atomic.h:19
vtkm::Float32 ScaleDelta
Definition: MapperGlyphBase.h:71
Definition: MapperGlyphBase.h:26
A CellSet of an unknown type.
Definition: UnknownCellSet.h:48
bool CompositeBackground
Definition: MapperGlyphBase.h:62
vtkm::Int32 Id
Represents an ID (index into arrays).
Definition: Types.h:191
Definition: CoordinateSystem.h:25
A Field encapsulates an array on some piece of the mesh, such as the points, a cell set,...
Definition: cont/Field.h:31
vtkm::Float32 BaseSize
Definition: MapperGlyphBase.h:70
bool UseNodes
Definition: MapperGlyphBase.h:64
float Float32
Definition: Types.h:154
Definition: CanvasRayTracer.h:23
vtkm::Id Stride
Definition: MapperGlyphBase.h:67
bool UseStride
Definition: MapperGlyphBase.h:66
bool ScaleByValue
Definition: MapperGlyphBase.h:69