VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkPYoungsMaterialInterface Class Reference

parallel reconstruction of material interfaces More...

#include <vtkPYoungsMaterialInterface.h>

Inheritance diagram for vtkPYoungsMaterialInterface:
Inheritance graph
[legend]
Collaboration diagram for vtkPYoungsMaterialInterface:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkYoungsMaterialInterface Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void Aggregate (int, int *)
virtual void SetController (vtkMultiProcessController *)
virtual vtkMultiProcessControllerGetController ()

Static Public Member Functions

static
vtkPYoungsMaterialInterface
New ()
static int IsTypeOf (const char *type)
static
vtkPYoungsMaterialInterface
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkPYoungsMaterialInterface ()
virtual ~vtkPYoungsMaterialInterface ()

Protected Attributes

vtkMultiProcessControllerController

Detailed Description

parallel reconstruction of material interfaces

This is a subclass of vtkYoungsMaterialInterface, implementing the reconstruction of material interfaces, for parallel data sets

Thanks:
This file is part of the generalized Youngs material interface reconstruction algorithm contributed by
CEA/DIF - Commissariat a l'Energie Atomique, Centre DAM Ile-De-France
BP12, F-91297 Arpajon, France.
Implementation by Thierry Carrard and Philippe Pebay
See also:
vtkYoungsMaterialInterface

Definition at line 39 of file vtkPYoungsMaterialInterface.h.


Member Typedef Documentation

Reimplemented from vtkYoungsMaterialInterface.

Definition at line 43 of file vtkPYoungsMaterialInterface.h.


Constructor & Destructor Documentation

vtkPYoungsMaterialInterface::vtkPYoungsMaterialInterface ( ) [protected]
virtual vtkPYoungsMaterialInterface::~vtkPYoungsMaterialInterface ( ) [protected, virtual]

Member Function Documentation

static vtkPYoungsMaterialInterface* vtkPYoungsMaterialInterface::New ( ) [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkYoungsMaterialInterface.

virtual const char* vtkPYoungsMaterialInterface::GetClassName ( ) [virtual]

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 ( vtkObject o) [static]

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.


Member Data Documentation

Definition at line 60 of file vtkPYoungsMaterialInterface.h.


The documentation for this class was generated from the following file: