Go to the documentation of this file.
10 #ifndef vtk_m_rendering_Mapper_h
11 #define vtk_m_rendering_Mapper_h
53 const std::string fieldName,
65 virtual void SetLogarithmX(
bool l);
66 virtual void SetLogarithmY(
bool l);
70 bool LogarithmX =
false;
71 bool LogarithmY =
false;
75 bool SortBackToFront =
true;
87 #endif //vtk_m_rendering_Mapper_h
Manages an array-worth of data.
Definition: ArrayHandle.h:300
Groups connected points that have the same field value.
Definition: Atomic.h:19
Color Table for coloring arbitrary fields.
Definition: cont/ColorTable.h:89
#define VTKM_RENDERING_EXPORT
Definition: vtkm_rendering_export.h:44
A CellSet of an unknown type.
Definition: UnknownCellSet.h:48
Manages a coordinate system for a DataSet.
Definition: CoordinateSystem.h:30
Converts data into commands to a rendering system.
Definition: Mapper.h:29
Represents the image space that is the target of rendering.
Definition: Canvas.h:35
A Field encapsulates an array on some piece of the mesh, such as the points, a cell set,...
Definition: Field.h:31
#define VTKM_CONT
Definition: ExportMacros.h:57
Mapper()
Definition: Mapper.h:33
Specifies the viewport for a rendering.
Definition: Camera.h:37
Comprises a set of vtkm::cont::DataSet objects.
Definition: PartitionedDataSet.h:26
vtkm::cont::ArrayHandle< vtkm::Vec4f_32 > ColorMap
Definition: Mapper.h:69
Represent a continuous scalar range of values.
Definition: Range.h:31