<div dir="ltr"><div><div><div><div>Hi David,<br></div>Thank you very much. Assuming that after the submission and review when it will be part of the mainstream VTK codebase, will it be automatically available in ParaView sources too? I am building my own ParaView tree as well and the changs I have mentioned I need that to be part of VTK@ParaView.<br><br></div>What are your thoughts and suggestions about this?<br><br></div>Thanks,<br></div>Chiranjib<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 13, 2015 at 10:30 PM, David E DeMarle <span dir="ltr"><<a href="mailto:dave.demarle@kitware.com" target="_blank">dave.demarle@kitware.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">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/" target="_blank">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>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"><div><div class="h5">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></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><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></div></div>_______________________________________________<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>
</blockquote></div><br></div>