Go to the documentation of this file.
18 #ifndef viskores_rendering_MapperWireframer_h
19 #define viskores_rendering_MapperWireframer_h
55 bool GetShowInternalZones()
const;
57 void SetShowInternalZones(
bool showInternalZones);
58 void SetCompositeBackground(
bool on);
60 bool GetIsOverlay()
const;
61 void SetIsOverlay(
bool isOverlay);
79 #endif // viskores_rendering_MapperWireframer_h
Mapper that renders the edges of a mesh.
Definition: MapperWireframer.h:40
Manages a coordinate system for a DataSet.
Definition: CoordinateSystem.h:38
#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
std::shared_ptr< InternalsType > Internals
Definition: MapperWireframer.h:66
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