Go to the documentation of this file.
32 #ifndef vtkLabeledContourMapper_h
33 #define vtkLabeledContourMapper_h
35 #include "vtkRenderingCoreModule.h"
123 vtkGetMacro(LabelVisibility,
bool)
133 vtkGetMacro(SkipDistance,
double)
149 virtual void ComputeBounds();
159 bool ResolveLabels();
160 virtual bool CreateLabels(
vtkActor *actor);
161 bool BuildStencilQuads();
164 virtual bool RemoveStencil();
168 bool FreeTextActors();
185 void FreeStencilQuads();
map vtkPolyData to graphics primitives
virtual void ReleaseGraphicsResources(vtkWindow *)
Release any graphics resources that are being consumed by this mapper.
vtkIdType StencilQuadsSize
unsigned int * StencilQuadIndices
vtkTextActor3D ** TextActors
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
An actor that displays text.
vtkTimeStamp LabelBuildTime
record modification and/or execution time
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkIdType NumberOfUsedTextActors
a list of vtkTextProperty objects.
vtkSmartPointer< vtkTextPropertyCollection > TextProperties
window superclass for vtkRenderWindow
virtual void Render(vtkRenderer *ren, vtkActor *a)=0
Method initiates the mapping process.
abstract class specifies interface to map data to graphics primitives
vtkIdType StencilQuadIndicesSize
vtkIdType NumberOfTextActors
represents an object (geometry & properties) in a rendered scene
a simple class to control print indentation
vtkDataSet * GetInput()
Get the input as a vtkDataSet.
represent text properties.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
static vtkAlgorithm * New()
vtkSmartPointer< vtkDoubleArray > TextPropertyMapping
abstract specification for renderers
concrete dataset represents vertices, lines, polygons, and triangle strips
dynamic, self-adjusting array of double
vtkNew< vtkPolyDataMapper > PolyDataMapper
virtual double * GetBounds()
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax,...