vtkPVEnvironmentInformationHelper.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
12 #ifndef vtkPVEnvironmentInformationHelper_h
13 #define vtkPVEnvironmentInformationHelper_h
14 
15 #include "vtkObject.h"
16 #include "vtkRemotingCoreModule.h" //needed for exports
17 
19 {
20 public:
23  void PrintSelf(ostream& os, vtkIndent indent) override;
24 
26 
29  vtkSetStringMacro(Variable);
30  vtkGetStringMacro(Variable);
32 
33 protected:
36 
37  char* Variable;
38 
39 private:
41  void operator=(const vtkPVEnvironmentInformationHelper&) = delete;
42 };
43 
44 #endif
Helper object that can be used to obtain information about an environment.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
#define VTKREMOTINGCORE_EXPORT
static vtkObject * New()
void operator=(const vtkObjectBase &)