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;
68 #endif // ! COIN_SOVRMLANCHOR_H The SoBase class is the top-level superclass for a number of class-hierarchies.SoBase provides the ba...
Definition: SoBase.h:41
The SoVRMLParent node is a superclass for all VRML grouping nodes.
Definition: SoVRMLParent.h:34
SoSFString description
Definition: SoVRMLAnchor.h:48
The SoSFString class is a container for an SbString.This field is used where nodes,...
Definition: SoSFString.h:31
SoSFVec3f bboxSize
Definition: SoVRMLAnchor.h:52
The SoMFString class is a container for SbString values.This field is used where nodes,...
Definition: SoMFString.h:31
SoMFString parameter
Definition: SoVRMLAnchor.h:49
The SoHandleEventAction class distributes user events to the scene.This is the action used by the GUI...
Definition: SoHandleEventAction.h:36
The SoVRMLAnchor class is used for linking to other URL resources.The detailed class documentation is...
Definition: SoVRMLAnchor.h:38
SoMFString url
Definition: SoVRMLAnchor.h:47
virtual void handleEvent(SoHandleEventAction *action)
Definition: SoGroup.cpp:613
The SoSFVec3f class is a container for an SbVec3f vector.This field is used where nodes,...
Definition: SoSFVec3f.h:31
The SbString class is a string class with convenience functions for string operations....
Definition: SbString.h:42
SoSFVec3f bboxCenter
Definition: SoVRMLAnchor.h:51