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 
56 
57 protected:
60 
62 
63 private:
65  void operator=(const vtkPYoungsMaterialInterface&); // Not implemented
66 };
67 
68 #endif /* VTK_PYOUNGS_MATERIAL_INTERFACE_H */
vtkGetObjectMacro
#define vtkGetObjectMacro(name, type)
Definition: vtkSetGet.h:232
vtkYoungsMaterialInterface.h
VTKFILTERSPARALLEL_EXPORT
#define VTKFILTERSPARALLEL_EXPORT
Definition: vtkFiltersParallelModule.h:15
vtkYoungsMaterialInterface
reconstructs material interfaces
Definition: vtkYoungsMaterialInterface.h:53
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkPYoungsMaterialInterface::~vtkPYoungsMaterialInterface
virtual ~vtkPYoungsMaterialInterface()
vtkFiltersParallelModule.h
vtkPYoungsMaterialInterface::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkPYoungsMaterialInterface::vtkPYoungsMaterialInterface
vtkPYoungsMaterialInterface()
vtkMultiProcessController
Multiprocessing communication superclass.
Definition: vtkMultiProcessController.h:85
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkPYoungsMaterialInterface
parallel reconstruction of material interfaces
Definition: vtkPYoungsMaterialInterface.h:41
vtkPYoungsMaterialInterface::Aggregate
virtual void Aggregate(int, int *)
vtkPYoungsMaterialInterface::New
static vtkPYoungsMaterialInterface * New()
vtkPYoungsMaterialInterface::SetController
virtual void SetController(vtkMultiProcessController *)
vtkPYoungsMaterialInterface::Controller
vtkMultiProcessController * Controller
Definition: vtkPYoungsMaterialInterface.h:61