VTK
|
Places and renders non-overlapping labels. More...
#include <vtkLabelPlacementMapper.h>
Places and renders non-overlapping labels.
To use this mapper, first send your data through vtkPointSetToLabelHierarchy, which takes a set of points, associates special arrays to the points (label, priority, etc.), and produces a prioritized spatial tree of labels.
This mapper then takes that hierarchy (or hierarchies) as input, and every frame will decide which labels and/or icons to place in order of priority, and will render only those labels/icons. A label render strategy is used to render the labels, and can use e.g. FreeType or Qt for rendering.
Definition at line 50 of file vtkLabelPlacementMapper.h.
Reimplemented from vtkMapper2D.
Definition at line 54 of file vtkLabelPlacementMapper.h.
Definition at line 130 of file vtkLabelPlacementMapper.h.
Definition at line 152 of file vtkLabelPlacementMapper.h.
vtkLabelPlacementMapper::vtkLabelPlacementMapper | ( | ) | [protected] |
vtkLabelPlacementMapper::~vtkLabelPlacementMapper | ( | ) | [protected] |
static vtkLabelPlacementMapper* vtkLabelPlacementMapper::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm.
static int vtkLabelPlacementMapper::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkMapper2D.
virtual int vtkLabelPlacementMapper::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkMapper2D.
static vtkLabelPlacementMapper* vtkLabelPlacementMapper::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkMapper2D.
virtual vtkObjectBase* vtkLabelPlacementMapper::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkMapper2D.
Reimplemented from vtkMapper2D.
void vtkLabelPlacementMapper::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkMapper2D.
void vtkLabelPlacementMapper::RenderOverlay | ( | vtkViewport * | viewport, |
vtkActor2D * | actor | ||
) | [virtual] |
Draw non-overlapping labels to the screen.
Reimplemented from vtkMapper2D.
virtual void vtkLabelPlacementMapper::SetRenderStrategy | ( | vtkLabelRenderStrategy * | s | ) | [virtual] |
Set the label rendering strategy.
virtual vtkLabelRenderStrategy* vtkLabelPlacementMapper::GetRenderStrategy | ( | ) | [virtual] |
Set the label rendering strategy.
virtual void vtkLabelPlacementMapper::SetMaximumLabelFraction | ( | double | ) | [virtual] |
The maximum fraction of the screen that the labels may cover. Label placement stops when this fraction is reached.
virtual double vtkLabelPlacementMapper::GetMaximumLabelFraction | ( | ) | [virtual] |
The maximum fraction of the screen that the labels may cover. Label placement stops when this fraction is reached.
virtual void vtkLabelPlacementMapper::SetIteratorType | ( | int | ) | [virtual] |
The type of iterator used when traversing the labels. May be vtkLabelHierarchy::FRUSTUM or vtkLabelHierarchy::FULL_SORT
virtual int vtkLabelPlacementMapper::GetIteratorType | ( | ) | [virtual] |
The type of iterator used when traversing the labels. May be vtkLabelHierarchy::FRUSTUM or vtkLabelHierarchy::FULL_SORT
virtual void vtkLabelPlacementMapper::SetUseUnicodeStrings | ( | bool | ) | [virtual] |
Set whether, or not, to use unicode strings.
virtual bool vtkLabelPlacementMapper::GetUseUnicodeStrings | ( | ) | [virtual] |
Set whether, or not, to use unicode strings.
virtual void vtkLabelPlacementMapper::UseUnicodeStringsOn | ( | ) | [virtual] |
Set whether, or not, to use unicode strings.
virtual void vtkLabelPlacementMapper::UseUnicodeStringsOff | ( | ) | [virtual] |
Set whether, or not, to use unicode strings.
virtual bool vtkLabelPlacementMapper::GetPositionsAsNormals | ( | ) | [virtual] |
Use label anchor point coordinates as normal vectors and eliminate those pointing away from the camera. Valid only when points are on a sphere centered at the origin (such as a 3D geographic view). Off by default.
virtual void vtkLabelPlacementMapper::SetPositionsAsNormals | ( | bool | ) | [virtual] |
Use label anchor point coordinates as normal vectors and eliminate those pointing away from the camera. Valid only when points are on a sphere centered at the origin (such as a 3D geographic view). Off by default.
virtual void vtkLabelPlacementMapper::PositionsAsNormalsOn | ( | ) | [virtual] |
Use label anchor point coordinates as normal vectors and eliminate those pointing away from the camera. Valid only when points are on a sphere centered at the origin (such as a 3D geographic view). Off by default.
virtual void vtkLabelPlacementMapper::PositionsAsNormalsOff | ( | ) | [virtual] |
Use label anchor point coordinates as normal vectors and eliminate those pointing away from the camera. Valid only when points are on a sphere centered at the origin (such as a 3D geographic view). Off by default.
virtual bool vtkLabelPlacementMapper::GetGeneratePerturbedLabelSpokes | ( | ) | [virtual] |
Enable drawing spokes (lines) to anchor point coordinates that were perturbed for being coincident with other anchor point coordinates.
virtual void vtkLabelPlacementMapper::SetGeneratePerturbedLabelSpokes | ( | bool | ) | [virtual] |
Enable drawing spokes (lines) to anchor point coordinates that were perturbed for being coincident with other anchor point coordinates.
virtual void vtkLabelPlacementMapper::GeneratePerturbedLabelSpokesOn | ( | ) | [virtual] |
Enable drawing spokes (lines) to anchor point coordinates that were perturbed for being coincident with other anchor point coordinates.
virtual void vtkLabelPlacementMapper::GeneratePerturbedLabelSpokesOff | ( | ) | [virtual] |
Enable drawing spokes (lines) to anchor point coordinates that were perturbed for being coincident with other anchor point coordinates.
virtual bool vtkLabelPlacementMapper::GetUseDepthBuffer | ( | ) | [virtual] |
Use the depth buffer to test each label to see if it should not be displayed if it would be occluded by other objects in the scene. Off by default.
virtual void vtkLabelPlacementMapper::SetUseDepthBuffer | ( | bool | ) | [virtual] |
Use the depth buffer to test each label to see if it should not be displayed if it would be occluded by other objects in the scene. Off by default.
virtual void vtkLabelPlacementMapper::UseDepthBufferOn | ( | ) | [virtual] |
Use the depth buffer to test each label to see if it should not be displayed if it would be occluded by other objects in the scene. Off by default.
virtual void vtkLabelPlacementMapper::UseDepthBufferOff | ( | ) | [virtual] |
Use the depth buffer to test each label to see if it should not be displayed if it would be occluded by other objects in the scene. Off by default.
virtual void vtkLabelPlacementMapper::SetPlaceAllLabels | ( | bool | ) | [virtual] |
Tells the placer to place every label regardless of overlap. Off by default.
virtual bool vtkLabelPlacementMapper::GetPlaceAllLabels | ( | ) | [virtual] |
Tells the placer to place every label regardless of overlap. Off by default.
virtual void vtkLabelPlacementMapper::PlaceAllLabelsOn | ( | ) | [virtual] |
Tells the placer to place every label regardless of overlap. Off by default.
virtual void vtkLabelPlacementMapper::PlaceAllLabelsOff | ( | ) | [virtual] |
Tells the placer to place every label regardless of overlap. Off by default.
virtual void vtkLabelPlacementMapper::SetOutputTraversedBounds | ( | bool | ) | [virtual] |
Whether to render traversed bounds. Off by default.
virtual bool vtkLabelPlacementMapper::GetOutputTraversedBounds | ( | ) | [virtual] |
Whether to render traversed bounds. Off by default.
virtual void vtkLabelPlacementMapper::OutputTraversedBoundsOn | ( | ) | [virtual] |
Whether to render traversed bounds. Off by default.
virtual void vtkLabelPlacementMapper::OutputTraversedBoundsOff | ( | ) | [virtual] |
Whether to render traversed bounds. Off by default.
virtual void vtkLabelPlacementMapper::SetShape | ( | int | ) | [virtual] |
The shape of the label background, should be one of the values in the LabelShape enumeration.
virtual int vtkLabelPlacementMapper::GetShape | ( | ) | [virtual] |
The shape of the label background, should be one of the values in the LabelShape enumeration.
virtual void vtkLabelPlacementMapper::SetShapeToNone | ( | ) | [inline, virtual] |
The shape of the label background, should be one of the values in the LabelShape enumeration.
Definition at line 143 of file vtkLabelPlacementMapper.h.
virtual void vtkLabelPlacementMapper::SetShapeToRect | ( | ) | [inline, virtual] |
The shape of the label background, should be one of the values in the LabelShape enumeration.
Definition at line 145 of file vtkLabelPlacementMapper.h.
virtual void vtkLabelPlacementMapper::SetShapeToRoundedRect | ( | ) | [inline, virtual] |
The shape of the label background, should be one of the values in the LabelShape enumeration.
Definition at line 147 of file vtkLabelPlacementMapper.h.
virtual void vtkLabelPlacementMapper::SetStyle | ( | int | ) | [virtual] |
The style of the label background shape, should be one of the values in the LabelStyle enumeration.
virtual int vtkLabelPlacementMapper::GetStyle | ( | ) | [virtual] |
The style of the label background shape, should be one of the values in the LabelStyle enumeration.
virtual void vtkLabelPlacementMapper::SetStyleToFilled | ( | ) | [inline, virtual] |
The style of the label background shape, should be one of the values in the LabelStyle enumeration.
Definition at line 164 of file vtkLabelPlacementMapper.h.
virtual void vtkLabelPlacementMapper::SetStyleToOutline | ( | ) | [inline, virtual] |
The style of the label background shape, should be one of the values in the LabelStyle enumeration.
Definition at line 166 of file vtkLabelPlacementMapper.h.
virtual void vtkLabelPlacementMapper::SetMargin | ( | double | ) | [virtual] |
The size of the margin on the label background shape. Default is 5.
virtual double vtkLabelPlacementMapper::GetMargin | ( | ) | [virtual] |
The size of the margin on the label background shape. Default is 5.
virtual void vtkLabelPlacementMapper::SetBackgroundColor | ( | double | , |
double | , | ||
double | |||
) | [virtual] |
The color of the background shape.
virtual void vtkLabelPlacementMapper::SetBackgroundColor | ( | double | [3] | ) | [virtual] |
The color of the background shape.
virtual double* vtkLabelPlacementMapper::GetBackgroundColor | ( | ) | [virtual] |
The color of the background shape.
virtual void vtkLabelPlacementMapper::GetBackgroundColor | ( | double & | , |
double & | , | ||
double & | |||
) | [virtual] |
The color of the background shape.
virtual void vtkLabelPlacementMapper::GetBackgroundColor | ( | double | [3] | ) | [virtual] |
The color of the background shape.
virtual void vtkLabelPlacementMapper::SetBackgroundOpacity | ( | double | ) | [virtual] |
The opacity of the background shape.
virtual double vtkLabelPlacementMapper::GetBackgroundOpacity | ( | ) | [virtual] |
The opacity of the background shape.
virtual vtkCoordinate* vtkLabelPlacementMapper::GetAnchorTransform | ( | ) | [virtual] |
Get the transform for the anchor points.
virtual void vtkLabelPlacementMapper::SetAnchorTransform | ( | vtkCoordinate * | ) | [protected, virtual] |
virtual int vtkLabelPlacementMapper::FillInputPortInformation | ( | int | port, |
vtkInformation * | info | ||
) | [protected, virtual] |
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkAlgorithm.
Internal* vtkLabelPlacementMapper::Buckets [protected] |
Definition at line 202 of file vtkLabelPlacementMapper.h.
Definition at line 206 of file vtkLabelPlacementMapper.h.
vtkCoordinate* vtkLabelPlacementMapper::AnchorTransform [protected] |
Definition at line 207 of file vtkLabelPlacementMapper.h.
Definition at line 208 of file vtkLabelPlacementMapper.h.
double vtkLabelPlacementMapper::MaximumLabelFraction [protected] |
Definition at line 209 of file vtkLabelPlacementMapper.h.
bool vtkLabelPlacementMapper::PositionsAsNormals [protected] |
Definition at line 210 of file vtkLabelPlacementMapper.h.
bool vtkLabelPlacementMapper::GeneratePerturbedLabelSpokes [protected] |
Definition at line 211 of file vtkLabelPlacementMapper.h.
bool vtkLabelPlacementMapper::UseDepthBuffer [protected] |
Definition at line 212 of file vtkLabelPlacementMapper.h.
bool vtkLabelPlacementMapper::UseUnicodeStrings [protected] |
Definition at line 213 of file vtkLabelPlacementMapper.h.
bool vtkLabelPlacementMapper::PlaceAllLabels [protected] |
Definition at line 214 of file vtkLabelPlacementMapper.h.
bool vtkLabelPlacementMapper::OutputTraversedBounds [protected] |
Definition at line 215 of file vtkLabelPlacementMapper.h.
int vtkLabelPlacementMapper::LastRendererSize[2] [protected] |
Definition at line 217 of file vtkLabelPlacementMapper.h.
double vtkLabelPlacementMapper::LastCameraPosition[3] [protected] |
Definition at line 218 of file vtkLabelPlacementMapper.h.
double vtkLabelPlacementMapper::LastCameraFocalPoint[3] [protected] |
Definition at line 219 of file vtkLabelPlacementMapper.h.
double vtkLabelPlacementMapper::LastCameraViewUp[3] [protected] |
Definition at line 220 of file vtkLabelPlacementMapper.h.
Definition at line 221 of file vtkLabelPlacementMapper.h.
int vtkLabelPlacementMapper::IteratorType [protected] |
Definition at line 222 of file vtkLabelPlacementMapper.h.
int vtkLabelPlacementMapper::Style [protected] |
Definition at line 224 of file vtkLabelPlacementMapper.h.
int vtkLabelPlacementMapper::Shape [protected] |
Definition at line 225 of file vtkLabelPlacementMapper.h.
double vtkLabelPlacementMapper::Margin [protected] |
Definition at line 226 of file vtkLabelPlacementMapper.h.
double vtkLabelPlacementMapper::BackgroundOpacity [protected] |
Definition at line 227 of file vtkLabelPlacementMapper.h.
double vtkLabelPlacementMapper::BackgroundColor[3] [protected] |
Definition at line 228 of file vtkLabelPlacementMapper.h.