Go to the documentation of this file.
39 #ifndef vtkTreeAreaView_h
40 #define vtkTreeAreaView_h
virtual int GetEdgeLabelFontSize()
double GetShrinkPercentage()
void PrintSelf(ostream &os, vtkIndent indent)
const char * GetAreaHoverArrayName()
void SetColorAreas(bool vis)
A view containing a renderer.
GLboolean GLboolean GLboolean b
static vtkTreeAreaView * New()
virtual void SetAreaToPolyData(vtkPolyDataAlgorithm *areaToPoly)
virtual vtkPolyDataAlgorithm * GetAreaToPolyData()
vtkDataRepresentation * SetTreeFromInput(vtkTree *input)
virtual void SetLayoutStrategy(vtkAreaLayoutStrategy *strategy)
void SetAreaLabelVisibility(bool vis)
virtual void SetEdgeLabelFontSize(const int size)
#define VTKVIEWSINFOVIS_EXPORT
const char * GetAreaColorArrayName()
#define vtkTypeMacro(thisClass, superclass)
void SetEdgeLabelVisibility(bool vis)
virtual bool GetEdgeScalarBarVisibility()
virtual int GetAreaLabelFontSize()
GLenum GLenum GLenum input
const char * GetEdgeLabelArrayName()
void SetEdgeColorToSplineFraction()
void SetAreaHoverArrayName(const char *name)
const char * GetAreaLabelArrayName()
A rooted tree data structure.
void SetBundlingStrength(double strength)
bool GetEdgeLabelVisibility()
const char * GetLabelPriorityArrayName()
GLuint const GLchar * name
virtual void SetAreaLabelMapper(vtkLabeledDataMapper *mapper)
virtual vtkDataRepresentation * CreateDefaultRepresentation(vtkAlgorithmOutput *conn)
GLsizei const GLfloat * value
The superclass for all representations.
a simple class to control print indentation
void SetAreaSizeArrayName(const char *name)
vtkDataRepresentation * SetTreeFromInputConnection(vtkAlgorithmOutput *conn)
virtual void SetAreaLabelFontSize(const int size)
virtual vtkAreaLayoutStrategy * GetLayoutStrategy()
void SetAreaColorArrayName(const char *name)
virtual void SetUseRectangularCoordinates(bool rect)
bool GetAreaLabelVisibility()
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkDataRepresentation * SetGraphFromInput(vtkGraph *input)
void SetColorEdges(bool vis)
void SetLabelPriorityArrayName(const char *name)
virtual vtkRenderedTreeAreaRepresentation * GetTreeAreaRepresentation()
draw text labels at dataset points
const char * GetEdgeColorArrayName()
virtual vtkLabeledDataMapper * GetAreaLabelMapper()
void SetEdgeColorArrayName(const char *name)
Proxy object to connect input/output ports.
void SetAreaLabelArrayName(const char *name)
vtkDataRepresentation * SetGraphFromInputConnection(vtkAlgorithmOutput *conn)
const char * GetAreaSizeArrayName()
double GetBundlingStrength()
Base class for graph data types.
abstract superclass for all area layout strategies
virtual void SetEdgeScalarBarVisibility(bool b)
Accepts a graph and a hierarchy - currently a tree - and provides a hierarchy-aware display....
void SetShrinkPercentage(double value)
virtual bool GetUseRectangularCoordinates()
void SetEdgeLabelArrayName(const char *name)
Superclass for algorithms that produce only polydata as output.