[vtk-developers] SMP algorithm errors on Mac

Bill Lorensen bill.lorensen at gmail.com
Fri Mar 6 10:12:22 EST 2015


All platforms compiled and ran tests. I merged my sample function topic.

Will,

If you make similar changes to the splatter and fly edge topics, I'll
try them on my Mac.

Bill


On Fri, Mar 6, 2015 at 9:18 AM, Will Schroeder
<will.schroeder at kitware.com> wrote:
> Cool thanks!
>
> On Fri, Mar 6, 2015 at 9:09 AM, Bill Lorensen <bill.lorensen at gmail.com>
> wrote:
>>
>> I just submitted a gerrit topic.
>>
>> On Mar 6, 2015 8:47 AM, "Will Schroeder" <will.schroeder at kitware.com>
>> wrote:
>>>
>>> Okay how about I make another round of edits to SampleFunction and push
>>> it in through gerrit (assuming it compiles on my windows box -- I'm worried
>>> that it won't compile on other systems). And if this doesn't work I'll ask
>>> Brad K. for help. It'll be later this morning when I can back to it; I've
>>> got some writing assignments and tcons to contend with this morning.
>>>
>>> W
>>>
>>> On Fri, Mar 6, 2015 at 8:33 AM, Bill Lorensen <bill.lorensen at gmail.com>
>>> wrote:
>>>>
>>>> Will,
>>>>
>>>> In each of the SMP implementations (FlyEdges, Splatters,
>>>> SampleFunction),
>>>> if I remove the class name qualifier from each use of a member
>>>> function, they compile
>>>>
>>>> for example:
>>>> vtkFlyingEdges3DAlgorithm<T>::Pass1<T> pass1(&algo,value);
>>>> change to
>>>> Pass1<T> pass1(&algo,value);
>>>>
>>>> and likewise through all of the other similar declarations.
>>>>
>>>> Bill
>>>>
>>>> --
>>>> Unpaid intern in BillsBasement at noware dot com
>>>
>>>
>>>
>>>
>>> --
>>> William J. Schroeder, PhD
>>> Kitware, Inc.
>>> 28 Corporate Drive
>>> Clifton Park, NY 12065
>>> will.schroeder at kitware.com
>>> http://www.kitware.com
>>> (518) 881-4902
>
>
>
>
> --
> William J. Schroeder, PhD
> Kitware, Inc.
> 28 Corporate Drive
> Clifton Park, NY 12065
> will.schroeder at kitware.com
> http://www.kitware.com
> (518) 881-4902



-- 
Unpaid intern in BillsBasement at noware dot com


More information about the vtk-developers mailing list