25 #ifndef vtkClientServerID_h 26 #define vtkClientServerID_h 28 #include "vtkClientServerModule.h" 29 #include "vtkIOStream.h" 30 #include "vtkSystemIncludes.h" 43 bool IsNull() {
return this->ID == 0; }
55 VTKCLIENTSERVER_EXPORT vtkOStreamWrapper&
operator<<(
bool operator!=(const vtkClientServerID &i) const
bool operator<(const vtkClientServerID &i) const
VTKCLIENTSERVER_EXPORT ostream & operator<<(ostream &os, const vtkClientServerID &id)
Identifier for a ClientServer object.
vtkClientServerID(vtkTypeUInt32 id)
bool operator==(const vtkClientServerID &i) const