108 void RemoveAllRepresentations();
112 int GetNumberOfRepresentations();
121 virtual void Update();
155 {
return this->Message; }
161 {
return this->Progress; }
173 void RegisterProgress(
vtkObject* algorithm,
const char* message=NULL);
176 void UnRegisterProgress(
vtkObject* algorithm);
187 virtual void ProcessEvents(
vtkObject* caller,
unsigned long eventId,
209 vtkSetMacro(ReuseSingleRepresentation,
bool);
210 vtkGetMacro(ReuseSingleRepresentation,
bool);
211 vtkBooleanMacro(ReuseSingleRepresentation,
bool);
217 void operator=(
const vtkView&);
219 class vtkImplementation;
220 vtkImplementation* Implementation;
223 friend class Command;
227 vtkInternal* Internal;