VTK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dox
Accelerators
Dax
vtkDaxContour.h
Go to the documentation of this file.
1
//=============================================================================
2
//
3
// Copyright (c) Kitware, Inc.
4
// All rights reserved.
5
// See LICENSE.txt for details.
6
//
7
// This software is distributed WITHOUT ANY WARRANTY; without even
8
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
9
// PURPOSE. See the above copyright notice for more information.
10
//
11
// Copyright 2012 Sandia Corporation.
12
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
13
// the U.S. Government retains certain rights in this software.
14
//
15
//=============================================================================
16
17
#ifndef vtkDaxContour_h
18
#define vtkDaxContour_h
19
20
#include "
vtkContourFilter.h
"
21
#include "vtkAcceleratorsDaxModule.h"
//required for correct implementation
22
23
class
VTKACCELERATORSDAX_EXPORT
vtkDaxContour
:
public
vtkContourFilter
24
{
25
public
:
26
vtkTypeMacro(
vtkDaxContour
,
vtkContourFilter
)
27
void PrintSelf(ostream& os,
vtkIndent
indent);
28
static
vtkDaxContour
* New();
29
30
protected:
31
vtkDaxContour
();
32
~
vtkDaxContour
();
33
34
virtual
int
RequestData(
vtkInformation
*,
35
vtkInformationVector
**,
36
vtkInformationVector
*);
37
38
private:
39
vtkDaxContour
(const
vtkDaxContour
&) VTK_DELETE_FUNCTION;
40
void
operator=(const
vtkDaxContour
&) VTK_DELETE_FUNCTION;
41
};
42
43
#endif
// vtkDaxContour_H
vtkContourFilter
generate isosurfaces/isolines from scalar values
Definition:
vtkContourFilter.h:70
vtkDaxContour
Definition:
vtkDaxContour.h:24
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:40
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:42
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:87
vtkContourFilter.h
Generated by
1.9.4