[vtkusers] vtkSetGetMacro seems to not be defined
David Cole
david.cole at kitware.com
Thu Jan 12 13:27:58 EST 2006
What do you mean by "do not seem to be defined"...?
Do you mean they don't show up in the "intellisense" pop-up windows or
do you actually have a compile problem...?
Visual Studio does not show methods in the intellisense window if they
are declared using a macro (like vtkGet/SetMacro does)... But you should
still be able to call such methods and compile against them without
problems.
HTH,
David
Karnowski, Thomas Paul wrote:
>Hello, I compiled the VTK library with Visual C++ and everything seems
>to work great...except that I cannot call some methods from C++. After
>tracking these down, I suspect that some macros (like vtkGetMacro,
>vtkSetMacro) are not being defined, because methods like
>vtkTexture::InterpolateOn and vtkGlyph3D::SetScaleFactor do not seem to
>be defined. Does anyone have any ideas on this? The example tcl
>scripts that use them seem to work fine (like ImageWarp and
>annotatePick)
>
>Thanks!
>
>_______________________________________________
>This is the private VTK discussion list.
>Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>Follow this link to subscribe/unsubscribe:
>http://www.vtk.org/mailman/listinfo/vtkusers
>
>
>
More information about the vtkusers
mailing list