Go to the documentation of this file.
18 #ifndef viskores_rendering_MapperPoint_h
19 #define viskores_rendering_MapperPoint_h
56 virtual bool GetUseCells()
const;
58 virtual void SetUseCells();
60 virtual bool GetUsePoints()
const;
62 virtual void SetUsePoints();
72 void UseVariableRadius(
bool useVariableRadius);
87 void SetCompositeBackground(
bool on);
107 #endif //viskores_rendering_MapperPoint_h
Association
Identifies what elements of a data set a field is associated with.
Definition: Field.h:46
Manages a coordinate system for a DataSet.
Definition: CoordinateSystem.h:38
Groups connected points that have the same field value.
Definition: Atomic.h:27
Color Table for coloring arbitrary fields.
Definition: cont/ColorTable.h:97
float Float32
Base type to use for 32-bit floating-point numbers.
Definition: Types.h:165
This mapper renders points from a cell set.
Definition: MapperPoint.h:38
#define VISKORES_DEPRECATED(...)
Definition: Deprecated.h:156
std::shared_ptr< InternalsType > Internals
Definition: MapperPoint.h:91
Converts data into commands to a rendering system.
Definition: Mapper.h:37
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