[vtkusers] InteractionProp in Java

Ambar C ambarc at gmail.com
Tue Nov 9 00:36:35 EST 2010


I'm thinking it has something to do with the vtkTypeMacro statement -
whose purpose I'm not sure of - and I can't get my Java environment to
recognize that either.

On Mon, Nov 8, 2010 at 9:30 PM, Ambar C <ambarc at gmail.com> wrote:
> Hello,
>
> I'm working on modifying an vtkInteractorStyleTrackballActor to have
> my own custom class, and am trying to access it's InteractionProp
> member but it doesn't seem to be coming through. The equivalent code
> works in C++, but something along the lines of
>
> public modifiedClass extends vtkInteractorStyleTrackballActor
> {
>     .....
>     this.InteractionProp. //Doesn't recognize the member.
>
> }
>
> Is there some inheritance issue with Java?
> Best,
> Ambar
>



More information about the vtkusers mailing list