VTK
vtkSliceAndDiceLayoutStrategy.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkSliceAndDiceLayoutStrategy.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
15 /*-------------------------------------------------------------------------
16  Copyright 2008 Sandia Corporation.
17  Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
18  the U.S. Government retains certain rights in this software.
19 -------------------------------------------------------------------------*/
36 #ifndef vtkSliceAndDiceLayoutStrategy_h
37 #define vtkSliceAndDiceLayoutStrategy_h
38 
39 #include "vtkInfovisLayoutModule.h" // For export macro
41 
43 {
44 public:
46 
48  void PrintSelf(ostream& os, vtkIndent indent);
49 
51 
53  void Layout(
54  vtkTree* inputTree,
55  vtkDataArray* coordsArray,
56  vtkDataArray* sizeArray);
58 
59 protected:
62 
63 private:
65  void operator=(const vtkSliceAndDiceLayoutStrategy&); // Not implemented.
66 };
67 
68 #endif
69 
#define VTKINFOVISLAYOUT_EXPORT
virtual void Layout(vtkTree *inputTree, vtkDataArray *areaArray, vtkDataArray *sizeArray)=0
a simple class to control print indentation
Definition: vtkIndent.h:38
abstract superclass for arrays of numeric data
Definition: vtkDataArray.h:54
void PrintSelf(ostream &os, vtkIndent indent)
abstract superclass for all tree map layout strategies
a horizontal and vertical slicing tree map layout
static vtkObject * New()
A rooted tree data structure.
Definition: vtkTree.h:59