ParaView
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 "vtkPVVTKExtensionsDefaultModule.h" //needed for exports
31 
32 // Forware declaration.
33 class vtkPVAMRFragmentIntegrationInternal;
34 
35 class VTKPVVTKEXTENSIONSDEFAULT_EXPORT vtkPVAMRFragmentIntegration
37 {
38 public:
41  void PrintSelf(ostream& os, vtkIndent indent);
42 
44  virtual ~vtkPVAMRFragmentIntegration();
45 
47 
50  void AddInputVolumeArrayToProcess(const char* name);
51  void ClearInputVolumeArrayToProcess();
53 
55 
58  void AddInputMassArrayToProcess(const char* name);
59  void ClearInputMassArrayToProcess();
61 
63 
66  void AddInputVolumeWeightedArrayToProcess(const char* name);
67  void ClearInputVolumeWeightedArrayToProcess();
69 
71 
74  void AddInputMassWeightedArrayToProcess(const char* name);
75  void ClearInputMassWeightedArrayToProcess();
77 
78  void SetContourConnection(vtkAlgorithmOutput*);
79 
80  virtual int RequestData(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
81 
82 private:
83  vtkPVAMRFragmentIntegration(const vtkPVAMRFragmentIntegration&) VTK_DELETE_FUNCTION;
84  void operator=(const vtkPVAMRFragmentIntegration&) VTK_DELETE_FUNCTION;
85 
86 protected:
88  vtkPVAMRFragmentIntegrationInternal* Implementation;
89 };
90 
91 #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...
vtkPVAMRFragmentIntegrationInternal * Implementation
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAMRFragmentIntegration * New()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)