[Insight-developers] testing modified times of process objects
Josh Cates
cates at rolle.engr.utk.edu
Wed Sep 20 15:07:15 EDT 2000
Hello folks,
How can I test a filter to see if it has been modified since its Execute()
method was last called?
For example say I want to do something like:
MyFilterClass::Execute()
{
if ( this->HasBeenModifiedSinceLastExecuteCall() )
{
this->RecalculateSomeFilterParameters();
}
Filter();
}
Josh.
+--+--+--+--+--+--+--+--+--+--+--+--
Josh Cates
Dept. of Electrical Engineering
University of Tennessee, Knoxville
Email: jecates at utk.edu
Phone: (865) 974-0694
URL: www.cs.utk.edu/~cates
--+--+--+--+--+--+--+--+--+--+--+---
More information about the Insight-developers
mailing list