10 #ifndef vtkMaterialInterfaceIdListItem_h
11 #define vtkMaterialInterfaceIdListItem_h
13 #include "vtkPVVTKExtensionsFiltersMaterialInterfaceModule.h"
37 this->Data[LOCAL_ID] = -1;
38 this->Data[GLOBAL_ID] = -1;
43 this->Data[LOCAL_ID] = localId;
44 this->Data[GLOBAL_ID] = globalId;