vtkSIXMLAnimationWriterRepresentationProperty.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSIXMLAnimationWriterRepresentationProperty.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 =========================================================================*/
23 #ifndef vtkSIXMLAnimationWriterRepresentationProperty_h
24 #define vtkSIXMLAnimationWriterRepresentationProperty_h
25 
26 #include "vtkRemotingAnimationModule.h" //needed for exports
27 #include "vtkSIInputProperty.h"
28 
30  : public vtkSIInputProperty
31 {
32 public:
35  void PrintSelf(ostream& os, vtkIndent indent) override;
36 
37 protected:
40 
45  bool Push(vtkSMMessage*, int) override;
46 
47 private:
50  void operator=(const vtkSIXMLAnimationWriterRepresentationProperty&) = delete;
51 };
52 
53 #endif
bool Push(vtkSMMessage *, int) override
Push a new state to the underneath implementation.
ServerSide Property use to set vtkOutputPort as method parameter.
static vtkSIInputProperty * New()
vtkSIXMLAnimationWriterRepresentationProperty extends vtkSIInputProperty to add push-API specific to ...
Header class that setup every thing in order to use Protobuf messages in a transparent manner...
#define VTKREMOTINGANIMATION_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) override