17 #ifndef vtkSpreadSheetRepresentation_h 18 #define vtkSpreadSheetRepresentation_h 53 void AddSelector(
const char* selector);
54 void ClearSelectors();
55 void SetActiveAssemblyForSelectors(
const char*
name);
67 void SetGenerateCellConnectivity(
bool);
68 void SetShowFieldData(
bool);
69 void SetFieldAssociation(
int val);
82 bool ShowFieldData =
false;
vtkNew< vtkDataTabulator > DataConditioner
void MarkModified() override
Since this has no delivery, just mark ourselves modified.
vtkNew< vtkCleanArrays > CleanArrays
#define VTKREMOTINGVIEWS_EXPORT
vtkPVDataRepresentation adds some ParaView specific API to data representations.
Representation for showing data in a vtkSpreadSheetView.
virtual int ProcessViewRequest(vtkInformationRequestKey *request_type, vtkInformation *inInfo, vtkInformation *outInfo)
vtkAlgorithm::ProcessRequest() equivalent for rendering passes.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Overridden to invoke vtkCommand::UpdateDataEvent.
vtkNew< vtkDataTabulator > ExtractedDataConditioner
vtkNew< vtkCleanArrays > ExtractedCleanArrays
filter used to remove partial arrays across processes.
static vtkDataRepresentation * New()
converts input data to a table (or composite-data of tables)
void PrintSelf(ostream &os, vtkIndent indent) override