pqPointPickingHelper is a helper class that is designed for use by subclasses of pqInteractivePropertyWidget (or others) that want to support using a shortcut key to pick a point or its normal on the surface mesh.
More...
#include <pqPointPickingHelper.h>
Inherits QObject.
pqPointPickingHelper is a helper class that is designed for use by subclasses of pqInteractivePropertyWidget (or others) that want to support using a shortcut key to pick a point or its normal on the surface mesh.
Definition at line 22 of file pqPointPickingHelper.h.
◆ PickOption
◆ pqPointPickingHelper()
◆ ~pqPointPickingHelper()
pqPointPickingHelper::~pqPointPickingHelper |
( |
| ) |
|
|
override |
◆ pickOnMesh()
bool pqPointPickingHelper::pickOnMesh |
( |
| ) |
const |
|
inline |
Returns whether the helper will pick a point/normal in the mesh or simply a point/normal on the surface.
In other words, if pickOnMesh returns true, then the picked point/normal will always be a point/normal specified in the points that form the mesh.
Definition at line 46 of file pqPointPickingHelper.h.
◆ getPickOption()
PickOption pqPointPickingHelper::getPickOption |
( |
| ) |
const |
|
inline |
◆ pickCameraFocalInfo()
bool pqPointPickingHelper::pickCameraFocalInfo |
( |
| ) |
const |
|
inline |
Returns whether the camera focal point/normal can be returned if the picking on mesh fails.
Definition at line 56 of file pqPointPickingHelper.h.
◆ setView
void pqPointPickingHelper::setView |
( |
pqView * |
view | ) |
|
|
slot |
Set the view on which the pick is active.
We only support pqRenderView and subclasses currently.
◆ pick
◆ pickNormal
The documentation for this class was generated from the following file: