Tool_Brush::Update
Tool_Tag::Update
Tool_Histo::Update
Tool_Propagate::Update
Tool_DB_Class::Update
Tool_DB_File::Update
This method is used when an external event may change the tool.
Syntax
void Update(
UInt64 flag
) ;
Parameters
flag
Flag value of the external event. See flag_update.hpp for a list of all the possible values.
The values that are used by the tools are:
Return value
This method does not return a value.
Remarks
The method is usually called from within your Update_Register() function. Do not forget to register the appropriate update flags with the Update_Register() function
Requirements
Header:
TomoVision_Util.hpp
TomoVision_Tools.hpp
Tool_work.hpp
Library:
TomoVision_Util.lib
TomoVision_Tools.lib
SliceO_Tools.lib
Example
See also