Go to the documentation of this file.
18 #ifndef viskores_rendering_Mapper_h
19 #define viskores_rendering_Mapper_h
37 class VISKORES_RENDERING_EXPORT
Mapper
61 const std::string fieldName,
73 virtual void SetLogarithmX(
bool l);
74 virtual void SetLogarithmY(
bool l);
78 bool LogarithmX =
false;
79 bool LogarithmY =
false;
83 bool SortBackToFront =
true;
95 #endif //viskores_rendering_Mapper_h
Manages an array-worth of data.
Definition: ArrayHandle.h:313
Manages a coordinate system for a DataSet.
Definition: CoordinateSystem.h:38
viskores::cont::ArrayHandle< viskores::Vec4f_32 > ColorMap
Definition: Mapper.h:77
Mapper()
Definition: Mapper.h:41
#define VISKORES_CONT
Definition: ExportMacros.h:65
Groups connected points that have the same field value.
Definition: Atomic.h:27
Color Table for coloring arbitrary fields.
Definition: cont/ColorTable.h:97
Converts data into commands to a rendering system.
Definition: Mapper.h:37
Comprises a set of viskores::cont::DataSet objects.
Definition: PartitionedDataSet.h:34
Represent a continuous scalar range of values.
Definition: Range.h:39
A CellSet of an unknown type.
Definition: UnknownCellSet.h:56
Specifies the viewport for a rendering.
Definition: Camera.h:45
A Field encapsulates an array on some piece of the mesh, such as the points, a cell set,...
Definition: Field.h:39
Represents the image space that is the target of rendering.
Definition: Canvas.h:43