VTK  9.1.0
vtkPYoungsMaterialInterface.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkPYoungsMaterialInterface.h
5
6 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7 All rights reserved.
8 See Copyright.txt or http://www.kitware.com/Copyright.htm 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=========================================================================*/
33#ifndef vtkPYoungsMaterialInterface_h
34#define vtkPYoungsMaterialInterface_h
35
36#include "vtkFiltersParallelModule.h" // For export macro
38
40
41class VTKFILTERSPARALLEL_EXPORT vtkPYoungsMaterialInterface : public vtkYoungsMaterialInterface
42{
43public:
46 void PrintSelf(ostream& os, vtkIndent indent) override;
47
51 void Aggregate(int, int*) override;
52
54
59 vtkGetObjectMacro(Controller, vtkMultiProcessController);
61
62protected:
65
67
68private:
70 void operator=(const vtkPYoungsMaterialInterface&) = delete;
71};
72
73#endif /* VTK_PYOUNGS_MATERIAL_INTERFACE_H */
a simple class to control print indentation
Definition: vtkIndent.h:113
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