#include <Inventor/misc/SoChildList.h>
#include <Inventor/nodes/SoNode.h>
#include <Inventor/fields/SoMFString.h>
#include <Inventor/fields/SoMFFilePathString.h>
#include <Inventor/fields/SoSFVec3f.h>
#include <Inventor/VRMLnodes/SoVRMLNode.h>
#include <Inventor/actions/SoCallbackAction.h>
Go to the source code of this file.
Classes | |
class | SoVRMLInline |
Grouping node that refers to children through a URL. More... | |
Typedefs | |
typedef SoDEPRECATED void | SoVRMLInlineFetchURLCB (const SbString &url, void *userData, SoVRMLInline *node) |
typedef SoDEPRECATED void SoVRMLInlineFetchURLCB(const SbString &url, void *userData, SoVRMLInline *node) |
This is the format for callbacks that will get URL data for us.
Once they get the data, they should call the setChildData() method.