Go to the documentation of this file.
156 {
return this->Message; }
162 {
return this->Progress; }
218 void operator=(
const vtkView&);
220 class vtkImplementation;
221 vtkImplementation* Implementation;
224 friend class Command;
228 vtkInternal* Internal;
void RemoveRepresentation(vtkDataRepresentation *rep)
superclass for callback/observer methods
bool ReuseSingleRepresentation
vtkDataRepresentation * AddRepresentationFromInputConnection(vtkAlgorithmOutput *conn)
int GetNumberOfRepresentations()
const char * GetProgressMessage() const
virtual void ProcessEvents(vtkObject *caller, unsigned long eventId, void *callData)
void SetRepresentation(vtkDataRepresentation *rep)
#define VTKVIEWSCORE_EXPORT
double GetProgress() const
#define vtkTypeMacro(thisClass, superclass)
void RegisterProgress(vtkObject *algorithm, const char *message=NULL)
abstract base class for most VTK objects
virtual void AddRepresentationInternal(vtkDataRepresentation *vtkNotUsed(rep))
vtkDataRepresentation * AddRepresentationFromInput(vtkDataObject *input)
A node in a selection tree. Used to store selection results.
GLenum GLenum GLenum input
void PrintSelf(ostream &os, vtkIndent indent)
vtkDataRepresentation * SetRepresentationFromInput(vtkDataObject *input)
GLsizei GLenum GLuint GLuint GLsizei GLchar * message
The superclass for all views.
Sets theme colors for a graphical view.
vtkDataRepresentation * GetRepresentation(int index=0)
ViewProgressEventCallData(const char *msg, double progress)
~ViewProgressEventCallData()
The superclass for all representations.
vtkDataRepresentation * SetRepresentationFromInputConnection(vtkAlgorithmOutput *conn)
void AddRepresentation(vtkDataRepresentation *rep)
a simple class to control print indentation
void RemoveRepresentation(vtkAlgorithmOutput *rep)
virtual void ApplyViewTheme(vtkViewTheme *vtkNotUsed(theme))
void UnRegisterProgress(vtkObject *algorithm)
#define vtkGetMacro(name, type)
vtkCommand * GetObserver()
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
void RemoveAllRepresentations()
Proxy object to connect input/output ports.
virtual void RemoveRepresentationInternal(vtkDataRepresentation *vtkNotUsed(rep))
bool IsRepresentationPresent(vtkDataRepresentation *rep)
virtual vtkDataRepresentation * CreateDefaultRepresentation(vtkAlgorithmOutput *conn)
general representation of visualization data