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>
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
static void initClass(void)
Definition SoBase.cpp:338
virtual void handleEvent(SoHandleEventAction *action)
Definition SoGroup.cpp:670
The SoHandleEventAction class distributes user events to the scene.
Definition SoHandleEventAction.h:37
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
static void setFetchURLCallBack(SoVRMLAnchorCB *, void *closure)
Definition Anchor.cpp:230
SoSFVec3f bboxSize
Definition SoVRMLAnchor.h:52
SoVRMLAnchor(void)
Definition Anchor.cpp:207
SoMFString parameter
Definition SoVRMLAnchor.h:49
SoSFVec3f bboxCenter
Definition SoVRMLAnchor.h:51
SoVRMLParent(void)
Definition Parent.cpp:133
#define SO_NODE_HEADER(classname)
Definition macros.dox:43