vtkSMSaveAnimationExtractsProxy.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSMSaveAnimationExtractsProxy.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
31 #ifndef vtkSMSaveAnimationExtractsProxy_h
32 #define vtkSMSaveAnimationExtractsProxy_h
33 
34 #include "vtkRemotingAnimationModule.h" //needed for exports
35 #include "vtkSMProxy.h"
36 
38 {
39 public:
42  void PrintSelf(ostream& os, vtkIndent indent) override;
43 
47  bool SaveExtracts();
48 
49 protected:
52 
53 private:
55  void operator=(const vtkSMSaveAnimationExtractsProxy&) = delete;
56 };
57 
58 #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:152
#define VTKREMOTINGANIMATION_EXPORT
void operator=(const vtkSMProxy &)=delete