vtkSMRendererDomain.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSMRendererDomain.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 =========================================================================*/
22 #ifndef vtkSMRendererDomain_h
23 #define vtkSMRendererDomain_h
24 
25 #include "vtkRemotingViewsModule.h" //needed for exports
26 #include "vtkSMStringListDomain.h"
27 
29 {
30 public:
31  static vtkSMRendererDomain* New();
33  void PrintSelf(ostream& os, vtkIndent indent) override;
34 
35  virtual void Update(vtkSMProperty*) override;
36 
37 protected:
39  ~vtkSMRendererDomain() override{};
40 
41  virtual int ReadXMLAttributes(vtkSMProperty* prop, vtkPVXMLElement* element) override;
42 
43 private:
45  void operator=(const vtkSMRendererDomain&) = delete;
46 };
47 
48 #endif
#define VTKREMOTINGVIEWS_EXPORT
void PrintSelf(ostream &os, vtkIndent indent) override
Manages the list of available ray traced renderers This domain builds the list of ray traced renderer...
superclass for all SM properties
int ReadXMLAttributes(vtkSMProperty *prop, vtkPVXMLElement *element) override
Set the appropriate ivars from the xml element.
void Update(vtkSMProperty *) override
Update self checking the "unchecked" values of all required properties.
static vtkSMStringListDomain * New()
This is used by vtkPVXMLParser to represent an XML document starting at the root element.