vtkSIXMLAnimationWriterRepresentationProperty.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
11 #ifndef vtkSIXMLAnimationWriterRepresentationProperty_h
12 #define vtkSIXMLAnimationWriterRepresentationProperty_h
13 
14 #include "vtkRemotingAnimationModule.h" //needed for exports
15 #include "vtkSIInputProperty.h"
16 
18  : public vtkSIInputProperty
19 {
20 public:
23  void PrintSelf(ostream& os, vtkIndent indent) override;
24 
25 protected:
28 
33  bool Push(vtkSMMessage*, int) override;
34 
35 private:
38  void operator=(const vtkSIXMLAnimationWriterRepresentationProperty&) = delete;
39 };
40 
41 #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