proj home

Files   Classes   Functions   Hierarchy  

d2partitiondraw< T > Class Template Reference

#include <d2partitiondraw.h>

Inheritance diagram for d2partitiondraw< T >:
Collaboration diagram for d2partitiondraw< T >:

List of all members.

Public Member Functions

 d2partitiondraw (T &_hd)
template<typename U >
void translate (U const &x)
void rotate (double const theta)
void draw ()
 Draw the object.


Detailed Description

template<typename T>
class d2partitiondraw< T >

Definition at line 5 of file d2partitiondraw.h.


Constructor & Destructor Documentation

template<typename T>
d2partitiondraw< T >::d2partitiondraw ( T _hd  )  [inline]

Definition at line 10 of file d2partitiondraw.h.

00011     : hd(_hd) {}


Member Function Documentation

template<typename T>
void d2partitiondraw< T >::draw (  )  [inline, virtual]

Draw the object.

Implements gobj.

Definition at line 20 of file d2partitiondraw.h.

00021     { hd.draw(); }

template<typename T>
void d2partitiondraw< T >::rotate ( double const   theta  )  [inline]

Definition at line 17 of file d2partitiondraw.h.

00018     { hd.rotate(theta); }

template<typename T>
template<typename U >
void d2partitiondraw< T >::translate ( U const &  x  )  [inline]

Definition at line 14 of file d2partitiondraw.h.

00015     { hd.translate(x); }


The documentation for this class was generated from the following file:

Generated on Fri Mar 4 00:49:52 2011 for Chelton Evans Source by  doxygen 1.5.8