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

DrawPoint Class Reference

#include <DrawPoint.H>

Inherits DrawObj.

List of all members.

Public Methods

 DrawPoint (Wpt loc=Wpt(0, 0, 0), Color col=Color::red)
virtual ~DrawPoint ()
void setLoc (Wpt p)
void setColor (Color c)
void reColor (Color c)
void drawSphere (Wpt &loc, Color c)
void setSphereRadius (double rad)
void draw ()

Protected Attributes

double _sphereRad
Wpt _loc
float _shininess
Color _specular
Color _emission
Color _color


Constructor & Destructor Documentation

DrawPoint::DrawPoint Wpt    loc = Wpt(0,0,0),
Color    col = Color::red
[inline]
 

virtual DrawPoint::~DrawPoint   [inline, virtual]
 


Member Function Documentation

void DrawPoint::draw   [inline, virtual]
 

Implements DrawObj.

void DrawPoint::drawSphere Wpt   loc,
Color    c
[inline]
 

void DrawPoint::reColor Color    c [inline, virtual]
 

Reimplemented from DrawObj.

void DrawPoint::setColor Color    c [inline]
 

void DrawPoint::setLoc Wpt    p [inline]
 

void DrawPoint::setSphereRadius double    rad [inline]
 


Member Data Documentation

Color DrawPoint::_color [protected]
 

Color DrawPoint::_emission [protected]
 

Wpt DrawPoint::_loc [protected]
 

float DrawPoint::_shininess [protected]
 

Color DrawPoint::_specular [protected]
 

double DrawPoint::_sphereRad [protected]
 


The documentation for this class was generated from the following file:
Generated on Mon Sep 15 16:27:57 2003 for inspace by doxygen1.2.18