VTK
9.0.1
Infovis
Layout
vtkCirclePackLayoutStrategy.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkCirclePackLayoutStrategy.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
-------------------------------------------------------------------------*/
39
#ifndef vtkCirclePackLayoutStrategy_h
40
#define vtkCirclePackLayoutStrategy_h
41
42
#include "vtkInfovisLayoutModule.h"
// For export macro
43
#include "
vtkObject.h
"
44
45
class
vtkTree
;
46
class
vtkDataArray
;
47
48
class
VTKINFOVISLAYOUT_EXPORT
vtkCirclePackLayoutStrategy
:
public
vtkObject
49
{
50
public
:
51
vtkTypeMacro(
vtkCirclePackLayoutStrategy
,
vtkObject
);
52
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
53
62
virtual
void
Layout(
vtkTree
* inputTree,
vtkDataArray
* areaArray,
vtkDataArray
* sizeArray) = 0;
63
64
protected
:
65
vtkCirclePackLayoutStrategy
();
66
~
vtkCirclePackLayoutStrategy
()
override
;
67
68
private
:
69
vtkCirclePackLayoutStrategy
(
const
vtkCirclePackLayoutStrategy
&) =
delete
;
70
void
operator=(
const
vtkCirclePackLayoutStrategy
&) =
delete
;
71
};
72
73
#endif
vtkObject
abstract base class for most VTK objects
Definition:
vtkObject.h:62
vtkDataArray
abstract superclass for arrays of numeric data
Definition:
vtkDataArray.h:49
vtkCirclePackLayoutStrategy
abstract superclass for all circle packing layout strategies.
Definition:
vtkCirclePackLayoutStrategy.h:48
vtkTree
A rooted tree data structure.
Definition:
vtkTree.h:54
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:33
vtkObject::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkObject.h
Generated on Thu Jun 24 2021 15:17:26 for VTK by
1.8.17