29 #ifndef vtkSpreadSheetRepresentation_h 30 #define vtkSpreadSheetRepresentation_h 33 #include "vtkPVClientServerCoreRenderingModule.h" 44 void PrintSelf(ostream& os, vtkIndent indent);
51 vtkAlgorithmOutput* GetDataProducer();
52 vtkAlgorithmOutput* GetExtractedDataProducer();
53 vtkAlgorithmOutput* GetSelectionProducer();
59 void SetGenerateCellConnectivity(
bool);
60 bool GetGenerateCellConnectivity();
65 void SetFieldAssociation(
int val);
66 int GetFieldAssociation();
77 void AddCompositeDataSetIndex(
unsigned int index);
78 void RemoveAllCompositeDataSetIndices();
88 virtual int FillInputPortInformation(
int port, vtkInformation* info);
93 virtual int RequestData(vtkInformation*, vtkInformationVector**, vtkInformationVector*);
void PrintSelf(ostream &os, vtkIndent indent)
vtkNew< vtkCleanArrays > CleanArrays
vtkPVDataRepresentation adds some ParaView specific API to data representations.
vtkNew< vtkBlockDeliveryPreprocessor > ExtractedDataConditioner
Representation for showing data in a vtkSpreadSheetView.
filter used by block-delivery representation for pre-processing data.
virtual void MarkModified()
Since this has no delivery, just mark ourselves modified.
vtkNew< vtkCleanArrays > ExtractedCleanArrays
filter used to remove partial arrays across processes.
vtkNew< vtkBlockDeliveryPreprocessor > DataConditioner
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Overridden to invoke vtkCommand::UpdateDataEvent.