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 
30 #include <deque> // for std::deque
31 
33 
35 {
36 public:
37  static vtkSMExtractTriggerProxy* New();
39  void PrintSelf(ostream& os, vtkIndent indent) override;
40 
44  virtual bool IsActivated(vtkSMExtractsController* controller);
45 
46 protected:
48  ~vtkSMExtractTriggerProxy() override;
49 
50 private:
52  void operator=(const vtkSMExtractTriggerProxy&) = delete;
53 
60  std::deque<double> TimeStepLengths;
61  double LastTimeValue;
62  double LastOutputTimeValue;
63 };
64 
65 #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