Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

osg::TextVectorGlyph::Point Struct Reference

#include <OSGTextVectorGlyph.h>

List of all members.

Public Types

enum  PointType { PT_ON, PT_QUAD, PT_CUBIC }

Public Member Functions

 Point (const Vec2f &_pos, PointType _type)

Public Attributes

Vec2f pos
PointType type


Detailed Description

Defines a point of an outline.
Author:
Patrick Dähne

Definition at line 77 of file OSGTextVectorGlyph.h.


Member Enumeration Documentation

enum osg::TextVectorGlyph::Point::PointType
 

Defines different types of outline points

Enumerator:
PT_ON 
PT_QUAD 
PT_CUBIC 

Definition at line 80 of file OSGTextVectorGlyph.h.

00081         {
00082             PT_ON,
00083             PT_QUAD,
00084             PT_CUBIC
00085         };


Constructor & Destructor Documentation

osg::TextVectorGlyph::Point::Point const Vec2f _pos,
PointType  _type
[inline]
 

Creates a new Point object.

Parameters:
_pos The position
_type The type of point

Definition at line 43 of file OSGTextVectorGlyph.inl.

00044 : pos(_pos), type(_type)
00045 {}


Member Data Documentation

Vec2f osg::TextVectorGlyph::Point::pos
 

The position

Definition at line 88 of file OSGTextVectorGlyph.h.

PointType osg::TextVectorGlyph::Point::type
 

The type of point (on, quad, cubic)

Definition at line 91 of file OSGTextVectorGlyph.h.


The documentation for this struct was generated from the following files:
Generated on Thu Aug 25 04:23:12 2005 for OpenSG by  doxygen 1.4.3