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

line_fields_ Struct Reference

#include <vrmltypes.h>

Collaboration diagram for line_fields_:

Collaboration graph
[legend]

Detailed Description

Internal rapresentation of the fields of vrml IndexedLineSet node.

The IndexedLineSet node is formally defined as:

IndexedLineSet { 
  eventIn       MFInt32 set_colorIndex
  eventIn       MFInt32 set_coordIndex
  exposedField  SFNode  color             NULL
  exposedField  SFNode  coord             NULL
  field         MFInt32 colorIndex        []     # [-1,)
  field         SFBool  colorPerVertex    TRUE
  field         MFInt32 coordIndex        []     # [-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.24 IndexedLineSet


Data Fields

nodecolor
 A pointer to the color node.

nodecoord
 A pointer to the Coordinate node.

bool colorPerVertex
 Tell if the colors are specified for each point of the set.


Field Documentation

node* line_fields_::color
 

A pointer to the color node.

bool line_fields_::colorPerVertex
 

Tell if the colors are specified for each point of the set.

node* line_fields_::coord
 

A pointer to the Coordinate node.


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