[vtk-developers] vtkLiteObject?
Prabhu Ramachandran
prabhu at aero.iitm.ernet.in
Wed Apr 10 04:14:29 EDT 2002
>>>>> "LA" == Lisa Avila <lisa.avila at kitware.com> writes:
LA> Hi David, If I saw two classes vtkObject and
LA> vtkReferenceCountedObject, I would think the first is not
LA> reference counted. Of course I am sitting here trying to come
LA> up with a better suggestion and failing miserably. I wouldn't
If the reference counting from vtkObject were abstracted out into
vtkReferenceCountedObject and vtkObject is a subclass of
vtkReferenceCountedObject then things might be clearer. Here are more
possibilities.
vtkReferenceCountedThing, vtkReferenceCountedObject,
vtkReferenceCountedObj
vtkGCObject, vtkGCObj
Why not drop the vtk prefix?
ReferenceCountedObject, RefCountObj, GCObject, GCObj.
prabhu
More information about the vtk-developers
mailing list