[vtkusers] VTK and memory issues.
Sebastien Auclair
sxa at fluent.com
Fri Jun 6 12:34:44 EDT 2003
It's not intuitively evident since static global states must usually be
accessed through static and global functions !
Which isn't the case here.
I can't do like:
vtkDataObject::GlobalReleaseDataFlagOn() ...
It must be :
vtkDataObject obj = vtkDataObject::New();
obj->GlobalReleaseDataFlagOn();
This is why i wanted a comfirmation !
____________________________________
Seb
----- Original Message -----
From: "Mathieu Malaterre" <Mathieu.Malaterre at creatis.insa-lyon.fr>
To: "VTK Mailing list" <vtkusers at public.kitware.com>
Sent: Friday, June 06, 2003 11:43 AM
Subject: Re: [vtkusers] VTK and memory issues.
>
> > If i use "GlobalReleaseDataFlagOn" just once on a single object, the
effect
> > will be applied on all possible dataobjects ?
>
> yes
>
> > I ask this because intuitively, it is a strange way to set a global
behavior
> > !
>
> How would you have done it ?
>
> mathieu
>
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
<http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list