|
ParaView
|
#include <vtkSpreadSheetView.h>


vtkSpreadSheetView is a vtkPVView subclass for a view used to show any data as a spreadsheet. This view can only show one representation at a time. If more than one representation is added to this view, only the first visible representation will be shown.
Definition at line 36 of file vtkSpreadSheetView.h.
anonymous enum [protected] |
Definition at line 135 of file vtkSpreadSheetView.h.
| vtkSpreadSheetView::vtkSpreadSheetView | ( | ) | [protected] |
| vtkSpreadSheetView::~vtkSpreadSheetView | ( | ) | [protected] |
| static vtkSpreadSheetView* vtkSpreadSheetView::New | ( | ) | [static] |
Reimplemented from vtkView.
| virtual const char* vtkSpreadSheetView::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPVView.
| static vtkSpreadSheetView* vtkSpreadSheetView::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPVView.
| void vtkSpreadSheetView::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkPVView.
| virtual void vtkSpreadSheetView::StillRender | ( | ) | [inline, virtual] |
Triggers a high-resolution render.
Implements vtkPVView.
Definition at line 44 of file vtkSpreadSheetView.h.
| virtual void vtkSpreadSheetView::InteractiveRender | ( | ) | [inline, virtual] |
Triggers a interactive render. Based on the settings on the view, this may result in a low-resolution rendering or a simplified geometry rendering.
Implements vtkPVView.
Definition at line 49 of file vtkSpreadSheetView.h.
| virtual void vtkSpreadSheetView::Update | ( | ) | [virtual] |
Overridden to identify and locate the active-representation.
Reimplemented from vtkPVView.
| void vtkSpreadSheetView::SetShowExtractedSelection | ( | bool | ) |
Get/Set if the view shows extracted selection only or the actual data. false by default.
| virtual void vtkSpreadSheetView::ShowExtractedSelectionOn | ( | ) | [virtual] |
Get/Set if the view shows extracted selection only or the actual data. false by default.
| virtual void vtkSpreadSheetView::ShowExtractedSelectionOff | ( | ) | [virtual] |
Get/Set if the view shows extracted selection only or the actual data. false by default.
| virtual bool vtkSpreadSheetView::GetShowExtractedSelection | ( | ) | [virtual] |
Get/Set if the view shows extracted selection only or the actual data. false by default.
| vtkIdType vtkSpreadSheetView::GetNumberOfColumns | ( | ) |
Get the number of columns.
| vtkIdType vtkSpreadSheetView::GetNumberOfRows | ( | ) |
Get the number of rows.
| const char* vtkSpreadSheetView::GetColumnName | ( | vtkIdType | index | ) |
Returns the name for the column.
| vtkVariant vtkSpreadSheetView::GetValue | ( | vtkIdType | row, |
| vtkIdType | col | ||
| ) |
Returns the value at given location. This may result in collective operations is data is not available locally. This method can only be called on the CLIENT process for now.
| vtkVariant vtkSpreadSheetView::GetValueByName | ( | vtkIdType | row, |
| const char * | columnName | ||
| ) |
Returns the value at given location. This may result in collective operations is data is not available locally. This method can only be called on the CLIENT process for now.
| bool vtkSpreadSheetView::IsRowSelected | ( | vtkIdType | row | ) |
Returns true if the row is selected.
| bool vtkSpreadSheetView::IsAvailable | ( | vtkIdType | row | ) |
Returns true is the data for the particular row is locally available.
| void vtkSpreadSheetView::SetColumnNameToSort | ( | const char * | ) |
Get/Set the column name to sort by.
| void vtkSpreadSheetView::SetColumnNameToSort | ( | ) | [inline] |
Get/Set the column name to sort by.
Definition at line 90 of file vtkSpreadSheetView.h.
| void vtkSpreadSheetView::SetComponentToSort | ( | int | val | ) |
Get/Set the component to sort with. Use -1 (default) for magnitude.
| void vtkSpreadSheetView::SetInvertSortOrder | ( | bool | ) |
Get/Set whether the sort order must be Max to Min rather than Min to Max.
| void vtkSpreadSheetView::SetBlockSize | ( | vtkIdType | val | ) |
Set the block size
| bool vtkSpreadSheetView::Export | ( | vtkCSVExporter * | exporter | ) |
Export the contents of this view using the exporter.
| void vtkSpreadSheetView::FetchBlockCallback | ( | vtkIdType | blockindex | ) |
| int vtkSpreadSheetView::StreamToClient | ( | ) | [protected] |
On render streams all the data from the processes to the client. Returns 0 on failure. Note: Was removed from update because you can't call update() while in an update
| void vtkSpreadSheetView::OnRepresentationUpdated | ( | ) | [protected] |
| void vtkSpreadSheetView::ClearCache | ( | ) | [protected] |
friend class vtkInternals [friend] |
Definition at line 143 of file vtkSpreadSheetView.h.
bool vtkSpreadSheetView::ShowExtractedSelection [protected] |
Definition at line 127 of file vtkSpreadSheetView.h.
vtkSortedTableStreamer* vtkSpreadSheetView::TableStreamer [protected] |
Definition at line 128 of file vtkSpreadSheetView.h.
Definition at line 129 of file vtkSpreadSheetView.h.
vtkReductionFilter* vtkSpreadSheetView::ReductionFilter [protected] |
Definition at line 130 of file vtkSpreadSheetView.h.
Definition at line 131 of file vtkSpreadSheetView.h.
vtkIdType vtkSpreadSheetView::NumberOfRows [protected] |
Definition at line 133 of file vtkSpreadSheetView.h.
1.7.5.1