Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

pdf::graph::CNode2 Class Reference

a node with an x-y coordinate More...

#include <Node.hh>

Inheritance diagram for pdf::graph::CNode2:

Inheritance graph
[legend]
Collaboration diagram for pdf::graph::CNode2:

Collaboration graph
[legend]
List of all members.

Public Methods

Private Attributes


Detailed Description

a node with an x-y coordinate

this class represents a node with an x-y coordinate and an op code. according to the PDF spec. the op code can be "m" (for move-to) or "l" (for line-to).


Member Data Documentation

double pdf::graph::CNode2::m_x [private]
 

the x-y coordinate

double pdf::graph::CNode2::m_y [private]
 

the x-y coordinate

std::string pdf::graph::CNode2::m_op_code [private]
 

the op code


The documentation for this class was generated from the following files:
Generated on Sun Feb 2 09:17:25 2003 for libpdf++ by doxygen1.2.16