33#ifndef COIN_SOVRMLANCHOR_H
34#define COIN_SOVRMLANCHOR_H
36#include <Inventor/VRMLnodes/SoVRMLParent.h>
37#include <Inventor/nodes/SoSubNode.h>
38#include <Inventor/fields/SoMFString.h>
39#include <Inventor/fields/SoSFString.h>
40#include <Inventor/fields/SoSFVec3f.h>
71 static SoVRMLAnchorCB * fetchurlcb;
72 static void * userdata;
74 SoVRMLAnchorP * pimpl;
The SbString class is a string class with convenience functions for string operations.
Definition SbString.h:52
virtual void handleEvent(SoHandleEventAction *action)
Definition SoGroup.cpp:718
The SoHandleEventAction class distributes user events to the scene.
Definition SoHandleEventAction.h:46
The SoMFString class is a container for SbString values.
Definition SoMFString.h:40
The SoSFString class is a container for an SbString.
Definition SoSFString.h:40
The SoSFVec3f class is a container for an SbVec3f vector.
Definition SoSFVec3f.h:40
The SoVRMLAnchor class is used for linking to other URL resources.
Definition SoVRMLAnchor.h:48
SoSFString description
Definition SoVRMLAnchor.h:57
SoMFString url
Definition SoVRMLAnchor.h:56
static void setFetchURLCallBack(SoVRMLAnchorCB *, void *closure)
Definition Anchor.cpp:242
SoSFVec3f bboxSize
Definition SoVRMLAnchor.h:61
SoVRMLAnchor(void)
Definition Anchor.cpp:219
SoMFString parameter
Definition SoVRMLAnchor.h:58
SoSFVec3f bboxCenter
Definition SoVRMLAnchor.h:60
static void initClass(void)
Definition Parent.cpp:132
SoVRMLParent(void)
Definition Parent.cpp:144
#define SO_NODE_HEADER(classname)
Definition Coin_macros.dox:50