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>
53 static void initClass(
void);
63 static void setFetchURLCallBack(SoVRMLAnchorCB *,
void * closure);
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:716
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
SoSFVec3f bboxCenter
Definition: SoVRMLAnchor.h:60
SoMFString parameter
Definition: SoVRMLAnchor.h:58
SoSFVec3f bboxSize
Definition: SoVRMLAnchor.h:61
The SoVRMLParent node is a superclass for all VRML grouping nodes.
Definition: SoVRMLParent.h:44
#define SO_NODE_HEADER(classname)