76 #ifndef __vtkSMPThreadLocalObject_h
77 #define __vtkSMPThreadLocalObject_h
102 iterator iter = this->
begin();
103 while (iter != this->
end())
119 T*& vtkobject = this->Internal.
Local();
122 vtkobject = T::New();
144 return this->Iter != other.Iter;
161 iter.Iter = this->Internal.
begin();
168 iter.Iter = this->Internal.
end();
bool operator!=(const iterator &other)
Thread local storage for VTK objects.
virtual ~vtkSMPThreadLocalObject()
vtkSMPThreadLocalObject()