Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals

inline_fields_ Struct Reference

#include <vrmltypes.h>

Collaboration diagram for inline_fields_:

Collaboration graph
[legend]

Detailed Description

Internal rapresentation of the fields of vrml Inline node.

The Inline node is formally defined as:

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

See also:
International Standard ISO/IEC 14772-1:1997 : Information technology -- Computer graphics and image processing -- The Virtual Reality Modeling Language (VRML) -- Part 1: Functional specification and UTF-8 encoding. Chapter 6.25 Inline.


Data Fields

sfvec3f bboxCenter
 The center of the bounding box enclosing the Inline.

sfvec3f bboxSize
 The size of the bounding box enclosing the Inline.

mfstring url
 The url field specifies the URL containing the children.

bool fetched
 A boolean telling if the url was fetched.


Field Documentation

sfvec3f inline_fields_::bboxCenter
 

The center of the bounding box enclosing the Inline.

sfvec3f inline_fields_::bboxSize
 

The size of the bounding box enclosing the Inline.

bool inline_fields_::fetched
 

A boolean telling if the url was fetched.

mfstring inline_fields_::url
 

The url field specifies the URL containing the children.

An Inline node with an empty URL does nothing. Fetched files should be stored into the children fields of the node struct.


The documentation for this struct was generated from the following file:

SourceForge.net Logo

Generated on Mon Jun 14 17:25:56 2004 for D.R.I.V.E. by doxygen 1.3.7