vtkPVAMRDualClip.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkPVAMRDualClip.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html 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 =========================================================================*/
26 #ifndef vtkPVAMRDualClip_h
27 #define vtkPVAMRDualClip_h
28 
29 #include "vtkAMRDualClip.h"
30 #include "vtkPVVTKExtensionsAMRModule.h" //needed for exports
31 
32 // Forware declaration.
33 class vtkPVAMRDualClipInternal;
34 
36 {
37 public:
38  static vtkPVAMRDualClip* New();
40  void PrintSelf(ostream& os, vtkIndent indent) override;
41 
43  ~vtkPVAMRDualClip() override;
44 
46 
49  void AddInputCellArrayToProcess(const char* name);
50  void ClearInputCellArrayToProcess();
52 
54 
57  vtkGetMacro(VolumeFractionSurfaceValue, double);
58  vtkSetMacro(VolumeFractionSurfaceValue, double);
60 
62 
63 private:
64  vtkPVAMRDualClip(const vtkPVAMRDualClip&) = delete;
65  void operator=(const vtkPVAMRDualClip&) = delete;
66 
67 protected:
69 
70  vtkPVAMRDualClipInternal* Implementation;
71 };
72 
73 #endif // vtkPVAMRDualClip_h
Clip (with scalars) an AMR volume to unstructured grid.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Generates contour given one or more cell array and a volume fraction value.
#define VTKPVVTKEXTENSIONSAMR_EXPORT
vtkPVAMRDualClipInternal * Implementation
void PrintSelf(ostream &os, vtkIndent indent) override
static vtkAMRDualClip * New()
double VolumeFractionSurfaceValue