- v1_4_1 and current: VTK error messages appear on execution of "Sweep" command
unsigned long mTime = this->Superclass::GetMTime();
unsigned long time = myTransformFilter->GetMTime();
mTime = ( time > mTime ? time : mTime );
+ time = myPassFilter[0]->GetInput()->GetMTime();
+ mTime = ( time > mTime ? time : mTime );
return mTime;
}
// This has to be here because it initialized all field datas.
output->CopyStructure( input );
+ if(!input->GetNumberOfPoints()){
+ vtkErrorMacro(<<"No input data");
+ }
// Pass all. (data object's field data is passed by the
// superclass after this method)