|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
void | StillRender () override |
| Triggers a high-resolution render. More...
|
|
void | InteractiveRender () override |
| Triggers a interactive render. More...
|
|
void | Update () override |
| Overridden to identify and locate the active-representation. More...
|
|
virtual vtkIdType | GetNumberOfColumns () |
| Get the number of columns. More...
|
|
virtual vtkIdType | GetNumberOfRows () |
| Get the number of rows. More...
|
|
virtual const char * | GetColumnName (vtkIdType index) |
| Returns the name for the column. More...
|
|
vtkIdType | GetColumnByName (const char *columnName) |
| Returns the column index for a column given its name. More...
|
|
virtual bool | GetColumnVisibility (vtkIdType index) |
| Returns the visibility for the column at the given index. More...
|
|
virtual bool | IsRowSelected (vtkIdType row) |
| Returns true if the row is selected. More...
|
|
virtual bool | IsAvailable (vtkIdType row) |
| Returns true is the data for the particular row is locally available. More...
|
|
virtual bool | IsDataValid (vtkIdType row, vtkIdType col) |
| Returns true of the data at the given row and column is valid. More...
|
|
void | SetColumnNameToSort (const char *) |
| Get/Set the column name to sort by. More...
|
|
void | SetColumnNameToSort () |
|
void | SetInvertSortOrder (bool) |
| Get/Set whether the sort order must be Max to Min rather than Min to Max. More...
|
|
void | SetBlockSize (vtkIdType val) |
| Set the block size. More...
|
|
virtual bool | Export (vtkCSVExporter *exporter) |
| Export the contents of this view using the exporter. More...
|
|
void | ClearCache () |
| Allow user to clear the cache if he needs to. More...
|
|
vtkTable * | FetchBlockCallback (vtkIdType blockindex) |
|
|
virtual void | SetIdentifier (vtkTypeUInt32) |
| A unique identifier for this vtkSpreadSheetView across all processes. More...
|
|
virtual vtkTypeUInt32 | GetIdentifier () |
| A unique identifier for this vtkSpreadSheetView across all processes. More...
|
|
|
void | SetShowExtractedSelection (bool) |
| Get/Set if the view shows extracted selection only or the actual data. More...
|
|
virtual void | ShowExtractedSelectionOn () |
| Get/Set if the view shows extracted selection only or the actual data. More...
|
|
virtual void | ShowExtractedSelectionOff () |
| Get/Set if the view shows extracted selection only or the actual data. More...
|
|
virtual bool | GetShowExtractedSelection () |
| Get/Set if the view shows extracted selection only or the actual data. More...
|
|
|
virtual void | SetGenerateCellConnectivity (bool) |
| Allow user to enable/disable cell connectivity generation. More...
|
|
virtual bool | GetGenerateCellConnectivity () |
| Allow user to enable/disable cell connectivity generation. More...
|
|
virtual void | GenerateCellConnectivityOn () |
| Allow user to enable/disable cell connectivity generation. More...
|
|
virtual void | GenerateCellConnectivityOff () |
| Allow user to enable/disable cell connectivity generation. More...
|
|
|
virtual void | SetShowFieldData (bool) |
| Allow user to enable/disable field data visibility. More...
|
|
virtual bool | GetShowFieldData () |
| Allow user to enable/disable field data visibility. More...
|
|
virtual void | ShowFieldDataOn () |
| Allow user to enable/disable field data visibility. More...
|
|
virtual void | ShowFieldDataOff () |
| Allow user to enable/disable field data visibility. More...
|
|
|
virtual void | SetFieldAssociation (int) |
| Specify the field association for the data to be shown in the view. More...
|
|
virtual int | GetFieldAssociation () |
| Specify the field association for the data to be shown in the view. More...
|
|
|
void | OrderColumnsByList (bool enable) |
| Specify sorting method that we want to use, when it's enabled, columns will be sorted internally by a given array, this array will be cached in OrderedColumnList . More...
|
|
void | InitializeOrderedColumnList () |
| Specify sorting method that we want to use, when it's enabled, columns will be sorted internally by a given array, this array will be cached in OrderedColumnList . More...
|
|
std::vector< std::string > | GetOrderedColumnList () |
| Specify sorting method that we want to use, when it's enabled, columns will be sorted internally by a given array, this array will be cached in OrderedColumnList . More...
|
|
void | SetOrderedColumnList (std::vector< std::string > list) |
| Specify sorting method that we want to use, when it's enabled, columns will be sorted internally by a given array, this array will be cached in OrderedColumnList . More...
|
|
void | ClearOrderedColumnList () |
| Specify sorting method that we want to use, when it's enabled, columns will be sorted internally by a given array, this array will be cached in OrderedColumnList . More...
|
|
|
void | HideColumnByName (const char *columnName) |
| This API enables the users to hide columns that should be shown. More...
|
|
bool | IsColumnHiddenByName (const char *columnName) |
| This API enables the users to hide columns that should be shown. More...
|
|
void | ClearHiddenColumnsByName () |
| This API enables the users to hide columns that should be shown. More...
|
|
void | HideColumnByLabel (const char *columnLabel) |
| This API enables the users to hide columns that should be shown. More...
|
|
bool | IsColumnHiddenByLabel (const std::string &columnLabel) |
| This API enables the users to hide columns that should be shown. More...
|
|
void | ClearHiddenColumnsByLabel () |
| This API enables the users to hide columns that should be shown. More...
|
|
|
virtual bool | IsColumnInternal (vtkIdType index) |
| Returns true if the column is internal. More...
|
|
virtual bool | IsColumnInternal (const char *columnName) |
| Returns true if the column is internal. More...
|
|
|
virtual std::string | GetColumnLabel (vtkIdType index) |
| Returns the user-friendly label to use for the column in the spreadsheet view. More...
|
|
virtual std::string | GetColumnLabel (const char *columnName) |
| Returns the user-friendly label to use for the column in the spreadsheet view. More...
|
|
|
virtual vtkVariant | GetValue (vtkIdType row, vtkIdType col) |
| Returns the value at given location. More...
|
|
virtual vtkVariant | GetValueByName (vtkIdType row, const char *columnName) |
| Returns the value at given location. More...
|
|
virtual void | SetPPI (int) |
| Description: Set the screen PPI. More...
|
|
virtual int | GetPPI () |
|
virtual bool | GetViewTimeValid () |
| Get ViewTimeValid. More...
|
|
bool | InTileDisplayMode () |
| Returns true if the application is currently in tile display mode. More...
|
|
bool | InCaveDisplayMode () |
| Returns true if the application is currently in cave/immersive display mode. More...
|
|
bool | GetLocalProcessSupportsInteraction () |
| Returns true if the local process can support interaction. More...
|
|
vtkRenderWindow * | GetRenderWindow () |
| If this view needs a render window (not all views may use one), this method can be used to get the render window associated with this view on the current process. More...
|
|
virtual void | ScaleRendererViewports (const double viewport[4]) |
| vtkViewLayout calls this method to update the total viewport available for this view. More...
|
|
vtkMTimeType | GetUpdateTimeStamp () |
| Provides access to the time when Update() was last called. More...
|
|
virtual void | Deliver (int use_lod, unsigned int size, unsigned int *representation_ids) |
| Called on all processes to request data-delivery for the list of representations. More...
|
|
virtual bool | IsCached (vtkPVDataRepresentation *) |
| Called in vtkPVDataRepresentation::ProcessViewRequest to check if the representation already has cached data. More...
|
|
virtual void | ClearCache (vtkPVDataRepresentation *) |
| Called by vtkPVDataRepresentation whenever vtkPVDataRepresentation::MarkModified is called. More...
|
|
virtual void | SetPosition (int, int) |
| Set the position on this view in the multiview configuration. More...
|
|
virtual int * | GetPosition () |
| Set the position on this view in the multiview configuration. More...
|
|
virtual void | GetPosition (int &, int &) |
| Set the position on this view in the multiview configuration. More...
|
|
virtual void | GetPosition (int [2]) |
| Set the position on this view in the multiview configuration. More...
|
|
virtual void | SetSize (int, int) |
| Set the size of this view in the multiview configuration. More...
|
|
virtual int * | GetSize () |
| Set the size of this view in the multiview configuration. More...
|
|
virtual void | GetSize (int &, int &) |
| Set the size of this view in the multiview configuration. More...
|
|
virtual void | GetSize (int [2]) |
| Set the size of this view in the multiview configuration. More...
|
|
virtual void | SetViewTime (double value) |
| Get/Set the time this view is showing. More...
|
|
virtual double | GetViewTime () |
| Get/Set the time this view is showing. More...
|
|
virtual void | SetCacheKey (double) |
| Get/Set the cache key. More...
|
|
virtual double | GetCacheKey () |
| Get/Set the cache key. More...
|
|
virtual void | SetUseCache (bool) |
| Get/Set whether caching is enabled. More...
|
|
virtual bool | GetUseCache () |
| Get/Set whether caching is enabled. More...
|
|
virtual void | PrepareForScreenshot () |
| These methods are used to setup the view for capturing screen shots. More...
|
|
virtual void | CleanupAfterScreenshot () |
| These methods are used to setup the view for capturing screen shots. More...
|
|
void | SetTileScale (int x, int y) |
| When saving screenshots with tiling, these methods get called. More...
|
|
void | SetTileViewport (double x0, double y0, double x1, double y1) |
| When saving screenshots with tiling, these methods get called. More...
|
|
virtual void | SetLogName (const std::string &name) |
| This is solely intended to simplify debugging and use for any other purpose is vehemently discouraged. More...
|
|
const std::string & | GetLogName () const |
| This is solely intended to simplify debugging and use for any other purpose is vehemently discouraged. More...
|
|
void | SetDeliveryManager (vtkPVDataDeliveryManager *) |
| Provides access to data delivery & cache manager for this view. More...
|
|
virtual vtkPVDataDeliveryManager * | GetDeliveryManager () |
| Provides access to data delivery & cache manager for this view. More...
|
|
vtkView * | NewInstance () const |
|
void | AddRepresentation (vtkDataRepresentation *rep) |
|
void | SetRepresentation (vtkDataRepresentation *rep) |
|
vtkDataRepresentation * | AddRepresentationFromInputConnection (vtkAlgorithmOutput *conn) |
|
vtkDataRepresentation * | SetRepresentationFromInputConnection (vtkAlgorithmOutput *conn) |
|
vtkDataRepresentation * | AddRepresentationFromInput (vtkDataObject *input) |
|
vtkDataRepresentation * | SetRepresentationFromInput (vtkDataObject *input) |
|
void | RemoveRepresentation (vtkDataRepresentation *rep) |
|
void | RemoveRepresentation (vtkAlgorithmOutput *rep) |
|
void | RemoveAllRepresentations () |
|
int | GetNumberOfRepresentations () |
|
vtkDataRepresentation * | GetRepresentation (int index=0) |
|
bool | IsRepresentationPresent (vtkDataRepresentation *rep) |
|
virtual void | ApplyViewTheme (vtkViewTheme *vtkNotUsed(theme)) |
|
vtkCommand * | GetObserver () |
|
void | RegisterProgress (vtkObject *algorithm, const char *message=NULL) |
|
void | UnRegisterProgress (vtkObject *algorithm) |
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
|
virtual void | DebugOff () |
|
bool | GetDebug () |
|
void | SetDebug (bool debugFlag) |
|
virtual void | Modified () |
|
virtual vtkMTimeType | GetMTime () |
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
int | HasObserver (unsigned long event) |
|
int | HasObserver (const char *event) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (unsigned long tag) |
|
void | RemoveObserver (vtkCommand *) |
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
|
void | RemoveObservers (const char *event, vtkCommand *) |
|
int | HasObserver (unsigned long event, vtkCommand *) |
|
int | HasObserver (const char *event, vtkCommand *) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
int | InvokeEvent (unsigned long event, void *callData) |
|
int | InvokeEvent (const char *event, void *callData) |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (unsigned long tag) |
|
void | RemoveObserver (vtkCommand *) |
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
|
void | RemoveObservers (const char *event, vtkCommand *) |
|
int | HasObserver (unsigned long event, vtkCommand *) |
|
int | HasObserver (const char *event, vtkCommand *) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
int | InvokeEvent (unsigned long event, void *callData) |
|
int | InvokeEvent (const char *event, void *callData) |
|
const char * | GetClassName () const |
|
virtual void | Delete () |
|
virtual void | FastDelete () |
|
void | Print (ostream &os) |
|
virtual void | Register (vtkObjectBase *o) |
|
virtual void | UnRegister (vtkObjectBase *o) |
|
void | SetReferenceCount (int) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
void | PrintRevisions (ostream &) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
void | PrintRevisions (ostream &) |
|