17 #ifndef vtkMaterialInterfacePieceTransaction_h 18 #define vtkMaterialInterfacePieceTransaction_h 39 this->Initialize(type, remoteProc);
45 this->Data[REMOTE_PROC] = remoteProc;
48 bool Empty()
const {
return this->Data[
TYPE] == 0; }
53 this->Data[REMOTE_PROC] = -1;
58 buf[0] = this->Data[
TYPE];
59 buf[1] = this->Data[REMOTE_PROC];
64 this->Data[
TYPE] = buf[0];
65 this->Data[REMOTE_PROC] = buf[1];
VTKPVVTKEXTENSIONSFILTERSMATERIALINTERFACE_EXPORT std::ostream & operator<<(std::ostream &sout, const vtkMaterialInterfacePieceTransaction &ta)
#define VTKPVVTKEXTENSIONSFILTERSMATERIALINTERFACE_EXPORT
void Initialize(char type, int remoteProc)
~vtkMaterialInterfacePieceTransaction()
int GetRemoteProc() const
Helper to the transaction matrix.
vtkMaterialInterfacePieceTransaction(char type, int remoteProc)
vtkMaterialInterfacePieceTransaction()