33 #ifndef _pqImplicitPlaneWidget_h 34 #define _pqImplicitPlaneWidget_h 36 #include "pqDeprecatedModule.h" 43 class vtkSMDoubleVectorProperty;
59 { this->Superclass::resetBounds(); }
74 virtual void showPlane();
77 virtual void hidePlane();
84 vtkSMProperty * controlled_property);
87 virtual void pick(
double,
double,
double);
95 void onShow3DWidget(
bool);
97 void onUseCenterBounds();
105 void onUseCameraNormal();
107 void onStartInteraction();
109 void onWidgetVisibilityChanged(
bool visible);
111 void resetCameraToNormal();
114 void get3DWidgetState(
double* origin,
double* normal);
115 void set3DWidgetState(
const double* origin,
const double* normal);
116 void setQtWidgetState(
const double* origin,
const double* normal);
118 void setNormalProperty(vtkSMProperty*);
119 void setOriginProperty(vtkSMProperty*);
121 class pqImplementation;
122 pqImplementation*
const Implementation;
******DEPRECATION WARNING******* pqProxyPanel and subclasses will soon be removed from ParaView...
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...