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