vtkPConvertSelection.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: vtkPConvertSelection.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 vtkPConvertSelection_h
23 #define vtkPConvertSelection_h
24 
25 #include "vtkConvertSelection.h"
26 #include "vtkPVVTKExtensionsExtractionModule.h" //needed for exports
27 
29 
31 {
32 public:
33  static vtkPConvertSelection* New();
35  void PrintSelf(ostream& os, vtkIndent indent) override;
36 
38 
41  void SetController(vtkMultiProcessController*);
42  vtkGetObjectMacro(Controller, vtkMultiProcessController);
44 
45 protected:
47  ~vtkPConvertSelection() override;
48 
50 
52 
53 private:
55  void operator=(const vtkPConvertSelection&) = delete;
56 };
57 
58 #endif // vtkPConvertSelection_h
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define VTKPVVTKEXTENSIONSEXTRACTION_EXPORT
void PrintSelf(ostream &os, vtkIndent indent)
static vtkConvertSelection * New()
parallel aware vtkConvertSelection subclass.
vtkMultiProcessController * Controller
void operator=(const vtkObjectBase &)