[vtkusers] Problem conversion vtkStructuredPoints to mesh/Polydata

agatte agatakrason at gmail.com
Tue Mar 27 15:50:12 EDT 2012


I have already changed :
geometryFilter->SetInput(reader->GetOutput());

But  I received an error :  ???
Error 1 error C3867: 'vtkStructuredPointsReader::GetOutput': function call
missing argument list; use '&vtkStructuredPointsReader::GetOutput' to
create a pointer to member


W dniu 27 marca 2012 21:46 użytkownik David Doria-2-3 [via VTK] <
ml-node+s1045678n5598759h78 at n5.nabble.com> napisał:

> On Tue, Mar 27, 2012 at 3:39 PM, agatte <[hidden email]<http://user/SendEmail.jtp?type=node&node=5598759&i=0>>
> wrote:
> > But I have to write it in *.vtk file .
>
> Why? Some sort of legacy system?
>
> You are missing () at the end of this call:
>
>    geometryFilter->SetInput(reader->GetOutput);
> should be
>    geometryFilter->SetInput(reader->GetOutput());
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://vtk.1045678.n5.nabble.com/Problem-conversion-vtkStructuredPoints-to-mesh-Polydata-tp5598716p5598759.html
>  To unsubscribe from Problem conversion vtkStructuredPoints to
> mesh/Polydata, click here<http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5598716&code=YWdhdGFrcmFzb25AZ21haWwuY29tfDU1OTg3MTZ8LTIxODgyMDQwNQ==>
> .
> NAML<http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>


--
View this message in context: http://vtk.1045678.n5.nabble.com/Problem-conversion-vtkStructuredPoints-to-mesh-Polydata-tp5598716p5598767.html
Sent from the VTK - Users mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20120327/35cb4759/attachment.htm>


More information about the vtkusers mailing list