VTK  9.3.0
vtkPYoungsMaterialInterface.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-License-Identifier: BSD-3-Clause
21 #ifndef vtkPYoungsMaterialInterface_h
22 #define vtkPYoungsMaterialInterface_h
23 
24 #include "vtkFiltersParallelModule.h" // For export macro
26 
27 VTK_ABI_NAMESPACE_BEGIN
29 
30 class VTKFILTERSPARALLEL_EXPORT vtkPYoungsMaterialInterface : public vtkYoungsMaterialInterface
31 {
32 public:
35  void PrintSelf(ostream& os, vtkIndent indent) override;
36 
40  void Aggregate(int, int*) override;
41 
43 
48  vtkGetObjectMacro(Controller, vtkMultiProcessController);
50 
51 protected:
54 
56 
57 private:
59  void operator=(const vtkPYoungsMaterialInterface&) = delete;
60 };
61 
62 VTK_ABI_NAMESPACE_END
63 #endif /* VTK_PYOUNGS_MATERIAL_INTERFACE_H */
a simple class to control print indentation
Definition: vtkIndent.h:38
Multiprocessing communication superclass.
parallel reconstruction of material interfaces
virtual void SetController(vtkMultiProcessController *)
Get/Set the multiprocess controller.
static vtkPYoungsMaterialInterface * New()
~vtkPYoungsMaterialInterface() override
vtkMultiProcessController * Controller
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void Aggregate(int, int *) override
Parallel implementation of the material aggregation.
reconstructs material interfaces