9 #include "imstkPickingAlgorithm.h" 13 class ImplicitGeometry;
29 void setPickingGeometry(std::shared_ptr<ImplicitGeometry> pickGeometry) { m_pickGeometry = pickGeometry; }
30 std::shared_ptr<ImplicitGeometry> getPickGeometry()
const {
return m_pickGeometry; }
33 std::shared_ptr<ImplicitGeometry> m_pickGeometry =
nullptr;
Abstract functor for picking/selecting of geometry. Differs from collision in that the picking criter...
Picks vertices of geomToPick via those that that are intersecting pickingGeom.
void requestUpdate() override
Users can implement this for the logic to be run.