Go to the documentation of this file.
10 #ifndef vtk_m_rendering_MapperPoint_h
11 #define vtk_m_rendering_MapperPoint_h
48 virtual bool GetUseCells()
const;
50 virtual void SetUseCells();
52 virtual bool GetUsePoints()
const;
54 virtual void SetUsePoints();
64 void UseVariableRadius(
bool useVariableRadius);
79 void SetCompositeBackground(
bool on);
99 #endif //vtk_m_rendering_MapperPoint_h
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
Association
Identifies what elements of a data set a field is associated with.
Definition: Field.h:38
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
This mapper renders points from a cell set.
Definition: MapperPoint.h:30
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
float Float32
Base type to use for 32-bit floating-point numbers.
Definition: Types.h:157
Specifies the viewport for a rendering.
Definition: Camera.h:37
std::shared_ptr< InternalsType > Internals
Definition: MapperPoint.h:83
#define VTKM_DEPRECATED(...)
Definition: Deprecated.h:145
Represent a continuous scalar range of values.
Definition: Range.h:31