Point tooltip mode enables the user to inspect points (coordinates, data array values) by hovering the mouse cursor over a point.
More...
#include <vtkSMTooltipSelectionPipeline.h>
|
static void | OnColorModified (vtkObject *source, unsigned long eid, void *clientdata, void *calldata) |
|
static void | ClearCache (vtkObject *source, unsigned long eid, void *clientdata, void *calldata) |
|
Point tooltip mode enables the user to inspect points (coordinates, data array values) by hovering the mouse cursor over a point.
This is a global object that holds the pipeline for showing the point tooltip mode.
- See also
- vtkSMPreselectionPipeline vtkSMInteractiveSelectionPipeline
Definition at line 39 of file vtkSMTooltipSelectionPipeline.h.
§ Superclass
§ vtkSMTooltipSelectionPipeline()
vtkSMTooltipSelectionPipeline::vtkSMTooltipSelectionPipeline |
( |
| ) |
|
|
protected |
§ ~vtkSMTooltipSelectionPipeline()
vtkSMTooltipSelectionPipeline::~vtkSMTooltipSelectionPipeline |
( |
| ) |
|
|
protected |
§ New()
§ GetClassName()
virtual const char* vtkSMTooltipSelectionPipeline::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkSMTooltipSelectionPipeline::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkSMTooltipSelectionPipeline::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
void vtkSMTooltipSelectionPipeline::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ GetInstance()
§ Hide()
§ Show()
§ CanDisplayTooltip()
bool vtkSMTooltipSelectionPipeline::CanDisplayTooltip |
( |
bool & |
showTooltip | ) |
|
Return true if a tooltip can be displayed according to the context, otherwise return false.
The argument showTooltip is true if the tooltip must be shown, false if the tooltip must be hidden.
§ GetTooltipInfo()
bool vtkSMTooltipSelectionPipeline::GetTooltipInfo |
( |
double |
tooltipPos[2], |
|
|
std::string & |
tooltipText |
|
) |
| |
Get information about the tooltip to be displayed.
Return false if the method failed computing information.
§ ClearCache()
void vtkSMTooltipSelectionPipeline::ClearCache |
( |
| ) |
|
|
protectedvirtual |
§ ConnectPVMoveSelectionToClient()
vtkDataObject* vtkSMTooltipSelectionPipeline::ConnectPVMoveSelectionToClient |
( |
vtkSMSourceProxy * |
source, |
|
|
unsigned int |
sourceOutputPort |
|
) |
| |
|
protected |
Connect the ClientServerMoveData filter to the pipeline to get the selection on the client side.
§ GetCurrentSelectionId()
bool vtkSMTooltipSelectionPipeline::GetCurrentSelectionId |
( |
vtkSMRenderViewProxy * |
view, |
|
|
vtkIdType & |
selId |
|
) |
| |
|
protected |
Get the id of the selected point.
§ FindDataSet()
vtkDataSet* vtkSMTooltipSelectionPipeline::FindDataSet |
( |
vtkDataObject * |
dataObject, |
|
|
bool & |
compositeFound, |
|
|
std::string & |
compositeName |
|
) |
| |
|
protected |
Extract dataset from the dataObject, which can be either directly a dataset or a composite dataset containing only one dataset.
§ MoveSelectionToClient
§ PreviousSelectionId
vtkIdType vtkSMTooltipSelectionPipeline::PreviousSelectionId |
|
protected |
§ SelectionFound
bool vtkSMTooltipSelectionPipeline::SelectionFound |
|
protected |
§ TooltipEnabled
bool vtkSMTooltipSelectionPipeline::TooltipEnabled |
|
protected |
The documentation for this class was generated from the following file: