GVectors::BFileVectorV_0_1 Struct Reference

Representing a VisualVector in a binary vector store file. More...

#include <gvectortypes.h>

List of all members.

Public Attributes

vslevel_t level
 The level of the VisualVector in the vector store.
double x
 The x component.
double y
 The y component.
double z
 The z component.
double r
 The red component.
double g
 The green component.
double b
 The blue component.


Detailed Description

This struct represents a VisualVector in a binary vector store file. All VisualVectors must appear after the header of a binary vector store file.

The values are stored exactly in this order:

  1. level
  2. x component
  3. y component
  4. z component
  5. red component
  6. green component
  7. blue component

See binaryfilereader.h for more details on binary vector store files.


Member Data Documentation

vslevel_t GVectors::BFileVectorV_0_1::level

The level of the VisualVector in the vector store. Used to restore the tree structure later on when reading the file.

double GVectors::BFileVectorV_0_1::x

The x component of the VisualVector.

double GVectors::BFileVectorV_0_1::y

The y component of the VisualVector.

double GVectors::BFileVectorV_0_1::z

The z component of the VisualVector.

double GVectors::BFileVectorV_0_1::r

The red component of the color.

double GVectors::BFileVectorV_0_1::g

The green component of the color.

double GVectors::BFileVectorV_0_1::b

The blue component of the color.


The documentation for this struct was generated from the following file:
Generated on Sat Sep 8 19:37:30 2007 for libgvectors by  doxygen 1.4.7