ParaView
vtkSITimeStepsProperty.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSITimeStepsProperty.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 =========================================================================*/
21 #ifndef vtkSITimeStepsProperty_h
22 #define vtkSITimeStepsProperty_h
23 
24 #include "vtkPVServerImplementationCoreModule.h" //needed for exports
25 #include "vtkSIProperty.h"
26 
27 class VTKPVSERVERIMPLEMENTATIONCORE_EXPORT vtkSITimeStepsProperty : public vtkSIProperty
28 {
29 public:
30  static vtkSITimeStepsProperty* New();
32  void PrintSelf(ostream& os, vtkIndent indent);
33 
34 protected:
37 
38  friend class vtkSIProxy;
39 
43  virtual bool Pull(vtkSMMessage*);
44 
45 private:
46  vtkSITimeStepsProperty(const vtkSITimeStepsProperty&) VTK_DELETE_FUNCTION;
47  void operator=(const vtkSITimeStepsProperty&) VTK_DELETE_FUNCTION;
48 };
49 
50 #endif
void PrintSelf(ostream &os, vtkIndent indent)
static vtkSIProperty * New()
vtkSIProxy is the server-implementation for a vtkSMProxy that helps the vtkSMProxy with managing/upda...
Definition: vtkSIProxy.h:34
Header class that setup every thing in order to use Protobuf messages in a transparent manner...
Basic ServerImplementation property used to call a method with no argument on a VTK object...
Definition: vtkSIProperty.h:36
virtual bool Pull(vtkSMMessage *)
Pull the current state of the underneath implementation.