ParaView
Public Member Functions
vtkMaterialInterfaceToProcMap Class Reference

#include <vtkMaterialInterfaceToProcMap.h>

List of all members.

Public Member Functions

 vtkMaterialInterfaceToProcMap ()
 vtkMaterialInterfaceToProcMap (int nFragments)
 vtkMaterialInterfaceToProcMap (int nProcs, int nFragments)
 vtkMaterialInterfaceToProcMap (const vtkMaterialInterfaceToProcMap &other)
vtkMaterialInterfaceToProcMapoperator= (const vtkMaterialInterfaceToProcMap &rhs)
void Clear ()
void Initialize (int nFragments)
void Initialize (int nProcs, int nFragments)
void DeepCopy (const vtkMaterialInterfaceToProcMap &from)
int GetProcOwnsPiece (int fragmentId) const
int GetProcOwnsPiece (int procId, int fragmentId) const
void SetProcOwnsPiece (int procId, int fragmentId)
void SetProcOwnsPiece (int fragmentId)
void UnSetProcOwnsPiece (int procId, int fragmentId)
void UnSetProcOwnsPiece (int fragmentId)
std::vector< intWhoHasAPiece (int fragmentId, int excludeProc) const
std::vector< intWhoHasAPiece (int fragmentId) const
int GetProcCount (int fragmentId)

Detailed Description

Definition at line 28 of file vtkMaterialInterfaceToProcMap.h.


Constructor & Destructor Documentation

vtkMaterialInterfaceToProcMap::vtkMaterialInterfaceToProcMap ( ) [inline]

Definition at line 31 of file vtkMaterialInterfaceToProcMap.h.

vtkMaterialInterfaceToProcMap::vtkMaterialInterfaceToProcMap ( int  nFragments)
vtkMaterialInterfaceToProcMap::vtkMaterialInterfaceToProcMap ( int  nProcs,
int  nFragments 
)
vtkMaterialInterfaceToProcMap::vtkMaterialInterfaceToProcMap ( const vtkMaterialInterfaceToProcMap other)

Member Function Documentation

vtkMaterialInterfaceToProcMap& vtkMaterialInterfaceToProcMap::operator= ( const vtkMaterialInterfaceToProcMap rhs)
void vtkMaterialInterfaceToProcMap::Clear ( )
void vtkMaterialInterfaceToProcMap::Initialize ( int  nFragments)
void vtkMaterialInterfaceToProcMap::Initialize ( int  nProcs,
int  nFragments 
)
void vtkMaterialInterfaceToProcMap::DeepCopy ( const vtkMaterialInterfaceToProcMap from)
int vtkMaterialInterfaceToProcMap::GetProcOwnsPiece ( int  fragmentId) const
int vtkMaterialInterfaceToProcMap::GetProcOwnsPiece ( int  procId,
int  fragmentId 
) const
void vtkMaterialInterfaceToProcMap::SetProcOwnsPiece ( int  procId,
int  fragmentId 
)
void vtkMaterialInterfaceToProcMap::SetProcOwnsPiece ( int  fragmentId)
void vtkMaterialInterfaceToProcMap::UnSetProcOwnsPiece ( int  procId,
int  fragmentId 
)
void vtkMaterialInterfaceToProcMap::UnSetProcOwnsPiece ( int  fragmentId)
std::vector<int> vtkMaterialInterfaceToProcMap::WhoHasAPiece ( int  fragmentId,
int  excludeProc 
) const
std::vector<int> vtkMaterialInterfaceToProcMap::WhoHasAPiece ( int  fragmentId) const
int vtkMaterialInterfaceToProcMap::GetProcCount ( int  fragmentId) [inline]

Definition at line 50 of file vtkMaterialInterfaceToProcMap.h.


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