10 #ifndef vtkMaterialInterfaceIdListItem_h 11 #define vtkMaterialInterfaceIdListItem_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;
vtkMaterialInterfaceIdListItem(int globalId)
#define VTKPVVTKEXTENSIONSFILTERSMATERIALINTERFACE_EXPORT
~vtkMaterialInterfaceIdListItem()
void Initialize(int localId, int globalId)
bool operator==(const vtkMaterialInterfaceIdListItem &other) const
bool operator>=(const vtkMaterialInterfaceIdListItem &other) const
bool operator<(const vtkMaterialInterfaceIdListItem &other) const
vtkMaterialInterfaceIdListItem(const vtkMaterialInterfaceIdListItem &other)
bool operator>(const vtkMaterialInterfaceIdListItem &other) const
bool operator<=(const vtkMaterialInterfaceIdListItem &other) const
vtkMaterialInterfaceIdListItem()
Elemental data type for fragment id list containers.
vtkMaterialInterfaceIdListItem & operator=(const vtkMaterialInterfaceIdListItem &other)