Preselection enables the user to inspect cells/points without actually selecting them.
More...
#include <vtkSMPreselectionPipeline.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) |
|
Preselection enables the user to inspect cells/points without actually selecting them.
The user moves the mouse cursor over a cell and see the cell highlighted. This is a global object that holds the pipeline for the interactive selection and the point tooltip mode.
- See also
- vtkSMInteractiveSelectionPipeline vtkSMTooltipSelectionPipeline
Definition at line 41 of file vtkSMPreselectionPipeline.h.
◆ Superclass
◆ vtkSMPreselectionPipeline()
vtkSMPreselectionPipeline::vtkSMPreselectionPipeline |
( |
| ) |
|
|
protected |
◆ ~vtkSMPreselectionPipeline()
vtkSMPreselectionPipeline::~vtkSMPreselectionPipeline |
( |
| ) |
|
|
protected |
◆ GetClassName()
virtual const char* vtkSMPreselectionPipeline::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkSMPreselectionPipeline::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkSMPreselectionPipeline::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkSMPreselectionPipeline::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ GetSelectionRepresentation()
virtual vtkSMProxy* vtkSMPreselectionPipeline::GetSelectionRepresentation |
( |
| ) |
const |
|
virtual |
Get/Create the interactive selection representation.
◆ GetOrCreateSelectionRepresentation()
virtual vtkSMProxy* vtkSMPreselectionPipeline::GetOrCreateSelectionRepresentation |
( |
| ) |
|
|
virtual |
Get/Create the interactive selection representation.
◆ CreateSelectionRepresentation()
Get/Create the interactive selection representation.
◆ Show()
Shows the interactive selection for 'selection' and 'sourceRepresentation'.
If either sourceRepresentation or selection are null it hides the interactive selection.
Reimplemented in vtkSMTooltipSelectionPipeline.
◆ Hide()
◆ CopyLabels()
void vtkSMPreselectionPipeline::CopyLabels |
( |
vtkSMProxy * |
representation | ) |
|
Copies the labels for interactive selection from the selection labels in the representation parameter.
◆ OnColorModified()
static void vtkSMPreselectionPipeline::OnColorModified |
( |
vtkObject * |
source, |
|
|
unsigned long |
eid, |
|
|
void * |
clientdata, |
|
|
void * |
calldata |
|
) |
| |
|
staticprotected |
◆ ClearCache() [1/2]
static void vtkSMPreselectionPipeline::ClearCache |
( |
vtkObject * |
source, |
|
|
unsigned long |
eid, |
|
|
void * |
clientdata, |
|
|
void * |
calldata |
|
) |
| |
|
staticprotected |
◆ ClearCache() [2/2]
virtual void vtkSMPreselectionPipeline::ClearCache |
( |
| ) |
|
|
protectedvirtual |
◆ ConnectPVExtractSelection()
◆ ExtractInteractiveSelection
◆ SelectionRepresentation
vtkSMProxy* vtkSMPreselectionPipeline::SelectionRepresentation |
|
protected |
◆ PreviousView
◆ PreviousRepresentation
vtkWeakPointer<vtkSMSourceProxy> vtkSMPreselectionPipeline::PreviousRepresentation |
|
protected |
◆ ColorObserver
vtkCallbackCommand* vtkSMPreselectionPipeline::ColorObserver |
|
protected |
◆ ConnectionObserver
vtkCallbackCommand* vtkSMPreselectionPipeline::ConnectionObserver |
|
protected |
The documentation for this class was generated from the following file: