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 
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
void PrintSelf(ostream &os, vtkIndent indent) override
generate extracts using animation scene
static vtkSMProxy * New()
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:140
#define VTKREMOTINGANIMATION_EXPORT
void operator=(const vtkSMProxy &)=delete