Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

ArcRep Class Reference

#include <ArcRep.h>

Inheritance diagram for ArcRep:

gui::DisplayRep List of all members.

Public Methods

 ArcRep ( const Point& center, double radius, const Vector& xhat, const Vector& yhat, double phi0)
void update ()

Private Attributes

Point m_center
double m_radius
Vector m_xhat
Vector m_yhat
double m_phi0

Constructor & Destructor Documentation

ArcRep::ArcRep ( const Point & center,
double radius,
const Vector & xhat,
const Vector & yhat,
double phi0 )
 

Definition at line 10 of file ArcRep.cxx.


Member Function Documentation

void ArcRep::update ( )
 

Definition at line 18 of file ArcRep.cxx.


Member Data Documentation

Point ArcRep::m_center [private]
 

Definition at line 20 of file ArcRep.h.

double ArcRep::m_phi0 [private]
 

Definition at line 23 of file ArcRep.h.

double ArcRep::m_radius [private]
 

Definition at line 21 of file ArcRep.h.

Vector ArcRep::m_xhat [private]
 

Definition at line 22 of file ArcRep.h.

Vector ArcRep::m_yhat [private]
 

Definition at line 22 of file ArcRep.h.


The documentation for this class was generated from the following files:
Generated at Mon Nov 26 18:18:46 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000