17 #ifndef vtkMaterialInterfacePieceTransaction_h
18 #define vtkMaterialInterfacePieceTransaction_h
20 #include "vtkPVVTKExtensionsFiltersMaterialInterfaceModule.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];
77 VTKPVVTKEXTENSIONSFILTERSMATERIALINTERFACE_EXPORT