VTK  9.3.20240423
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
16VTK_ABI_NAMESPACE_BEGIN
17class VTKRENDERINGPARALLEL_EXPORT vtkClientServerSynchronizedRenderers
19{
20public:
23 void PrintSelf(ostream& os, vtkIndent indent) override;
24
25protected:
28
29 void MasterEndRender() override;
30 void SlaveEndRender() override;
31
32private:
34 void operator=(const vtkClientServerSynchronizedRenderers&) = delete;
35};
36
37VTK_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:108
synchronizes renderers across processes.