<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi David,<br>
      <br>
      The trouble happens when ParaView is compiled with
      VTK_ALL_NEW_OBJECT_FACTORY=ON. <span id="result_box" class=""
        lang="en"><span><br>
          It</span> <span>seems there is</span> <span>a naming</span>
        <span class="">problem when</span> <span>using</span> <span
          class="">factories: the name used in the New method is not the
          same as the one used in the destructor.<br>
          One of my colleague fixed it: in VTK/Common/Core, he modified
          vtkObjectFactory.h and .cxx, vtkPoints.cxx </span></span><span
        id="result_box" class="" lang="en"><span class=""><span
            id="result_box" class="" lang="en"><span class="">(New
              method)</span></span>, vtkPoints2D.cxx (New method).<br>
          If you are interested, I can send you those 3 files.<br>
          <br>
          Have a good day.<br>
          <br>
          Claire<br>
        </span></span><br>
      On 08/12/16 15:21, David Lonie wrote:<br>
    </div>
    <blockquote
cite="mid:CA+=e1ouj0Wet4ac8NAGhQeyTxEKf5Tv4CXwZGRrEq5kQSNTYNQ@mail.gmail.com"
      type="cite">
      <pre wrap="">Oops, I sent that too quickly -- the vtkBuffer.h line should actually be:

   vtkTemplateTypeMacro(vtkBuffer<ScalarTypeT>, vtkObject)

with the template argument.

Dave
</pre>
    </blockquote>
    <p><br>
    </p>
  </body>
</html>