ParaView
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 "vtkPVAnimationModule.h" //needed for exports
27 #include "vtkSIInputProperty.h"
28 
30  : public vtkSIInputProperty
31 {
32 public:
35  void PrintSelf(ostream& os, vtkIndent indent);
36 
37 protected:
40 
45  virtual bool Push(vtkSMMessage*, int);
46 
47 private:
49  const vtkSIXMLAnimationWriterRepresentationProperty&) VTK_DELETE_FUNCTION;
50  void operator=(const vtkSIXMLAnimationWriterRepresentationProperty&) VTK_DELETE_FUNCTION;
51 };
52 
53 #endif
virtual bool Push(vtkSMMessage *, int)
Push a new state to the underneath implementation.
ServerSide Property use to set vtkOutputPort as method parameter.
static vtkSIInputProperty * New()
void PrintSelf(ostream &os, vtkIndent indent)
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...