51 if (this->GetProcess())
53 this->SetSteps(this->GetSteps() + 1);
54 if (!this->GetQuiet())
67 this->GetTimeProbe().Stop();
68 m_ProcessInformation->ElapsedTime = this->GetTimeProbe().GetMean() * this->GetTimeProbe().GetNumberOfStops();
74 this->GetTimeProbe().Start();
78 this->GetProcess()->AbortGenerateDataOn();
91 std::cout <<
"<filter-progress>" << (this->GetProcess()->GetProgress() *
m_Fraction) +
m_Start <<
"</filter-progress>" << std::endl;
94 std::cout <<
"<filter-stage-progress>" << this->GetProcess()->GetProgress() <<
"</filter-stage-progress>" << std::endl;
96 std::cout << std::flush;
107 this->SetIterations(0);
108 this->GetTimeProbe().Start();
109 if (!this->GetQuiet())
125 std::cout <<
"<filter-start>" << std::endl;
126 std::cout <<
"<filter-name>" << (this->GetProcess() ? this->GetProcess()->GetNameOfClass() :
"None") <<
"</filter-name>" << std::endl;
127 std::cout <<
"<filter-comment>"
128 <<
" \"" << this->GetComment() <<
"\" "
129 <<
"</filter-comment>" << std::endl;
130 std::cout <<
"</filter-start>" << std::endl;
131 std::cout << std::flush;
140 this->GetTimeProbe().Stop();
141 if (!this->GetQuiet())
148 m_ProcessInformation->ElapsedTime = this->GetTimeProbe().GetMean() * this->GetTimeProbe().GetNumberOfStops();
158 std::cout <<
"<filter-end>" << std::endl;
159 std::cout <<
"<filter-name>" << (this->GetProcess() ? this->GetProcess()->GetNameOfClass() :
"None") <<
"</filter-name>" << std::endl;
160 std::cout <<
"<filter-time>" << this->GetTimeProbe().GetMean() <<
"</filter-time>" << std::endl;
161 std::cout <<
"</filter-end>";
162 std::cout << std::flush;