vtkPVRepresentationAnimationHelper.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
14 #ifndef vtkPVRepresentationAnimationHelper_h
15 #define vtkPVRepresentationAnimationHelper_h
16 
17 #include "vtkRemotingAnimationModule.h" //needed for exports
18 #include "vtkSMProxy.h"
19 #include "vtkWeakPointer.h" // needed for vtkWeakPointer.
20 
22 {
23 public:
26  void PrintSelf(ostream& os, vtkIndent indent) override;
27 
29 
32  void SetVisibility(int);
33  void SetOpacity(double);
34  void SetSourceProxy(vtkSMProxy* proxy);
36 
37 protected:
40 
42 
43 private:
45  void operator=(const vtkPVRepresentationAnimationHelper&) = delete;
46 };
47 
48 #endif
void PrintSelf(ostream &os, vtkIndent indent) override
helper proxy used to animate properties on the representations for any source.
static vtkSMProxy * New()
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:140
#define VTKREMOTINGANIMATION_EXPORT
void operator=(const vtkSMProxy &)=delete