In Cameron Simpson
writes:
> >Since you haven't posted the actual complete code, we can only guess
> >at the problem.
> >
> >My guess is that you have two different definitions of the LineLogic
> >class, one of them lacking the probe attribute.
> Alternatively, if the code he did quote is accu
calars()
When I try running the program, I get the following error:
AttributeError: LineLogic instance has no attribute 'probe'
Since you haven't posted the actual complete code, we can only guess
at the problem.
My guess is that you have two different definitions of the Li
)
> When I try running the program, I get the following error:
> AttributeError: LineLogic instance has no attribute 'probe'
Since you haven't posted the actual complete code, we can only guess
at the problem.
My guess is that you have two different definitions of the LineLogi
.GetImageData())
probe.Update()
In another class ---> LineLogicTest
I had the following portion of code:
logic = LineLogic()
probe = logic.probe
data = probe.GetOutput().GetPointData().GetScalars()
When I try running the program, I get the following error:
AttributeError: LineLogic instance has no attrib