VTK  9.3.20240420
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
27VTK_ABI_NAMESPACE_BEGIN
29
30class VTKFILTERSPARALLEL_EXPORT vtkPYoungsMaterialInterface : public vtkYoungsMaterialInterface
31{
32public:
35 void PrintSelf(ostream& os, vtkIndent indent) override;
36
40 void Aggregate(int, int*) override;
41
43
48 vtkGetObjectMacro(Controller, vtkMultiProcessController);
50
51protected:
54
56
57private:
59 void operator=(const vtkPYoungsMaterialInterface&) = delete;
60};
61
62VTK_ABI_NAMESPACE_END
63#endif /* VTK_PYOUNGS_MATERIAL_INTERFACE_H */
a simple class to control print indentation
Definition vtkIndent.h:108
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