26 #ifndef vtkPVAMRFragmentIntegration_h 27 #define vtkPVAMRFragmentIntegration_h 30 #include "vtkPVVTKExtensionsDefaultModule.h" 33 class vtkPVAMRFragmentIntegrationInternal;
41 void PrintSelf(ostream& os, vtkIndent indent);
50 void AddInputVolumeArrayToProcess(
const char* name);
51 void ClearInputVolumeArrayToProcess();
58 void AddInputMassArrayToProcess(
const char* name);
59 void ClearInputMassArrayToProcess();
66 void AddInputVolumeWeightedArrayToProcess(
const char* name);
67 void ClearInputVolumeWeightedArrayToProcess();
74 void AddInputMassWeightedArrayToProcess(
const char* name);
75 void ClearInputMassWeightedArrayToProcess();
78 void SetContourConnection(vtkAlgorithmOutput*);
80 virtual int RequestData(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
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...
double VolumeFractionSurfaceValue
vtkPVAMRFragmentIntegrationInternal * Implementation
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAMRFragmentIntegration * New()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)