VTK
vtkTreeRingView.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkTreeRingView.h
5 
6  -------------------------------------------------------------------------
7  Copyright 2008 Sandia Corporation.
8  Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
9  the U.S. Government retains certain rights in this software.
10  -------------------------------------------------------------------------
11 
12  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
13  All rights reserved.
14  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
15 
16  This software is distributed WITHOUT ANY WARRANTY; without even
17  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
18  PURPOSE. See the above copyright notice for more information.
19 
20 =========================================================================*/
21 
44 #ifndef __vtkTreeRingView_h
45 #define __vtkTreeRingView_h
46 
47 #include "vtkTreeAreaView.h"
48 
50 {
51 public:
52  static vtkTreeRingView *New();
54  void PrintSelf(ostream& os, vtkIndent indent);
55 
57  void SetRootAngles(double start, double end);
58 
60 
61  virtual void SetRootAtCenter(bool value);
62  virtual bool GetRootAtCenter();
63  vtkBooleanMacro(RootAtCenter, bool);
65 
67 
68  virtual void SetLayerThickness(double thickness);
69  virtual double GetLayerThickness();
71 
73 
75  virtual void SetInteriorRadius(double thickness);
76  virtual double GetInteriorRadius();
78 
80 
82  virtual void SetInteriorLogSpacingValue(double thickness);
83  virtual double GetInteriorLogSpacingValue();
85 
86 protected:
88  ~vtkTreeRingView();
89 
90 private:
91  vtkTreeRingView(const vtkTreeRingView&); // Not implemented.
92  void operator=(const vtkTreeRingView&); // Not implemented.
93 };
94 
95 #endif
Accepts a graph and a hierarchy - currently a tree - and provides a hierarchy-aware display...
static vtkTreeAreaView * New()
#define VTK_VIEWS_EXPORT
a simple class to control print indentation
Definition: vtkIndent.h:37
Displays a tree in concentric rings.
void PrintSelf(ostream &os, vtkIndent indent)