 |
VTK
9.0.1
|
Go to the documentation of this file.
54 #include "vtkViewsCoreModule.h"
131 void RemoveAllRepresentations();
136 int GetNumberOfRepresentations();
151 virtual void Update();
204 void RegisterProgress(
vtkObject* algorithm,
const char* message =
nullptr);
209 void UnRegisterProgress(
vtkObject* algorithm);
220 virtual void ProcessEvents(
vtkObject* caller,
unsigned long eventId,
void* callData);
242 vtkSetMacro(ReuseSingleRepresentation,
bool);
243 vtkGetMacro(ReuseSingleRepresentation,
bool);
244 vtkBooleanMacro(ReuseSingleRepresentation,
bool);
250 void operator=(
const vtkView&) =
delete;
252 class vtkImplementation;
253 vtkImplementation* Implementation;
256 friend class Command;
260 vtkInternal* Internal;
superclass for callback/observer methods
bool ReuseSingleRepresentation
const char * GetProgressMessage() const
Get the message.
double GetProgress() const
Get the progress value in range [0.0, 1.0].
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
abstract base class for most VTK objects
virtual void AddRepresentationInternal(vtkDataRepresentation *vtkNotUsed(rep))
Subclass "hooks" for notifying subclasses of vtkView when representations are added or removed.
data object that represents a "selection" in VTK.
The superclass for all views.
Sets theme colors for a graphical view.
ViewProgressEventCallData(const char *msg, double progress)
~ViewProgressEventCallData()
The superclass for all representations.
A ptr to an instance of ViewProgressEventCallData is provided in the call data when vtkCommand::ViewP...
a simple class to control print indentation
virtual void ApplyViewTheme(vtkViewTheme *vtkNotUsed(theme))
Apply a theme to the view.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Proxy object to connect input/output ports.
virtual void RemoveRepresentationInternal(vtkDataRepresentation *vtkNotUsed(rep))
general representation of visualization data