24#ifndef COIN_SOVRMLANCHOR_H
25#define COIN_SOVRMLANCHOR_H
27#include <Inventor/VRMLnodes/SoVRMLParent.h>
28#include <Inventor/nodes/SoSubNode.h>
29#include <Inventor/fields/SoMFString.h>
30#include <Inventor/fields/SoSFString.h>
31#include <Inventor/fields/SoSFVec3f.h>
44 static void initClass(
void);
54 static void setFetchURLCallBack(SoVRMLAnchorCB *,
void * closure);
62 static SoVRMLAnchorCB * fetchurlcb;
63 static void * userdata;
The SbList class is a template container class for lists.
Definition SbList.h:47
SbList(const int sizehint=DEFAULTSIZE)
Definition SbList.h:55
The SbString class is a string class with convenience functions for string operations.
Definition SbString.h:42
The SoHandleEventAction class distributes user events to the scene.
Definition SoHandleEventAction.h:36
The SoMFString class is a container for SbString values.
Definition SoMFString.h:31
The SoSFString class is a container for an SbString.
Definition SoSFString.h:31
The SoSFVec3f class is a container for an SbVec3f vector.
Definition SoSFVec3f.h:31
The SoVRMLAnchor class is used for linking to other URL resources.
Definition SoVRMLAnchor.h:39
SoSFString description
Definition SoVRMLAnchor.h:48
SoMFString url
Definition SoVRMLAnchor.h:47
SoSFVec3f bboxCenter
Definition SoVRMLAnchor.h:51
SoMFString parameter
Definition SoVRMLAnchor.h:49
SoSFVec3f bboxSize
Definition SoVRMLAnchor.h:52
The SoVRMLParent node is a superclass for all VRML grouping nodes.
Definition SoVRMLParent.h:35