VTK
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 
41 class VTKFILTERSPARALLEL_EXPORT vtkPYoungsMaterialInterface : public vtkYoungsMaterialInterface
42 {
43 public:
46  void PrintSelf(ostream& os, vtkIndent indent);
47 
51  virtual void Aggregate ( int, int* );
52 
54 
58  virtual void SetController(vtkMultiProcessController*);
59  vtkGetObjectMacro(Controller, vtkMultiProcessController);
61 
62 protected:
64  virtual ~vtkPYoungsMaterialInterface ();
65 
67 
68 private:
69  vtkPYoungsMaterialInterface(const vtkPYoungsMaterialInterface&) VTK_DELETE_FUNCTION;
70  void operator=(const vtkPYoungsMaterialInterface&) VTK_DELETE_FUNCTION;
71 };
72 
73 #endif /* VTK_PYOUNGS_MATERIAL_INTERFACE_H */
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkMultiProcessController * Controller
parallel reconstruction of material interfaces
virtual void Aggregate(int, int *)
Serial implementation of the material aggregation.
reconstructs material interfaces
static vtkYoungsMaterialInterface * New()
Multiprocessing communication superclass.