33 #ifndef vtkPYoungsMaterialInterface_h
34 #define vtkPYoungsMaterialInterface_h
36 #include "vtkFiltersParallelModule.h"
51 void Aggregate (
int,
int* ) VTK_OVERRIDE;
59 vtkGetObjectMacro(Controller, vtkMultiProcessController);
64 ~vtkPYoungsMaterialInterface () VTK_OVERRIDE;
66 vtkMultiProcessController* Controller;
69 vtkPYoungsMaterialInterface(const vtkPYoungsMaterialInterface&) VTK_DELETE_FUNCTION;
70 void operator=(const vtkPYoungsMaterialInterface&) VTK_DELETE_FUNCTION;
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
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.