vtkSIImageTextureProxy.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
13 #ifndef vtkSIImageTextureProxy_h
14 #define vtkSIImageTextureProxy_h
15 
16 #include "vtkRemotingViewsModule.h" //needed for exports
17 #include "vtkSISourceProxy.h"
18 
20 {
21 public:
22  static vtkSIImageTextureProxy* New();
24  void PrintSelf(ostream& os, vtkIndent indent) override;
25 
26 protected:
28  ~vtkSIImageTextureProxy() override;
29 
33  void OnCreateVTKObjects() override;
34 
35 private:
37  void operator=(const vtkSIImageTextureProxy&) = delete;
38 };
39 
40 #endif
void PrintSelf(ostream &os, vtkIndent indent) override
vtkSISourceProxy is the server-side helper for a vtkSMSourceProxy.
#define VTKREMOTINGVIEWS_EXPORT
void OnCreateVTKObjects() override
Called after CreateVTKObjects().
proxy for a vtkTexture.
static vtkSISourceProxy * New()