<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Chris,<br>
    <br>
    just one more small question.<br>
    As to my understanding the ReaderWriter classes are instantiated
    automatically<br>
    according to the "file extensions". So I get no hands on the
    instances of the reader.<br>
    How can I give the reader class a reference to my data structures?<br>
    <br>
    Thanks<br>
    <br>
    - Werner -<br>
    <br>
    Hi Chris,<br>
    <br>
    thanks a lot. I knew it must be easy somehow but I was blind for the
    solution.<br>
    Yes, I have to subclass ReaderWriter and that's it. Wow!<br>
    <br>
    - Werner -<br>
    <br>
    <div class="moz-cite-prefix">Am 09.11.2016 um 18:43 schrieb Chris
      Hanson:<br>
    </div>
    <blockquote
cite="mid:CAGoufmaXkaVzMB1ty49JJv06N6HdkYY4D7qDjR4MeRYK7d2wLA@mail.gmail.com"
      type="cite">
      <div dir="ltr">Basically you make a custom URI scheme to name each
        "file" in the PagedLOD object, like
        <div><br>
        </div>
        <div>12345567890.werner_texion_tile</div>
        <div><br>
        </div>
        <div>Then you create and register a pseudoloader that accepts
          requests for "files" ending in the ".werner_texion_tile"
          extension. But when your pseudoloader is called to "load" one
          of these "files", you simply parse the "filename" to get the
          tile ID from it, and then construct the resulting subgraph
          using the assets already available in memory (or over a
          network, or however you wish to get the real data to make the
          subgraph) and return it as if you had just loaded it from
          disk.</div>
        <div><br>
        </div>
        <div>There's nothing "disk" specific about the URI system in the
          PagedLOD subsystem.<br>
          <div><br>
          </div>
          <div>​<br>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
osg-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.openscenegraph.org</a>
<a class="moz-txt-link-freetext" href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a>
</pre>
    </blockquote>
  </body>
</html>