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;
65 SoVRMLAnchorP * pimpl;
The SbString class is a string class with convenience functions for string operations.
Definition: SbString.h:42
The SoBase class is the top-level superclass for a number of class-hierarchies.
Definition: SoBase.h:41
virtual void handleEvent(SoHandleEventAction *action)
Definition: SoGroup.cpp:613
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