VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
dox
Filters
General
vtkHierarchicalDataLevelFilter.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkHierarchicalDataLevelFilter.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
=========================================================================*/
24
#ifndef __vtkHierarchicalDataLevelFilter_h
25
#define __vtkHierarchicalDataLevelFilter_h
26
27
#include "vtkFiltersGeneralModule.h"
// For export macro
28
#include "
vtkLevelIdScalars.h
"
29
30
class
VTKFILTERSGENERAL_EXPORT
vtkHierarchicalDataLevelFilter
:
public
vtkLevelIdScalars
31
{
32
public
:
33
vtkTypeMacro(
vtkHierarchicalDataLevelFilter
,
vtkLevelIdScalars
);
34
void
PrintSelf
(ostream& os, vtkIndent indent);
35
38
static
vtkHierarchicalDataLevelFilter
*
New
();
39
40
protected
:
41
vtkHierarchicalDataLevelFilter
();
42
~
vtkHierarchicalDataLevelFilter
();
43
44
private
:
45
vtkHierarchicalDataLevelFilter
(
const
vtkHierarchicalDataLevelFilter
&);
// Not implemented.
46
void
operator=(
const
vtkHierarchicalDataLevelFilter
&);
// Not implemented.
47
};
48
49
#endif
50
51
vtkLevelIdScalars::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkLevelIdScalars::New
static vtkLevelIdScalars * New()
vtkHierarchicalDataLevelFilter
generate scalars from levels
Definition:
vtkHierarchicalDataLevelFilter.h:30
vtkLevelIdScalars.h
vtkLevelIdScalars
Definition:
vtkLevelIdScalars.h:27
Generated on Sat May 10 2014 05:42:42 for VTK by
1.8.6