VTK  9.3.0
vtkClientServerSynchronizedRenderers.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
10 #ifndef vtkClientServerSynchronizedRenderers_h
11 #define vtkClientServerSynchronizedRenderers_h
12 
13 #include "vtkRenderingParallelModule.h" // For export macro
15 
16 VTK_ABI_NAMESPACE_BEGIN
17 class VTKRENDERINGPARALLEL_EXPORT vtkClientServerSynchronizedRenderers
19 {
20 public:
23  void PrintSelf(ostream& os, vtkIndent indent) override;
24 
25 protected:
28 
29  void MasterEndRender() override;
30  void SlaveEndRender() override;
31 
32 private:
34  void operator=(const vtkClientServerSynchronizedRenderers&) = delete;
35 };
36 
37 VTK_ABI_NAMESPACE_END
38 #endif
vtkClientServerSynchronizedRenderers is a vtkSynchronizedRenderers subclass designed to be used in 2 ...
static vtkClientServerSynchronizedRenderers * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Definition: vtkIndent.h:29
synchronizes renderers across processes.