ParaView
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 "vtkPVServerManagerRenderingModule.h" // needed for export macro.
35 #include "vtkSMStringListDomain.h"
36 
38 
39 class VTKPVSERVERMANAGERRENDERING_EXPORT vtkSMRepresentationTypeDomain
40  : public vtkSMStringListDomain
41 {
42 public:
45  void PrintSelf(ostream& os, vtkIndent indent);
46 
52  virtual int SetDefaultValues(vtkSMProperty*, bool use_unchecked_values);
53 
54 protected:
57 
61  vtkPVDataInformation* GetInputInformation();
62 
63 private:
65  void operator=(const vtkSMRepresentationTypeDomain&) VTK_DELETE_FUNCTION;
66 };
67 
68 #endif
Light object for holding data information.
superclass for all SM properties
void PrintSelf(ostream &os, vtkIndent indent)
virtual int SetDefaultValues(vtkSMProperty *, bool use_unchecked_values)
A vtkSMProperty is often defined with a default value in the XML itself.
domain for "Representation" property on representations in "RenderView".
static vtkSMStringListDomain * New()