[vtkusers] Re: c++ equivalent of Tcl/Tk

Sohan R. Ranjan srranjan at ieee.org
Tue Aug 29 17:00:25 EDT 2000


> What is c++ equivalen of the following  Tcl/Tk expression?
>
>     eval s1Mapper SetScalarRange [[ptLoad GetOutput] GetScalarRange]

Is it
    s1Mapper->SetScalarRange((ptLoad->GetOutput())->GetScalarRange);








More information about the vtkusers mailing list