Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

CANON_VECTOR Struct Reference

#include <canon.hh>

Collaboration diagram for CANON_VECTOR:

Collaboration graph
[legend]

Public Methods

 CANON_VECTOR ()
 CANON_VECTOR (double _x, double _y, double _z)
 CANON_VECTOR ()
 CANON_VECTOR (double _x, double _y, double _z)

Data Fields

double x
double y
double z

Constructor & Destructor Documentation

CANON_VECTOR::CANON_VECTOR   [inline]
 

Definition at line 76 of file emcnml/canon.hh.

00076 {}

CANON_VECTOR::CANON_VECTOR double    _x,
double    _y,
double    _z
[inline]
 

Definition at line 77 of file emcnml/canon.hh.

00077 {x = _x; y = _y; z = _z;}

CANON_VECTOR::CANON_VECTOR   [inline]
 

Definition at line 84 of file rs274ngc_new/canon.hh.

00084 {}

CANON_VECTOR::CANON_VECTOR double    _x,
double    _y,
double    _z
[inline]
 

Definition at line 85 of file rs274ngc_new/canon.hh.

00085 {x = _x; y = _y; z = _z;}


Field Documentation

double CANON_VECTOR::x
 

Definition at line 86 of file rs274ngc_new/canon.hh.

Referenced by CANON_VECTOR_update(), GET_PROGRAM_ORIGIN(), SET_ORIGIN_OFFSETS(), and rs274ngc_init().

double CANON_VECTOR::y
 

Definition at line 86 of file rs274ngc_new/canon.hh.

Referenced by CANON_VECTOR_update(), GET_PROGRAM_ORIGIN(), SET_ORIGIN_OFFSETS(), and rs274ngc_init().

double CANON_VECTOR::z
 

Definition at line 86 of file rs274ngc_new/canon.hh.

Referenced by CANON_VECTOR_update(), GET_PROGRAM_ORIGIN(), SET_ORIGIN_OFFSETS(), and rs274ngc_init().


The documentation for this struct was generated from the following files:
Generated on Sun Dec 2 15:28:42 2001 for EMC by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001