VTK
vtkPYoungsMaterialInterface.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: $RCSfile: vtkPYoungsMaterialInterface.h,v $
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 =========================================================================*/
32 #ifndef vtkPYoungsMaterialInterface_h
33 #define vtkPYoungsMaterialInterface_h
34 
35 #include "vtkFiltersParallelModule.h" // For export macro
37 
39 
41 {
42 public:
45  void PrintSelf(ostream& os, vtkIndent indent);
46 
48  virtual void Aggregate ( int, int* );
49 
51 
53  virtual void SetController(vtkMultiProcessController*);
54  vtkGetObjectMacro(Controller, vtkMultiProcessController);
56 
57 protected:
59  virtual ~vtkPYoungsMaterialInterface ();
60 
62 
63 private:
65  void operator=(const vtkPYoungsMaterialInterface&); // Not implemented
66 };
67 
68 #endif /* VTK_PYOUNGS_MATERIAL_INTERFACE_H */
#define VTKFILTERSPARALLEL_EXPORT
a simple class to control print indentation
Definition: vtkIndent.h:38
vtkMultiProcessController * Controller
parallel reconstruction of material interfaces
virtual void Aggregate(int, int *)
reconstructs material interfaces
static vtkYoungsMaterialInterface * New()
void PrintSelf(ostream &os, vtkIndent indent)
Multiprocessing communication superclass.