[vtkusers] How can I see the constructor of vtkConeSource

Kyle Lutz kyle.lutz at kitware.com
Fri Mar 15 09:00:07 EDT 2013


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



More information about the vtkusers mailing list