Skip to content
Snippets Groups Projects
Commit 715cf613 authored by Utkarsh Ayachit's avatar Utkarsh Ayachit Committed by Kitware Robot
Browse files

Merge topic 'enable_subclassing' into pv-master

59b7ad11 Make it possible to override ClampPos.
parents 0ae7da41 59b7ad11
No related branches found
No related tags found
No related merge requests found
......@@ -327,7 +327,7 @@ protected:
// Description:
// Clamp the given 2D pos into the bounds of the function.
// Return true if the pos has been clamped, false otherwise.
bool ClampPos(double pos[2], double bounds[4]);
virtual bool ClampPos(double pos[2], double bounds[4]);
bool ClampValidPos(double pos[2]);
// Description:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment