vtkPVAMRDualContour.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkPVAMRDualContour.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 vtkPVAMRDualContour_h
27 #define vtkPVAMRDualContour_h
28 
29 #include "vtkAMRDualContour.h"
30 #include "vtkPVVTKExtensionsAMRModule.h" //needed for exports
31 
32 // Forware declaration.
33 class vtkPVAMRDualContourInternal;
34 
36 {
37 public:
38  static vtkPVAMRDualContour* New();
40  void PrintSelf(ostream& os, vtkIndent indent) override;
41 
43  ~vtkPVAMRDualContour() 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:
65  void operator=(const vtkPVAMRDualContour&) = delete;
66 
67 protected:
69  vtkPVAMRDualContourInternal* Implementation;
70 };
71 
72 #endif // vtkPVAMRDualContour_h
vtkPVAMRDualContourInternal * Implementation
Extract particles and analyse them.
#define VTKPVVTKEXTENSIONSAMR_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) override
static vtkAMRDualContour * New()
Generates a contour surface given one or more cell arrays and a volume fraction value.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override