VTK  9.5.2
vtkDataRepresentation.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-FileCopyrightText: Copyright 2008 Sandia Corporation
3// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Sandia-USGov
36
37#ifndef vtkDataRepresentation_h
38#define vtkDataRepresentation_h
39
41#include "vtkViewsCoreModule.h" // For export macro
42#include "vtkWrappingHints.h" // For VTK_MARSHALAUTO
43
44VTK_ABI_NAMESPACE_BEGIN
48class vtkDataObject;
49class vtkSelection;
50class vtkStringArray;
52class vtkView;
53class vtkViewTheme;
54
56{
57public:
60 void PrintSelf(ostream& os, vtkIndent indent) override;
61
66 vtkAlgorithmOutput* GetInputConnection(int port = 0, int index = 0)
67 {
68 return this->Superclass::GetInputConnection(port, index);
69 }
70
78
83 virtual void ApplyViewTheme(vtkViewTheme* vtkNotUsed(theme)) {}
84
95 void Select(vtkView* view, vtkSelection* selection) { this->Select(view, selection, false); }
96 void Select(vtkView* view, vtkSelection* selection, bool extend);
97
109 void Annotate(vtkView* view, vtkAnnotationLayers* annotations)
110 {
111 this->Annotate(view, annotations, false);
112 }
113 void Annotate(vtkView* view, vtkAnnotationLayers* annotations, bool extend);
114
116
120 vtkSetMacro(Selectable, bool);
121 vtkGetMacro(Selectable, bool);
122 vtkBooleanMacro(Selectable, bool);
124
132 void UpdateSelection(vtkSelection* selection) { this->UpdateSelection(selection, false); }
133 void UpdateSelection(vtkSelection* selection, bool extend);
134
143 {
144 this->UpdateAnnotations(annotations, false);
145 }
146 void UpdateAnnotations(vtkAnnotationLayers* annotations, bool extend);
147
158 {
159 return this->GetInternalAnnotationOutputPort(port, 0);
160 }
162
173 {
174 return this->GetInternalSelectionOutputPort(port, 0);
175 }
177
185 {
186 return this->GetInternalOutputPort(port, 0);
187 }
188 virtual vtkAlgorithmOutput* GetInternalOutputPort(int port, int conn);
189
191
199 vtkSetMacro(SelectionType, int);
200 vtkGetMacro(SelectionType, int);
202
204
210
212
215 virtual void SetSelectionArrayName(const char* name);
216 virtual const char* GetSelectionArrayName();
218
228
229protected:
232
244 {
245 return 1;
246 }
247
251 virtual void ProcessEvents(vtkObject* caller, unsigned long eventId, void* callData);
252
254
260
261 // Whether its representation can handle a selection.
263
268
273
274 friend class vtkView;
275 friend class vtkRenderView;
276 class Command;
277 friend class Command;
279
280 // ------------------------------------------------------------------------
281 // Methods to override in subclasses
282 // ------------------------------------------------------------------------
283
289 virtual bool AddToView(vtkView* vtkNotUsed(view)) { return true; }
290
296 virtual bool RemoveFromView(vtkView* vtkNotUsed(view)) { return true; }
297
304
306 void SetInternalInput(int port, int conn, vtkTrivialProducer* producer);
307
308private:
310 void operator=(const vtkDataRepresentation&) = delete;
311
312 class Internals;
313 Internals* Implementation;
314};
315
316VTK_ABI_NAMESPACE_END
317#endif
Proxy object to connect input/output ports.
vtkAlgorithmOutput * GetInputConnection(int port, int index)
Get the algorithm output port connected to an input port.
Stores a ordered collection of annotation sets.
general representation of visualization data
virtual vtkAlgorithmOutput * GetInternalOutputPort()
Retrieves an output port for the input data object at the specified port and connection index.
vtkAlgorithmOutput * GetInputConnection(int port=0, int index=0)
Convenience override method for obtaining the input connection without specifying the port or index.
vtkAnnotationLink * AnnotationLinkInternal
The annotation link for this representation.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual vtkAlgorithmOutput * GetInternalAnnotationOutputPort(int port, int conn)
int SelectionType
The selection type created by the view.
virtual bool RemoveFromView(vtkView *vtkNotUsed(view))
Removes the representation to the view.
void Annotate(vtkView *view, vtkAnnotationLayers *annotations)
Analogous to Select().
void SetAnnotationLink(vtkAnnotationLink *link)
virtual vtkAlgorithmOutput * GetInternalSelectionOutputPort()
The output port that contains the selection associated with the current annotation (normally the inte...
virtual vtkAlgorithmOutput * GetInternalOutputPort(int port, int conn)
virtual void SetSelectionArrayNames(vtkStringArray *names)
If a VALUES selection, the arrays used to produce a selection.
static vtkDataRepresentation * New()
virtual void ApplyViewTheme(vtkViewTheme *vtkNotUsed(theme))
Apply a theme to this representation.
void UpdateAnnotations(vtkAnnotationLayers *annotations, bool extend)
virtual vtkAlgorithmOutput * GetInternalSelectionOutputPort(int port)
void UpdateAnnotations(vtkAnnotationLayers *annotations)
Updates the selection in the selection link and fires a selection change event.
vtkStringArray * SelectionArrayNames
If a VALUES selection, the array names used in the selection.
virtual void ProcessEvents(vtkObject *caller, unsigned long eventId, void *callData)
Clear the input shallow copy caches if the algorithm is in "release data" mode.
virtual vtkAlgorithmOutput * GetInternalAnnotationOutputPort(int port)
~vtkDataRepresentation() override
virtual vtkAnnotationLayers * ConvertAnnotations(vtkView *view, vtkAnnotationLayers *annotations)
Analogous to ConvertSelection(), allows subclasses to manipulate annotations before passing them off ...
virtual void SetAnnotationLinkInternal(vtkAnnotationLink *link)
The annotation link for this representation.
virtual vtkSelection * ConvertSelection(vtkView *view, vtkSelection *selection)
Convert the selection to a type appropriate for sharing with other representations through vtkAnnotat...
void Select(vtkView *view, vtkSelection *selection, bool extend)
void UpdateSelection(vtkSelection *selection)
Updates the selection in the selection link and fires a selection change event.
virtual bool AddToView(vtkView *vtkNotUsed(view))
Adds the representation to the view.
virtual vtkAlgorithmOutput * GetInternalAnnotationOutputPort()
The output port that contains the annotations whose selections are localized for a particular input d...
void Select(vtkView *view, vtkSelection *selection)
The view calls this method when a selection occurs.
virtual vtkAlgorithmOutput * GetInternalSelectionOutputPort(int port, int conn)
void UpdateSelection(vtkSelection *selection, bool extend)
virtual void SetSelectionArrayName(const char *name)
If a VALUES selection, the array used to produce a selection.
virtual vtkAlgorithmOutput * GetInternalOutputPort(int port)
vtkAnnotationLink * GetAnnotationLink()
The annotation link for this representation.
void Annotate(vtkView *view, vtkAnnotationLayers *annotations, bool extend)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses should override this to connect inputs to the internal pipeline as necessary.
vtkTrivialProducer * GetInternalInput(int port, int conn)
void SetInternalInput(int port, int conn, vtkTrivialProducer *producer)
virtual const char * GetSelectionArrayName()
If a VALUES selection, the array used to produce a selection.
a simple class to control print indentation
Definition vtkIndent.h:29
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
data object that represents a "selection" in VTK.
a vtkAbstractArray subclass for strings
Producer for stand-alone data objects.
Sets theme colors for a graphical view.
The superclass for all views.
Definition vtkView.h:47
#define VTK_MARSHALAUTO