25 #ifndef vtkBlockDeliveryPreprocessor_h 26 #define vtkBlockDeliveryPreprocessor_h 28 #include "vtkDataObjectAlgorithm.h" 29 #include "vtkPVVTKExtensionsRenderingModule.h" 32 :
public vtkDataObjectAlgorithm
37 void PrintSelf(ostream& os, vtkIndent indent);
44 void AddCompositeDataSetIndex(
unsigned int index);
45 void RemoveAllCompositeDataSetIndices();
52 vtkSetMacro(GenerateCellConnectivity,
bool);
53 vtkGetMacro(GenerateCellConnectivity,
bool);
68 vtkSetMacro(FieldAssociation,
int);
69 vtkGetMacro(FieldAssociation,
int);
77 vtkSetMacro(FlattenTable,
int);
78 vtkGetMacro(FlattenTable,
int);
87 vtkSetMacro(GenerateOriginalIds,
bool);
88 vtkGetMacro(GenerateOriginalIds,
bool);
95 virtual vtkExecutive* CreateDefaultExecutive();
101 virtual int RequestDataObject(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
103 virtual int RequestData(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
114 class CompositeDataSetIndicesType;
115 CompositeDataSetIndicesType* CompositeDataSetIndices;
filter used by block-delivery representation for pre-processing data.
bool GenerateCellConnectivity