NodeInline Class Reference

#include <NodeInline.h>

Inheritance diagram for NodeInline:

Node List of all members.

Public Member Functions

 NodeInline (Scene *scene, Proto *proto)
virtual ~NodeInline ()
virtual int getType () const
virtual Nodecopy () const

Detailed Description

According to the Inline Node of VRML97 specification.

  Inline { 
  exposedField MFString url        []
  field        SFVec3f  bboxCenter 0 0 0     # (-,)
  field        SFVec3f  bboxSize   -1 -1 -1  # (0,) or -1,-1,-1
}


Constructor & Destructor Documentation

NodeInline::NodeInline ( Scene scene,
Proto proto 
)

virtual NodeInline::~NodeInline (  )  [inline, virtual]


Member Function Documentation

virtual int NodeInline::getType (  )  const [inline, virtual]

Returns the Type of a Node in the Node subclasses(here pure virtual). E.g. for the NodeGroup it returns NODE_GROUP

Implements Node.

virtual Node* NodeInline::copy (  )  const [inline, virtual]

Creates a new instance of that Node in the Node subclasses(here pure virtual).

Implements Node.


Generated on Thu Jan 18 10:06:19 2007 for vhdPLUS by  doxygen 1.5.1-p1