[vtkusers] Accessing streamer array in vtkStreamer

Berk Geveci berk.geveci at kitware.com
Wed Dec 6 11:39:42 EST 2000


	Those two methods are excluded from tcl wrapping because there
	is no tcl equivalent of vtkStreamArray in tcl (vtkStreamArray
	is an ordinary C++ class, it does not inherit from vtkObject).
	Why do you want to access the stream array from tcl ?

Avan Suinesiaputra wrote:
> 
> I have a problem of accessing streamer array in vtkStreamer class.
> If I use Tcl to get streamer array by calling GetNumberOfStreamers or
> GetStreamers from vtkStreamer object, an error occured.
> The error message is: no such method.
> 
> But if I convert the same program with C, then it works.
> How come ? Are those methods not compiled in VTKTcl libraries ?
> 
> Thanks,
> 
> Avan
>




More information about the vtkusers mailing list