[vtkusers] How can I see the constructor of vtkConeSource

Haibin Cai jlcaihaibin at gmail.com
Fri Mar 15 10:46:01 EDT 2013


Hello kyle,
    Thank you for your help. But there is another question. I am using the
VS2010 to build the program, when I press F12 to "vtkConeSource", it can
only link to the vtkConeSource.h. I was wondering that if there is any way
that I can also link to the vtkConeSource.cxx file.

Thanks,
haibin


2013/3/15 Kyle Lutz <kyle.lutz at kitware.com>

> On Fri, Mar 15, 2013 at 8:32 AM, Haibin Cai <jlcaihaibin at gmail.com> wrote:
> > Hello guys,
> >     I am new to vtk. where can I find the constructor of vtkConeSource?
> It's
> > documents says nothing....
> > http://www.vtk.org/doc/release/5.10/html/classvtkConeSource.html
> > And I can't see the content of other functions either. Such as
> > vtkConeSource::SetHeight ,The document just says that it's virtual. I am
> > confused about this. Please help me!
> >
> > Thanks,
> > haibin
>
> Hi Haibin,
>
> You can see the source in the vtkConeSource.cxx file. Here's a link to
> it on GitHub:
> https://github.com/Kitware/VTK/blob/master/Filters/Sources/vtkConeSource.cxx#L34
>
> -kyle
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20130315/eb0d3b98/attachment.htm>


More information about the vtkusers mailing list