ParaView
Public Types | Public Member Functions
vtkMaterialInterfaceProcessLoading Class Reference

#include <vtkMaterialInterfaceProcessLoading.h>

List of all members.

Public Types

enum  { ID = 0, LOADING = 1, SIZE = 2 }

Public Member Functions

 vtkMaterialInterfaceProcessLoading ()
 ~vtkMaterialInterfaceProcessLoading ()
int GetId () const
vtkIdType GetLoadFactor () const
void Initialize (int id, vtkIdType loadFactor)
bool operator< (const vtkMaterialInterfaceProcessLoading &rhs) const
bool operator<= (const vtkMaterialInterfaceProcessLoading &rhs) const
bool operator> (const vtkMaterialInterfaceProcessLoading &rhs) const
bool operator>= (const vtkMaterialInterfaceProcessLoading &rhs) const
bool operator== (const vtkMaterialInterfaceProcessLoading &rhs) const
vtkIdType UpdateLoadFactor (vtkIdType loadFactor)

Detailed Description

Data type to represent a node in a multiprocess job and its current loading state.

Definition at line 29 of file vtkMaterialInterfaceProcessLoading.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
ID 
LOADING 
SIZE 

Definition at line 32 of file vtkMaterialInterfaceProcessLoading.h.


Constructor & Destructor Documentation

vtkMaterialInterfaceProcessLoading::vtkMaterialInterfaceProcessLoading ( ) [inline]

Definition at line 34 of file vtkMaterialInterfaceProcessLoading.h.

vtkMaterialInterfaceProcessLoading::~vtkMaterialInterfaceProcessLoading ( ) [inline]

Definition at line 36 of file vtkMaterialInterfaceProcessLoading.h.


Member Function Documentation

void vtkMaterialInterfaceProcessLoading::Initialize ( int  id,
vtkIdType  loadFactor 
) [inline]

Set the id and load factor.

Definition at line 39 of file vtkMaterialInterfaceProcessLoading.h.

bool vtkMaterialInterfaceProcessLoading::operator< ( const vtkMaterialInterfaceProcessLoading rhs) const [inline]

Comparision of two objects loading.

Definition at line 47 of file vtkMaterialInterfaceProcessLoading.h.

bool vtkMaterialInterfaceProcessLoading::operator<= ( const vtkMaterialInterfaceProcessLoading rhs) const [inline]

Comparision of two objects loading.

Definition at line 54 of file vtkMaterialInterfaceProcessLoading.h.

bool vtkMaterialInterfaceProcessLoading::operator> ( const vtkMaterialInterfaceProcessLoading rhs) const [inline]

Comparision of two objects loading.

Definition at line 61 of file vtkMaterialInterfaceProcessLoading.h.

bool vtkMaterialInterfaceProcessLoading::operator>= ( const vtkMaterialInterfaceProcessLoading rhs) const [inline]

Comparision of two objects loading.

Definition at line 68 of file vtkMaterialInterfaceProcessLoading.h.

bool vtkMaterialInterfaceProcessLoading::operator== ( const vtkMaterialInterfaceProcessLoading rhs) const [inline]

Comparision of two objects loading.

Definition at line 75 of file vtkMaterialInterfaceProcessLoading.h.

int vtkMaterialInterfaceProcessLoading::GetId ( ) const [inline]

Return the process id.

Definition at line 81 of file vtkMaterialInterfaceProcessLoading.h.

vtkIdType vtkMaterialInterfaceProcessLoading::GetLoadFactor ( ) const [inline]

Return the load factor.

Definition at line 83 of file vtkMaterialInterfaceProcessLoading.h.

vtkIdType vtkMaterialInterfaceProcessLoading::UpdateLoadFactor ( vtkIdType  loadFactor) [inline]

Add to the load factor.

Definition at line 86 of file vtkMaterialInterfaceProcessLoading.h.


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