VTK
9.0.1
Accelerators
Vtkm
vtkmContour.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
//=============================================================================
33
#ifndef vtkmContour_h
34
#define vtkmContour_h
35
36
#include "vtkAcceleratorsVTKmModule.h"
//required for correct implementation
37
#include "
vtkContourFilter.h
"
38
39
class
VTKACCELERATORSVTKM_EXPORT
vtkmContour
:
public
vtkContourFilter
40
{
41
public
:
42
vtkTypeMacro(
vtkmContour
,
vtkContourFilter
);
43
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
44
static
vtkmContour
*
New
();
45
46
protected
:
47
vtkmContour
();
48
~vtkmContour
()
override
;
49
50
virtual
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*)
override
;
51
52
private
:
53
vtkmContour
(
const
vtkmContour
&) =
delete
;
54
void
operator=(
const
vtkmContour
&) =
delete
;
55
};
56
57
#endif // vtkmContour_h
58
// VTK-HeaderTest-Exclude: vtkmContour.h
vtkmContour::~vtkmContour
~vtkmContour() override
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:36
vtkmContour
generate isosurface(s) from volume
Definition:
vtkmContour.h:40
vtkmContour::New
static vtkmContour * New()
vtkContourFilter.h
vtkmContour::vtkmContour
vtkmContour()
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:34
vtkmContour::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:65
vtkmContour::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkContourFilter
generate isosurfaces/isolines from scalar values
Definition:
vtkContourFilter.h:65
Generated on Mon Jan 4 2021 21:12:05 for VTK by
1.8.20