VTK
|
parallel reconstruction of material interfaces More...
#include <vtkPYoungsMaterialInterface.h>
Public Types | |
typedef vtkYoungsMaterialInterface | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPYoungsMaterialInterface * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Aggregate (int, int *) |
virtual void | SetController (vtkMultiProcessController *) |
virtual vtkMultiProcessController * | GetController () |
Static Public Member Functions | |
static vtkPYoungsMaterialInterface * | New () |
static int | IsTypeOf (const char *type) |
static vtkPYoungsMaterialInterface * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPYoungsMaterialInterface () | |
virtual | ~vtkPYoungsMaterialInterface () |
Protected Attributes | |
vtkMultiProcessController * | Controller |
parallel reconstruction of material interfaces
This is a subclass of vtkYoungsMaterialInterface, implementing the reconstruction of material interfaces, for parallel data sets
Definition at line 40 of file vtkPYoungsMaterialInterface.h.
Reimplemented from vtkYoungsMaterialInterface.
Definition at line 44 of file vtkPYoungsMaterialInterface.h.
vtkPYoungsMaterialInterface::vtkPYoungsMaterialInterface | ( | ) | [protected] |
virtual vtkPYoungsMaterialInterface::~vtkPYoungsMaterialInterface | ( | ) | [protected, virtual] |
static vtkPYoungsMaterialInterface* vtkPYoungsMaterialInterface::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkYoungsMaterialInterface.
static int vtkPYoungsMaterialInterface::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkYoungsMaterialInterface.
virtual int vtkPYoungsMaterialInterface::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkYoungsMaterialInterface.
static vtkPYoungsMaterialInterface* vtkPYoungsMaterialInterface::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkYoungsMaterialInterface.
virtual vtkObjectBase* vtkPYoungsMaterialInterface::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkYoungsMaterialInterface.
Reimplemented from vtkYoungsMaterialInterface.
void vtkPYoungsMaterialInterface::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkYoungsMaterialInterface.
virtual void vtkPYoungsMaterialInterface::Aggregate | ( | int | , |
int * | |||
) | [virtual] |
Parallel implementation of the material aggregation.
Reimplemented from vtkYoungsMaterialInterface.
virtual void vtkPYoungsMaterialInterface::SetController | ( | vtkMultiProcessController * | ) | [virtual] |
Get/Set the multiprocess controller. If no controller is set, single process is assumed.
virtual vtkMultiProcessController* vtkPYoungsMaterialInterface::GetController | ( | ) | [virtual] |
Get/Set the multiprocess controller. If no controller is set, single process is assumed.
Definition at line 61 of file vtkPYoungsMaterialInterface.h.