29 #ifndef vtkLabeledContourMapper_h
30 #define vtkLabeledContourMapper_h
32 #include "vtkRenderingCoreModule.h"
50 void PrintSelf(ostream& os,
vtkIndent indent) VTK_OVERRIDE;
67 double *GetBounds() VTK_OVERRIDE;
68 void GetBounds(
double bounds[6]) VTK_OVERRIDE;
120 vtkGetMacro(LabelVisibility,
bool)
130 vtkGetMacro(SkipDistance,
double)
140 void ReleaseGraphicsResources(
vtkWindow *) VTK_OVERRIDE;
144 ~vtkLabeledContourMapper() VTK_OVERRIDE;
146 virtual
void ComputeBounds();
156 bool ResolveLabels();
157 virtual
bool CreateLabels(
vtkActor *actor);
158 bool BuildStencilQuads();
161 virtual
bool RemoveStencil();
165 bool FreeTextActors();
169 bool LabelVisibility;
180 unsigned int *StencilQuadIndices;
182 void FreeStencilQuads();
187 vtkLabeledContourMapper(const vtkLabeledContourMapper&) VTK_DELETE_FUNCTION;
188 void operator=(const vtkLabeledContourMapper&) VTK_DELETE_FUNCTION;
represents an object (geometry & properties) in a rendered scene
record modification and/or execution time
abstract specification for renderers
Hold a reference to a vtkObjectBase instance.
concrete dataset represents vertices, lines, polygons, and triangle strips
an ordered list of vtkTextProperty objects.
dynamic, self-adjusting array of double
window superclass for vtkRenderWindow
a simple class to control print indentation
An actor that displays text.
represent text properties.
abstract class specifies interface to map data to graphics primitives
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
map vtkPolyData to graphics primitives
Allocate and hold a VTK object.
static vtkAlgorithm * New()
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.