|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   29 #ifndef vtkLabeledContourMapper_h 
   30 #define vtkLabeledContourMapper_h 
   32 #include "vtkRenderingCoreModule.h"  
   68   void GetBounds(
double bounds[6]) 
override;
 
  119   vtkSetMacro(LabelVisibility, 
bool);
 
  120   vtkGetMacro(LabelVisibility, 
bool);
 
  121   vtkBooleanMacro(LabelVisibility, 
bool);
 
  129   vtkSetMacro(SkipDistance, 
double);
 
  130   vtkGetMacro(SkipDistance, 
double);
 
  146   virtual void ComputeBounds();
 
  156   bool ResolveLabels();
 
  157   virtual bool CreateLabels(
vtkActor* actor);
 
  158   bool BuildStencilQuads();
 
  165   bool FreeTextActors();
 
  182   void FreeStencilQuads();
 
  
map vtkPolyData to graphics primitives
vtkIdType StencilQuadsSize
unsigned int * StencilQuadIndices
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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
vtkIdType NumberOfUsedTextActors
an ordered 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.
void ReleaseGraphicsResources(vtkWindow *) override
Release any graphics resources that are being consumed by this mapper.
represent text properties.
double * GetBounds() override
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax,...
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