#include <vtkRenderedTreeAreaRepresentation.h>
Definition at line 55 of file vtkRenderedTreeAreaRepresentation.h.
Reimplemented from vtkRenderedRepresentation.
Definition at line 59 of file vtkRenderedTreeAreaRepresentation.h.
vtkRenderedTreeAreaRepresentation::vtkRenderedTreeAreaRepresentation | ( | ) | [protected] |
vtkRenderedTreeAreaRepresentation::~vtkRenderedTreeAreaRepresentation | ( | ) | [protected] |
static vtkRenderedTreeAreaRepresentation* vtkRenderedTreeAreaRepresentation::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkRenderedRepresentation.
virtual const char* vtkRenderedTreeAreaRepresentation::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkRenderedRepresentation.
static int vtkRenderedTreeAreaRepresentation::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 vtkRenderedRepresentation.
virtual int vtkRenderedTreeAreaRepresentation::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 vtkRenderedRepresentation.
static vtkRenderedTreeAreaRepresentation* vtkRenderedTreeAreaRepresentation::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkRenderedRepresentation.
void vtkRenderedTreeAreaRepresentation::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 vtkRenderedRepresentation.
virtual void vtkRenderedTreeAreaRepresentation::SetLabelRenderMode | ( | int | mode | ) | [virtual] |
Set the label render mode. QT - Use vtkQtTreeRingLabeler with fitted labeling and unicode support. Requires VTK_USE_QT to be on. FREETYPE
Reimplemented from vtkRenderedRepresentation.
virtual void vtkRenderedTreeAreaRepresentation::SetAreaLabelArrayName | ( | const char * | name | ) | [virtual] |
The array to use for area labeling. Default is "label".
virtual const char* vtkRenderedTreeAreaRepresentation::GetAreaLabelArrayName | ( | ) | [virtual] |
The array to use for area labeling. Default is "label".
virtual void vtkRenderedTreeAreaRepresentation::SetAreaSizeArrayName | ( | const char * | name | ) | [virtual] |
The array to use for area sizes. Default is "size".
virtual const char* vtkRenderedTreeAreaRepresentation::GetAreaSizeArrayName | ( | ) | [virtual] |
The array to use for area sizes. Default is "size".
virtual void vtkRenderedTreeAreaRepresentation::SetAreaLabelPriorityArrayName | ( | const char * | name | ) | [virtual] |
The array to use for area labeling priority. Default is "GraphVertexDegree".
virtual const char* vtkRenderedTreeAreaRepresentation::GetAreaLabelPriorityArrayName | ( | ) | [virtual] |
The array to use for area labeling priority. Default is "GraphVertexDegree".
virtual void vtkRenderedTreeAreaRepresentation::SetGraphEdgeLabelArrayName | ( | const char * | name | ) | [inline, virtual] |
The array to use for edge labeling. Default is "label".
Definition at line 88 of file vtkRenderedTreeAreaRepresentation.h.
virtual void vtkRenderedTreeAreaRepresentation::SetGraphEdgeLabelArrayName | ( | const char * | name, | |
int | idx | |||
) | [virtual] |
The array to use for edge labeling. Default is "label".
virtual const char* vtkRenderedTreeAreaRepresentation::GetGraphEdgeLabelArrayName | ( | ) | [inline, virtual] |
The array to use for edge labeling. Default is "label".
Definition at line 91 of file vtkRenderedTreeAreaRepresentation.h.
virtual const char* vtkRenderedTreeAreaRepresentation::GetGraphEdgeLabelArrayName | ( | int | idx | ) | [virtual] |
The array to use for edge labeling. Default is "label".
virtual void vtkRenderedTreeAreaRepresentation::SetGraphEdgeLabelTextProperty | ( | vtkTextProperty * | tp | ) | [inline, virtual] |
The text property for the graph edge labels.
Definition at line 98 of file vtkRenderedTreeAreaRepresentation.h.
virtual void vtkRenderedTreeAreaRepresentation::SetGraphEdgeLabelTextProperty | ( | vtkTextProperty * | tp, | |
int | idx | |||
) | [virtual] |
The text property for the graph edge labels.
virtual vtkTextProperty* vtkRenderedTreeAreaRepresentation::GetGraphEdgeLabelTextProperty | ( | ) | [inline, virtual] |
The text property for the graph edge labels.
Definition at line 101 of file vtkRenderedTreeAreaRepresentation.h.
virtual vtkTextProperty* vtkRenderedTreeAreaRepresentation::GetGraphEdgeLabelTextProperty | ( | int | idx | ) | [virtual] |
The text property for the graph edge labels.
virtual void vtkRenderedTreeAreaRepresentation::SetAreaHoverArrayName | ( | const char * | ) | [virtual] |
The name of the array whose value appears when the mouse hovers over a rectangle in the treemap.
virtual char* vtkRenderedTreeAreaRepresentation::GetAreaHoverArrayName | ( | ) | [virtual] |
The name of the array whose value appears when the mouse hovers over a rectangle in the treemap.
virtual void vtkRenderedTreeAreaRepresentation::SetAreaLabelVisibility | ( | bool | vis | ) | [virtual] |
Whether to show area labels. Default is off.
virtual bool vtkRenderedTreeAreaRepresentation::GetAreaLabelVisibility | ( | ) | [virtual] |
Whether to show area labels. Default is off.
virtual void vtkRenderedTreeAreaRepresentation::AreaLabelVisibilityOn | ( | ) | [virtual] |
Whether to show area labels. Default is off.
virtual void vtkRenderedTreeAreaRepresentation::AreaLabelVisibilityOff | ( | ) | [virtual] |
Whether to show area labels. Default is off.
virtual void vtkRenderedTreeAreaRepresentation::SetAreaLabelTextProperty | ( | vtkTextProperty * | tp | ) | [virtual] |
The text property for the area labels.
virtual vtkTextProperty* vtkRenderedTreeAreaRepresentation::GetAreaLabelTextProperty | ( | ) | [virtual] |
The text property for the area labels.
virtual void vtkRenderedTreeAreaRepresentation::SetGraphEdgeLabelVisibility | ( | bool | vis | ) | [inline, virtual] |
Whether to show edge labels. Default is off.
Definition at line 128 of file vtkRenderedTreeAreaRepresentation.h.
virtual void vtkRenderedTreeAreaRepresentation::SetGraphEdgeLabelVisibility | ( | bool | vis, | |
int | idx | |||
) | [virtual] |
Whether to show edge labels. Default is off.
virtual bool vtkRenderedTreeAreaRepresentation::GetGraphEdgeLabelVisibility | ( | ) | [inline, virtual] |
Whether to show edge labels. Default is off.
Definition at line 131 of file vtkRenderedTreeAreaRepresentation.h.
virtual bool vtkRenderedTreeAreaRepresentation::GetGraphEdgeLabelVisibility | ( | int | idx | ) | [virtual] |
Whether to show edge labels. Default is off.
virtual void vtkRenderedTreeAreaRepresentation::GraphEdgeLabelVisibilityOn | ( | ) | [virtual] |
Whether to show edge labels. Default is off.
virtual void vtkRenderedTreeAreaRepresentation::GraphEdgeLabelVisibilityOff | ( | ) | [virtual] |
Whether to show edge labels. Default is off.
void vtkRenderedTreeAreaRepresentation::SetAreaColorArrayName | ( | const char * | name | ) |
The array to use for coloring vertices. Default is "color".
const char* vtkRenderedTreeAreaRepresentation::GetAreaColorArrayName | ( | ) |
The array to use for coloring vertices. Default is "color".
virtual void vtkRenderedTreeAreaRepresentation::SetColorAreasByArray | ( | bool | vis | ) | [virtual] |
Whether to color vertices. Default is off.
virtual bool vtkRenderedTreeAreaRepresentation::GetColorAreasByArray | ( | ) | [virtual] |
Whether to color vertices. Default is off.
virtual void vtkRenderedTreeAreaRepresentation::ColorAreasByArrayOn | ( | ) | [virtual] |
Whether to color vertices. Default is off.
virtual void vtkRenderedTreeAreaRepresentation::ColorAreasByArrayOff | ( | ) | [virtual] |
Whether to color vertices. Default is off.
virtual void vtkRenderedTreeAreaRepresentation::SetGraphEdgeColorArrayName | ( | const char * | name | ) | [inline, virtual] |
The array to use for coloring edges. Default is "color".
Definition at line 152 of file vtkRenderedTreeAreaRepresentation.h.
virtual void vtkRenderedTreeAreaRepresentation::SetGraphEdgeColorArrayName | ( | const char * | name, | |
int | idx | |||
) | [virtual] |
The array to use for coloring edges. Default is "color".
virtual const char* vtkRenderedTreeAreaRepresentation::GetGraphEdgeColorArrayName | ( | ) | [inline, virtual] |
The array to use for coloring edges. Default is "color".
Definition at line 155 of file vtkRenderedTreeAreaRepresentation.h.
virtual const char* vtkRenderedTreeAreaRepresentation::GetGraphEdgeColorArrayName | ( | int | idx | ) | [virtual] |
The array to use for coloring edges. Default is "color".
virtual void vtkRenderedTreeAreaRepresentation::SetGraphEdgeColorToSplineFraction | ( | ) | [inline, virtual] |
Set the color to be the spline fraction
Definition at line 162 of file vtkRenderedTreeAreaRepresentation.h.
virtual void vtkRenderedTreeAreaRepresentation::SetGraphEdgeColorToSplineFraction | ( | int | idx | ) | [virtual] |
Set the color to be the spline fraction
virtual void vtkRenderedTreeAreaRepresentation::SetColorGraphEdgesByArray | ( | bool | vis | ) | [inline, virtual] |
Whether to color edges. Default is off.
Definition at line 169 of file vtkRenderedTreeAreaRepresentation.h.
virtual void vtkRenderedTreeAreaRepresentation::SetColorGraphEdgesByArray | ( | bool | vis, | |
int | idx | |||
) | [virtual] |
Whether to color edges. Default is off.
virtual bool vtkRenderedTreeAreaRepresentation::GetColorGraphEdgesByArray | ( | ) | [inline, virtual] |
Whether to color edges. Default is off.
Definition at line 172 of file vtkRenderedTreeAreaRepresentation.h.
virtual bool vtkRenderedTreeAreaRepresentation::GetColorGraphEdgesByArray | ( | int | idx | ) | [virtual] |
Whether to color edges. Default is off.
virtual void vtkRenderedTreeAreaRepresentation::ColorGraphEdgesByArrayOn | ( | ) | [virtual] |
Whether to color edges. Default is off.
virtual void vtkRenderedTreeAreaRepresentation::ColorGraphEdgesByArrayOff | ( | ) | [virtual] |
Whether to color edges. Default is off.
virtual void vtkRenderedTreeAreaRepresentation::SetGraphHoverArrayName | ( | const char * | name | ) | [inline, virtual] |
The name of the array whose value appears when the mouse hovers over a graph edge.
Definition at line 181 of file vtkRenderedTreeAreaRepresentation.h.
virtual void vtkRenderedTreeAreaRepresentation::SetGraphHoverArrayName | ( | const char * | name, | |
int | idx | |||
) | [virtual] |
The name of the array whose value appears when the mouse hovers over a graph edge.
virtual const char* vtkRenderedTreeAreaRepresentation::GetGraphHoverArrayName | ( | ) | [inline, virtual] |
The name of the array whose value appears when the mouse hovers over a graph edge.
Definition at line 184 of file vtkRenderedTreeAreaRepresentation.h.
virtual const char* vtkRenderedTreeAreaRepresentation::GetGraphHoverArrayName | ( | int | idx | ) | [virtual] |
The name of the array whose value appears when the mouse hovers over a graph edge.
virtual void vtkRenderedTreeAreaRepresentation::SetShrinkPercentage | ( | double | value | ) | [virtual] |
Set the region shrink percentage between 0.0 and 1.0.
virtual double vtkRenderedTreeAreaRepresentation::GetShrinkPercentage | ( | ) | [virtual] |
Set the region shrink percentage between 0.0 and 1.0.
virtual void vtkRenderedTreeAreaRepresentation::SetGraphBundlingStrength | ( | double | strength | ) | [inline, virtual] |
Set the bundling strength.
Definition at line 197 of file vtkRenderedTreeAreaRepresentation.h.
virtual void vtkRenderedTreeAreaRepresentation::SetGraphBundlingStrength | ( | double | strength, | |
int | idx | |||
) | [virtual] |
Set the bundling strength.
virtual double vtkRenderedTreeAreaRepresentation::GetGraphBundlingStrength | ( | ) | [inline, virtual] |
Set the bundling strength.
Definition at line 200 of file vtkRenderedTreeAreaRepresentation.h.
virtual double vtkRenderedTreeAreaRepresentation::GetGraphBundlingStrength | ( | int | idx | ) | [virtual] |
Set the bundling strength.
virtual void vtkRenderedTreeAreaRepresentation::SetGraphSplineType | ( | int | type, | |
int | idx | |||
) | [virtual] |
Sets the spline type for the graph edges. vtkSplineGraphEdges::CUSTOM uses a vtkCardinalSpline. vtkSplineGraphEdges::BSPLINE uses a b-spline. The default is BSPLINE.
virtual int vtkRenderedTreeAreaRepresentation::GetGraphSplineType | ( | int | idx | ) | [virtual] |
Sets the spline type for the graph edges. vtkSplineGraphEdges::CUSTOM uses a vtkCardinalSpline. vtkSplineGraphEdges::BSPLINE uses a b-spline. The default is BSPLINE.
virtual void vtkRenderedTreeAreaRepresentation::SetAreaLayoutStrategy | ( | vtkAreaLayoutStrategy * | strategy | ) | [virtual] |
The layout strategy for producing spatial regions for the tree.
virtual vtkAreaLayoutStrategy* vtkRenderedTreeAreaRepresentation::GetAreaLayoutStrategy | ( | ) | [virtual] |
The layout strategy for producing spatial regions for the tree.
virtual void vtkRenderedTreeAreaRepresentation::SetAreaToPolyData | ( | vtkPolyDataAlgorithm * | areaToPoly | ) | [virtual] |
The filter for converting areas to polydata. This may e.g. be vtkTreeMapToPolyData or vtkTreeRingToPolyData. The filter must take a vtkTree as input and produce vtkPolyData.
virtual vtkPolyDataAlgorithm* vtkRenderedTreeAreaRepresentation::GetAreaToPolyData | ( | ) | [virtual] |
The filter for converting areas to polydata. This may e.g. be vtkTreeMapToPolyData or vtkTreeRingToPolyData. The filter must take a vtkTree as input and produce vtkPolyData.
virtual void vtkRenderedTreeAreaRepresentation::SetUseRectangularCoordinates | ( | bool | ) | [virtual] |
Whether the area represents radial or rectangular coordinates.
virtual bool vtkRenderedTreeAreaRepresentation::GetUseRectangularCoordinates | ( | ) | [virtual] |
Whether the area represents radial or rectangular coordinates.
virtual void vtkRenderedTreeAreaRepresentation::UseRectangularCoordinatesOn | ( | ) | [virtual] |
Whether the area represents radial or rectangular coordinates.
virtual void vtkRenderedTreeAreaRepresentation::UseRectangularCoordinatesOff | ( | ) | [virtual] |
Whether the area represents radial or rectangular coordinates.
virtual void vtkRenderedTreeAreaRepresentation::SetAreaLabelMapper | ( | vtkLabeledDataMapper * | mapper | ) | [virtual] |
The mapper for rendering labels on areas. This may e.g. be vtkDynamic2DLabelMapper or vtkTreeMapLabelMapper.
virtual vtkLabeledDataMapper* vtkRenderedTreeAreaRepresentation::GetAreaLabelMapper | ( | ) | [virtual] |
The mapper for rendering labels on areas. This may e.g. be vtkDynamic2DLabelMapper or vtkTreeMapLabelMapper.
virtual void vtkRenderedTreeAreaRepresentation::ApplyViewTheme | ( | vtkViewTheme * | theme | ) | [virtual] |
Apply the theme to this view.
virtual void vtkRenderedTreeAreaRepresentation::SetEdgeScalarBarVisibility | ( | bool | b | ) | [virtual] |
Visibility of scalar bar actor for edges.
virtual bool vtkRenderedTreeAreaRepresentation::GetEdgeScalarBarVisibility | ( | ) | [virtual] |
Visibility of scalar bar actor for edges.
virtual bool vtkRenderedTreeAreaRepresentation::AddToView | ( | vtkView * | view | ) | [protected, virtual] |
Called by the view to add/remove this representation.
virtual bool vtkRenderedTreeAreaRepresentation::RemoveFromView | ( | vtkView * | view | ) | [protected, virtual] |
Called by the view to add/remove this representation.
virtual vtkSelection* vtkRenderedTreeAreaRepresentation::ConvertSelection | ( | vtkView * | view, | |
vtkSelection * | selection | |||
) | [protected, virtual] |
Convert the selection to a type appropriate for sharing with other representations through vtkAnnotationLink, possibly using the view. For the superclass, we just return the same selection. Subclasses may do something more fancy, like convert the selection from a frustrum to a list of pedigree ids. If the selection cannot be applied to this representation, return NULL.
Reimplemented from vtkDataRepresentation.
virtual int vtkRenderedTreeAreaRepresentation::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 vtkPassInputTypeAlgorithm.
virtual int vtkRenderedTreeAreaRepresentation::RequestData | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
Subclasses should override this to connect inputs to the internal pipeline as necessary. Since most representations are "meta-filters" (i.e. filters containing other filters), you should create shallow copies of your input before connecting to the internal pipeline. The convenience method GetInternalOutputPort will create a cached shallow copy of a specified input for you. The related helper functions GetInternalAnnotationOutputPort, GetInternalSelectionOutputPort should be used to obtain a selection or annotation port whose selections are localized for a particular input data object.
Reimplemented from vtkDataRepresentation.
virtual void vtkRenderedTreeAreaRepresentation::PrepareForRendering | ( | vtkRenderView * | view | ) | [protected, virtual] |
The view will call this method before every render. Representations may add their own pre-render logic here.
Reimplemented from vtkRenderedRepresentation.
bool vtkRenderedTreeAreaRepresentation::ValidIndex | ( | int | idx | ) | [protected] |
void vtkRenderedTreeAreaRepresentation::UpdateHoverHighlight | ( | vtkView * | view, | |
int | x, | |||
int | y | |||
) | [protected] |
virtual vtkUnicodeString vtkRenderedTreeAreaRepresentation::GetHoverTextInternal | ( | vtkSelection * | ) | [protected, virtual] |
Subclasses may override this method to generate the hover text.
Reimplemented from vtkRenderedRepresentation.
virtual void vtkRenderedTreeAreaRepresentation::SetAreaSizeArrayNameInternal | ( | const char * | ) | [protected, virtual] |
virtual char* vtkRenderedTreeAreaRepresentation::GetAreaSizeArrayNameInternal | ( | ) | [protected, virtual] |
virtual void vtkRenderedTreeAreaRepresentation::SetAreaColorArrayNameInternal | ( | const char * | ) | [protected, virtual] |
virtual char* vtkRenderedTreeAreaRepresentation::GetAreaColorArrayNameInternal | ( | ) | [protected, virtual] |
virtual void vtkRenderedTreeAreaRepresentation::SetAreaLabelArrayNameInternal | ( | const char * | ) | [protected, virtual] |
virtual char* vtkRenderedTreeAreaRepresentation::GetAreaLabelArrayNameInternal | ( | ) | [protected, virtual] |
virtual void vtkRenderedTreeAreaRepresentation::SetAreaLabelPriorityArrayNameInternal | ( | const char * | ) | [protected, virtual] |
virtual char* vtkRenderedTreeAreaRepresentation::GetAreaLabelPriorityArrayNameInternal | ( | ) | [protected, virtual] |
virtual void vtkRenderedTreeAreaRepresentation::SetGraphEdgeColorArrayNameInternal | ( | const char * | ) | [protected, virtual] |
virtual char* vtkRenderedTreeAreaRepresentation::GetGraphEdgeColorArrayNameInternal | ( | ) | [protected, virtual] |
virtual char* vtkRenderedTreeAreaRepresentation::GetAreaHoverTextInternal | ( | ) | [protected, virtual] |
virtual void vtkRenderedTreeAreaRepresentation::SetAreaHoverTextInternal | ( | const char * | ) | [protected, virtual] |
Internals* vtkRenderedTreeAreaRepresentation::Implementation [protected] |
Reimplemented from vtkRenderedRepresentation.
Definition at line 278 of file vtkRenderedTreeAreaRepresentation.h.
Definition at line 283 of file vtkRenderedTreeAreaRepresentation.h.
Definition at line 284 of file vtkRenderedTreeAreaRepresentation.h.
Definition at line 285 of file vtkRenderedTreeAreaRepresentation.h.
Definition at line 286 of file vtkRenderedTreeAreaRepresentation.h.
vtkSmartPointer<vtkTreeFieldAggregator> vtkRenderedTreeAreaRepresentation::TreeAggregation [protected] |
Definition at line 287 of file vtkRenderedTreeAreaRepresentation.h.
Definition at line 288 of file vtkRenderedTreeAreaRepresentation.h.
Definition at line 289 of file vtkRenderedTreeAreaRepresentation.h.
Definition at line 290 of file vtkRenderedTreeAreaRepresentation.h.
Definition at line 291 of file vtkRenderedTreeAreaRepresentation.h.
Definition at line 292 of file vtkRenderedTreeAreaRepresentation.h.
Definition at line 293 of file vtkRenderedTreeAreaRepresentation.h.
Definition at line 294 of file vtkRenderedTreeAreaRepresentation.h.
Definition at line 295 of file vtkRenderedTreeAreaRepresentation.h.
Definition at line 296 of file vtkRenderedTreeAreaRepresentation.h.
Definition at line 297 of file vtkRenderedTreeAreaRepresentation.h.
vtkSmartPointer<vtkPointSetToLabelHierarchy> vtkRenderedTreeAreaRepresentation::AreaLabelHierarchy [protected] |
Definition at line 298 of file vtkRenderedTreeAreaRepresentation.h.
Definition at line 299 of file vtkRenderedTreeAreaRepresentation.h.
char* vtkRenderedTreeAreaRepresentation::AreaSizeArrayNameInternal [protected] |
Definition at line 303 of file vtkRenderedTreeAreaRepresentation.h.
char* vtkRenderedTreeAreaRepresentation::AreaColorArrayNameInternal [protected] |
Definition at line 306 of file vtkRenderedTreeAreaRepresentation.h.
char* vtkRenderedTreeAreaRepresentation::AreaLabelArrayNameInternal [protected] |
Definition at line 309 of file vtkRenderedTreeAreaRepresentation.h.
char* vtkRenderedTreeAreaRepresentation::AreaLabelPriorityArrayNameInternal [protected] |
Definition at line 312 of file vtkRenderedTreeAreaRepresentation.h.
char* vtkRenderedTreeAreaRepresentation::GraphEdgeColorArrayNameInternal [protected] |
Definition at line 315 of file vtkRenderedTreeAreaRepresentation.h.
char* vtkRenderedTreeAreaRepresentation::AreaHoverTextInternal [protected] |
Definition at line 318 of file vtkRenderedTreeAreaRepresentation.h.
char* vtkRenderedTreeAreaRepresentation::AreaHoverArrayName [protected] |
Definition at line 320 of file vtkRenderedTreeAreaRepresentation.h.
bool vtkRenderedTreeAreaRepresentation::UseRectangularCoordinates [protected] |
Definition at line 322 of file vtkRenderedTreeAreaRepresentation.h.