VTK
dox
Infovis
Core
vtkTreeLevelsFilter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkTreeLevelsFilter.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
-------------------------------------------------------------------------*/
41
#ifndef vtkTreeLevelsFilter_h
42
#define vtkTreeLevelsFilter_h
43
44
#include "vtkInfovisCoreModule.h"
// For export macro
45
#include "
vtkTreeAlgorithm.h
"
46
47
class
VTKINFOVISCORE_EXPORT
vtkTreeLevelsFilter
:
public
vtkTreeAlgorithm
48
{
49
public
:
50
static
vtkTreeLevelsFilter
*
New
();
51
vtkTypeMacro(
vtkTreeLevelsFilter
,
vtkTreeAlgorithm
);
52
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
53
54
protected
:
55
vtkTreeLevelsFilter
();
56
~vtkTreeLevelsFilter
()
override
{}
57
58
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
59
60
private
:
61
vtkTreeLevelsFilter
(
const
vtkTreeLevelsFilter
&) =
delete
;
62
void
operator=(
const
vtkTreeLevelsFilter
&) =
delete
;
63
};
64
65
#endif
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:42
vtkTreeAlgorithm.h
vtkTreeLevelsFilter::vtkTreeLevelsFilter
vtkTreeLevelsFilter()
vtkTreeLevelsFilter
adds level and leaf fields to a vtkTree
Definition:
vtkTreeLevelsFilter.h:48
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:40
vtkTreeLevelsFilter::~vtkTreeLevelsFilter
~vtkTreeLevelsFilter() override
Definition:
vtkTreeLevelsFilter.h:56
vtkTreeAlgorithm
Superclass for algorithms that produce only Tree as output.
Definition:
vtkTreeAlgorithm.h:49
vtkTreeLevelsFilter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:87
vtkTreeLevelsFilter::New
static vtkTreeLevelsFilter * New()
vtkTreeLevelsFilter::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Generated by
1.8.18