54 if (this->GetProcess())
56 this->SetSteps(this->GetSteps() + 1);
57 if (!this->GetQuiet())
70 this->GetTimeProbe().Stop();
71 m_ProcessInformation->ElapsedTime = this->GetTimeProbe().GetMean() * this->GetTimeProbe().GetNumberOfStops();
77 this->GetTimeProbe().Start();
81 this->GetProcess()->AbortGenerateDataOn();
94 std::cout <<
"<filter-progress>" << (this->GetProcess()->GetProgress() *
m_Fraction) +
m_Start <<
"</filter-progress>" << std::endl;
97 std::cout <<
"<filter-stage-progress>" << this->GetProcess()->GetProgress() <<
"</filter-stage-progress>" << std::endl;
99 std::cout << std::flush;
110 this->SetIterations(0);
111 this->GetTimeProbe().Start();
112 if (!this->GetQuiet())
128 std::cout <<
"<filter-start>" << std::endl;
129 std::cout <<
"<filter-name>" << (this->GetProcess() ? this->GetProcess()->GetNameOfClass() :
"None") <<
"</filter-name>" << std::endl;
130 std::cout <<
"<filter-comment>"
131 <<
" \"" << this->GetComment() <<
"\" "
132 <<
"</filter-comment>" << std::endl;
133 std::cout <<
"</filter-start>" << std::endl;
134 std::cout << std::flush;
143 this->GetTimeProbe().Stop();
144 if (!this->GetQuiet())
151 m_ProcessInformation->ElapsedTime = this->GetTimeProbe().GetMean() * this->GetTimeProbe().GetNumberOfStops();
161 std::cout <<
"<filter-end>" << std::endl;
162 std::cout <<
"<filter-name>" << (this->GetProcess() ? this->GetProcess()->GetNameOfClass() :
"None") <<
"</filter-name>" << std::endl;
163 std::cout <<
"<filter-time>" << this->GetTimeProbe().GetMean() <<
"</filter-time>" << std::endl;
164 std::cout <<
"</filter-end>";
165 std::cout << std::flush;