vtkSMRepresentationTypeDomain.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSMRepresentationTypeDomain.h
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
31 #ifndef vtkSMRepresentationTypeDomain_h
32 #define vtkSMRepresentationTypeDomain_h
33 
34 #include "vtkRemotingViewsModule.h" // needed for export macro.
35 #include "vtkSMStringListDomain.h"
36 
38 
40 {
41 public:
44  void PrintSelf(ostream& os, vtkIndent indent) override;
45 
51  int SetDefaultValues(vtkSMProperty*, bool use_unchecked_values) override;
52 
53 protected:
56 
60  vtkPVDataInformation* GetInputInformation();
61 
62 private:
64  void operator=(const vtkSMRepresentationTypeDomain&) = delete;
65 };
66 
67 #endif
Light object for holding data information.
#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.