[vtk-developers] where are the declarations and implementations of virtual functions?

David Cole david.cole at kitware.com
Wed Dec 7 09:30:22 EST 2005


vtkPolyDataReader is a direct subclass of vtkDataReader, which 
implements SetFileName...

SetFileName and GetFileName are implemented by these lines:
  vtkSetStringMacro(FileName);
  vtkGetStringMacro(FileName);

found in VTK/IO/vtkDataReader.h.

N. Yang wrote:

>Dear All,
>
>i am working on VTK and Java, i dive in the source code and somehow i
>could not find the declarations and implementation code segment for some
>virtual functions.
>
>in my case, there are many classes, for example, vtkPolyDataReader, have
>virtual functions named SetFileName(const char *), but i don't see any
>any declarations or implementations for this function in the according
>class or super class. so could someone point it out for me please?
>
>thanks a lot!
>
>regards
>
>Ning
>_______________________________________________
>vtk-developers mailing list
>vtk-developers at vtk.org
>http://www.vtk.org/mailman/listinfo/vtk-developers
>
>  
>



More information about the vtk-developers mailing list