109 void RemoveAllRepresentations();
113 int GetNumberOfRepresentations();
156 {
return this->Message; }
162 {
return this->Progress; }
174 void RegisterProgress(
vtkObject* algorithm,
const char* message=NULL);
177 void UnRegisterProgress(
vtkObject* algorithm);
188 virtual void ProcessEvents(
vtkObject* caller,
unsigned long eventId,
210 vtkSetMacro(ReuseSingleRepresentation,
bool);
211 vtkGetMacro(ReuseSingleRepresentation,
bool);
212 vtkBooleanMacro(ReuseSingleRepresentation,
bool);
218 void operator=(
const vtkView&);
220 class vtkImplementation;
221 vtkImplementation* Implementation;
224 friend class Command;
228 vtkInternal* Internal;
virtual void ApplyViewTheme(vtkViewTheme *vtkNotUsed(theme))
abstract base class for most VTK objects
ViewProgressEventCallData(const char *msg, double progress)
A node in a selection tree. Used to store selection results.
virtual void AddRepresentationInternal(vtkDataRepresentation *vtkNotUsed(rep))
Proxy object to connect input/output ports.
Sets theme colors for a graphical view.
superclass for callback/observer methods
virtual void PrintSelf(ostream &os, vtkIndent indent)
The superclass for all views.
a simple class to control print indentation
const char * GetProgressMessage() const
The superclass for all representations.
#define VTKVIEWSCORE_EXPORT
~ViewProgressEventCallData()
bool ReuseSingleRepresentation
general representation of visualization data
virtual void RemoveRepresentationInternal(vtkDataRepresentation *vtkNotUsed(rep))
double GetProgress() const