29#ifndef vtkLabelPlacer_h
30#define vtkLabelPlacer_h
33#include "vtkRenderingLabelModule.h"
35VTK_ABI_NAMESPACE_BEGIN
55 VerticalBottomBit = 1,
56 VerticalBaselineBit = 2,
57 VerticalCenterBit = 4,
59 HorizontalLeftBit = 16,
60 HorizontalCenterBit = 32,
61 HorizontalRightBit = 64,
63 HorizontalBitMask = 112,
102 vtkGetMacro(Gravity,
int);
110 vtkSetClampMacro(MaximumLabelFraction,
double, 0., 1.);
111 vtkGetMacro(MaximumLabelFraction,
double);
119 vtkSetMacro(IteratorType,
int);
120 vtkGetMacro(IteratorType,
int);
131 vtkGetMacro(PositionsAsNormals,
bool);
132 vtkSetMacro(PositionsAsNormals,
bool);
133 vtkBooleanMacro(PositionsAsNormals,
bool);
141 vtkGetMacro(GeneratePerturbedLabelSpokes,
bool);
142 vtkSetMacro(GeneratePerturbedLabelSpokes,
bool);
143 vtkBooleanMacro(GeneratePerturbedLabelSpokes,
bool);
151 vtkGetMacro(UseDepthBuffer,
bool);
152 vtkSetMacro(UseDepthBuffer,
bool);
153 vtkBooleanMacro(UseDepthBuffer,
bool);
160 vtkGetMacro(OutputTraversedBounds,
bool);
161 vtkSetMacro(OutputTraversedBounds,
bool);
162 vtkBooleanMacro(OutputTraversedBounds,
bool);
170 vtkGetMacro(OutputCoordinateSystem,
int);
171 vtkSetClampMacro(OutputCoordinateSystem,
int, WORLD, DISPLAY);
199 int LastRendererSize[2];
200 double LastCameraPosition[3];
201 double LastCameraFocalPoint[3];
202 double LastCameraViewUp[3];
perform coordinate transformation, and represent position, in a variety of vtk coordinate systems
a simple class to control print indentation
place a prioritized hierarchy of labels in screen space
virtual void SetRenderer(vtkRenderer *)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
double MaximumLabelFraction
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
LabelGravity
Specifications for the placement of the label relative to an anchor point.
void OutputCoordinateSystemWorld()
Set/get the coordinate system used for output labels.
static vtkLabelPlacer * New()
vtkCoordinate * AnchorTransform
virtual void SetAnchorTransform(vtkCoordinate *)
bool OutputTraversedBounds
~vtkLabelPlacer() override
vtkMTimeType GetMTime() override
Return this object's modified time.
void OutputCoordinateSystemDisplay()
Set/get the coordinate system used for output labels.
OutputCoordinates
Coordinate systems that output dataset may use.
@ DISPLAY
Output 2-D display coordinates for each label anchor (3 components but only 2 are significant).
@ WORLD
Output 3-D world-space coordinates for each label anchor.
virtual void SetGravity(int gravity)
The placement of the label relative to the anchor point.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
vtkSelectVisiblePoints * VisiblePoints
double LastCameraParallelScale
bool GeneratePerturbedLabelSpokes
int OutputCoordinateSystem
Superclass for algorithms that produce only polydata as output.
abstract specification for renderers
extract points that are visible (based on z-buffer calculation)
vtkTypeUInt32 vtkMTimeType