[vtkusers] Mac MarchingCubes App

Bill Lorensen bill.lorensen at gmail.com
Sat Apr 4 02:08:29 EDT 2015


There is an error in the example.

Replace
if (argc < 3)
with
if (argc < 2)


On Fri, Apr 3, 2015 at 4:17 PM, Corrie Allen <corrieallen at gmail.com> wrote:
> I tried the example at: http://www.vtk.org/Wiki/VTK/Examples/Cxx/Modelling/MarchingCubes
>
> On Apr 3, 2015, at 11:48 AM, Bill Lorensen <bill.lorensen at gmail.com> wrote:
>
> Which example?
>
>
> On Fri, Apr 3, 2015 at 9:02 AM, Corrie Allen <corrieallen at gmail.com> wrote:
>> I’m just trying to build and run VTK’s example of MarchingCubes.  When I make the example, I get a MarchingCubes app that doesn’t seem to accept command lines as the program suggests it should.  What am I doing wrong?  I’m working on a Mac running OS X10.9.5 so the compiler is the one that comes with Xcode.
>> _______________________________________________
>> 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
>>
>> Search the list archives at: http://markmail.org/search/?q=vtkusers
>>
>> Follow this link to subscribe/unsubscribe:
>> http://public.kitware.com/mailman/listinfo/vtkusers
>
>
>
> --
> Unpaid intern in BillsBasement at noware dot com
>



-- 
Unpaid intern in BillsBasement at noware dot com


More information about the vtkusers mailing list