Hi all,<br>I am writing my own derived class . I find the sensible part in the code lies in <br>the New() method.<br><br>I looked into some class source code in vtk (e.g. vtkCone,vtkShpere) ,and found <br>New methods there just be declared&nbsp; in header files but not defined . Out of curiosity,
<br>I want to know when calling the New(), how does vtk return a new object ?<br><br>I believe it is the C++ problems (maybe involving static member functions) ,but hope some one here can help me to clarify this problem.<br>
<br>Thanks in advance and looking forward to hearing from you.<br>