vtkPVAMRFragmentIntegration.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkPVAMRFragmentIntegration.h
5 
6  This software is distributed WITHOUT ANY WARRANTY; without even
7  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
8  PURPOSE. See the above copyright notice for more information.
9 
10  Copyright 2013 Sandia Corporation.
11  Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
12  the U.S. Government retains certain rights in this software.
13 
14 =========================================================================*/
26 #ifndef vtkPVAMRFragmentIntegration_h
27 #define vtkPVAMRFragmentIntegration_h
28 
30 #include "vtkPVVTKExtensionsAMRModule.h" //needed for exports
31 
32 // Forware declaration.
33 class vtkPVAMRFragmentIntegrationInternal;
34 
36 {
37 public:
40  void PrintSelf(ostream& os, vtkIndent indent) override;
41 
43  ~vtkPVAMRFragmentIntegration() override;
44 
46 
49  void AddInputVolumeArrayToProcess(const char* name);
50  void ClearInputVolumeArrayToProcess();
52 
54 
57  void AddInputMassArrayToProcess(const char* name);
58  void ClearInputMassArrayToProcess();
60 
62 
65  void AddInputVolumeWeightedArrayToProcess(const char* name);
66  void ClearInputVolumeWeightedArrayToProcess();
68 
70 
73  void AddInputMassWeightedArrayToProcess(const char* name);
74  void ClearInputMassWeightedArrayToProcess();
76 
77  void SetContourConnection(vtkAlgorithmOutput*);
78 
80 
81 private:
83  void operator=(const vtkPVAMRFragmentIntegration&) = delete;
84 
85 protected:
87  vtkPVAMRFragmentIntegrationInternal* Implementation;
88 };
89 
90 #endif // vtkPVAMRFragmentIntegration_h
Generates fragment analysis from an amr volume and a previously run contour on that volume...
Generates fragment analysis from an amr volume and a previously run contour on that volume...
void PrintSelf(ostream &os, vtkIndent indent) override
vtkPVAMRFragmentIntegrationInternal * Implementation
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
#define VTKPVVTKEXTENSIONSAMR_EXPORT
static vtkAMRFragmentIntegration * New()