27 #ifndef vtkAMRFragmentIntegration_h 28 #define vtkAMRFragmentIntegration_h 30 #include "vtkMultiBlockDataSetAlgorithm.h" 31 #include "vtkPVVTKExtensionsDefaultModule.h" 36 class vtkNonOverlappingAMR;
40 :
public vtkMultiBlockDataSetAlgorithm
45 void PrintSelf(ostream& os, vtkIndent indent);
51 virtual int FillInputPortInformation(
int port, vtkInformation* info);
52 virtual int FillOutputPortInformation(
int port, vtkInformation* info);
54 virtual int RequestData(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
59 vtkTable* DoRequestData(vtkNonOverlappingAMR* volume,
const char* volumeArray,
60 const char* massArray, std::vector<std::string> volumeWeightedNames,
61 std::vector<std::string> massWeightedNames);
Generates fragment analysis from an amr volume and a previously run contour on that volume...