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
vtkSMProxyInitializationHelper.h
vtkSMProxyInitializationHelper::PostInitializeProxy
virtual void PostInitializeProxy(vtkSMProxy *proxy, vtkPVXMLElement *xml, vtkMTimeType initializationTimeStamp)=0
Called during vtkSMParaViewPipelineController::PostInitializeProxy() to initialize a proxy.
vtkSMProxyInitializationHelper::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
vtkSMProxy
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:140
vtkMTimeType
vtkTypeUInt64 vtkMTimeType
vtkIndent
vtkSMProxyInitializationHelper
initialization helper for a proxy.
Definition: vtkSMProxyInitializationHelper.h:32
vtkSMXYChartRepresentationInitializationHelper
initialization helper for XYChartRepresentation proxy.
Definition: vtkSMXYChartRepresentationInitializationHelper.h:18
vtkPVXMLElement
Definition: vtkPVXMLElement.h:23
vtkSMObject::New
static vtkSMObject * New()