vtkSMDataAssemblyDomain.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkSMDataAssemblyDomain.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 =========================================================================*/
50 #ifndef vtkSMDataAssemblyDomain_h
51 #define vtkSMDataAssemblyDomain_h
52 
53 #include "vtkRemotingServerManagerModule.h" // needed for exports
54 #include "vtkSMDomain.h"
55 #include "vtkSmartPointer.h" // needed for vtkSmartPointer
56 class vtkDataAssembly;
57 
59 {
60 public:
61  static vtkSMDataAssemblyDomain* New();
63  void PrintSelf(ostream& os, vtkIndent indent) override;
64 
68  vtkDataAssembly* GetDataAssembly();
69 
70  void Update(vtkSMProperty* requestingProperty) override;
71 
72 protected:
75 
76 private:
78  void operator=(const vtkSMDataAssemblyDomain&) = delete;
79 
80  bool DataAssemblyValid;
82 };
83 
84 #endif
#define VTKREMOTINGSERVERMANAGER_EXPORT
virtual void Update(vtkSMProperty *requestingProperty)
Update self based on the "unchecked" values of all required properties.
superclass for all SM properties
represents the possible values a property can have
Definition: vtkSMDomain.h:49
void PrintSelf(ostream &os, vtkIndent indent) override
a domain that uses vtkDataAssembly
static vtkSMDomain * New()