vtkSMExtractTriggerProxy.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSMExtractTriggerProxy.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 =========================================================================*/
25 #ifndef vtkSMExtractTriggerProxy_h
26 #define vtkSMExtractTriggerProxy_h
27 
28 #include "vtkSMProxy.h"
29 
31 
33 {
34 public:
35  static vtkSMExtractTriggerProxy* New();
37  void PrintSelf(ostream& os, vtkIndent indent) override;
38 
42  virtual bool IsActivated(vtkSMExtractsController* controller);
43 
44 protected:
47 
48 private:
50  void operator=(const vtkSMExtractTriggerProxy&) = delete;
51 };
52 
53 #endif
trigger to control extract generation
void PrintSelf(ostream &os, vtkIndent indent) override
#define VTKREMOTINGSERVERMANAGER_EXPORT
static vtkSMProxy * New()
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:152
void operator=(const vtkSMProxy &)=delete
controller for extract generation