<div dir="ltr">That is most likely fine. Please submit a merge request via gitlab. There developers will review your change and merge it to master. One merged it will appear in subsequent releases.<div><div><br></div><div>Start at the following web page to learn how to contribute to VTK<br></div></div><div><a href="http://www.vtk.org/contributing-code/">http://www.vtk.org/contributing-code/</a><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature">David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div></div>
<br><div class="gmail_quote">On Thu, Aug 13, 2015 at 12:47 PM, Chiranjib Sur <span dir="ltr"><<a href="mailto:sur.chiranjib@gmail.com" target="_blank">sur.chiranjib@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div>Hi,<br></div>I am working on my own implementation of vtkXMLWriter and I start with inheriting the vtkXMLWriter class. While doing this, I realised that I can obtain my desired XML data format if I can overload the function <br>vtkXMLWriter::WriteArrayFooter(...)<br>vtkXMLWriter::WriteArrayInline(...),<br>vtkXMLWriter::WriteInlineData(..).<br><br></div>Currently they are not declared as virtual function and hence the overloading will not work. I can do that by modifying the original vtk class and build my VTK library based on the changes. But these hacks will be gone once I update my VTk source codes.<br><br></div>My question is the following :<br>Is it possible to make these function virtual in future releases? Except the vtkXMLWriter class there is no other implementation of those functions, but they are being used by vtkXMLPolydataWriter since the latter is inherited from the base class.<br><br></div>I am curious to know what is the thought here.<br><br></div>Thanks,<br></div>Chiranjib<br></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div>