vtkSMSaveAnimationExtractsProxy.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
19 #ifndef vtkSMSaveAnimationExtractsProxy_h
20 #define vtkSMSaveAnimationExtractsProxy_h
21 
22 #include "vtkRemotingAnimationModule.h" //needed for exports
23 #include "vtkSMProxy.h"
24 
25 class VTKREMOTINGANIMATION_EXPORT vtkSMSaveAnimationExtractsProxy : public vtkSMProxy
26 {
27 public:
30  void PrintSelf(ostream& os, vtkIndent indent) override;
31 
35  bool SaveExtracts();
36 
37 protected:
40 
41 private:
43  void operator=(const vtkSMSaveAnimationExtractsProxy&) = delete;
44 };
45 
46 #endif
vtkSMProxy::New
static vtkSMProxy * New()
vtkSMProxy
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:140
vtkSMProxy::operator=
void operator=(const vtkSMProxy &)=delete
vtkIndent
vtkSMProxy.h
vtkSMProxy::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
vtkSMSaveAnimationExtractsProxy
generate extracts using animation scene
Definition: vtkSMSaveAnimationExtractsProxy.h:25