vtkSMXYChartRepresentationInitializationHelper.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
12 #ifndef vtkSMXYChartRepresentationInitializationHelper_h
13 #define vtkSMXYChartRepresentationInitializationHelper_h
14 
15 #include "vtkRemotingViewsModule.h" //needed for exports
17 
20 {
21 public:
24  void PrintSelf(ostream& os, vtkIndent indent) override;
25 
27 
28 protected:
31 
32 private:
35  void operator=(const vtkSMXYChartRepresentationInitializationHelper&) = delete;
36 };
37 
38 #endif
initialization helper for XYChartRepresentation proxy.
#define VTKREMOTINGVIEWS_EXPORT
virtual void PostInitializeProxy(vtkSMProxy *proxy, vtkPVXMLElement *xml, vtkMTimeType initializationTimeStamp)=0
Called during vtkSMParaViewPipelineController::PostInitializeProxy() to initialize a proxy...
vtkTypeUInt64 vtkMTimeType
void PrintSelf(ostream &os, vtkIndent indent) override
initialization helper for a proxy.
static vtkSMObject * New()
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:140
This is used by vtkPVXMLParser to represent an XML document starting at the root element.