![]() |
NDEVR
API Documentation
|
Abstract interface for applying a custom transform to point values before display and after editing. More...
Public Member Functions | |
| virtual bool | isValid () const =0 |
| Checks whether this pre-transform is currently valid and should be applied. | |
| virtual void | postTransform (Vertex< 3, fltp08 > &point)=0 |
| Transforms the point after the user edits it in the UI fields. | |
| virtual void | preTransform (Vertex< 3, fltp08 > &point)=0 |
| Transforms the point before it is displayed in the UI fields. | |
Abstract interface for applying a custom transform to point values before display and after editing.
Definition at line 262 of file PointWidget.h.
|
pure virtual |
Checks whether this pre-transform is currently valid and should be applied.
Transforms the point after the user edits it in the UI fields.
| [in] | point | The point to transform in place. |
Transforms the point before it is displayed in the UI fields.
| [in] | point | The point to transform in place. |