vtkSMRepresentationTypeDomain.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
19 #ifndef vtkSMRepresentationTypeDomain_h
20 #define vtkSMRepresentationTypeDomain_h
21 
22 #include "vtkRemotingViewsModule.h" // needed for export macro.
23 #include "vtkSMStringListDomain.h"
24 
26 
28 {
29 public:
32  void PrintSelf(ostream& os, vtkIndent indent) override;
33 
39  int SetDefaultValues(vtkSMProperty*, bool use_unchecked_values) override;
40 
41 protected:
44 
48  vtkPVDataInformation* GetInputInformation();
49 
50 private:
52  void operator=(const vtkSMRepresentationTypeDomain&) = delete;
53 };
54 
55 #endif
provides meta data about a vtkDataObject subclass.
#define VTKREMOTINGVIEWS_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) override
superclass for all SM properties
domain for "Representation" property on representations in "RenderView".
static vtkSMStringListDomain * New()
int SetDefaultValues(vtkSMProperty *, bool use_unchecked_values) override
A vtkSMProperty is often defined with a default value in the XML itself.