#include <window.hh>
Inheritance diagram for oln::abstract::window< Exact >:


Public Types | |
| typedef struct_elt< Exact > | super_type |
| Set super type. | |
| typedef Exact | exact_type |
| Set exact type. | |
| typedef struct_elt_traits< Exact >::dpoint_type | dpoint_type |
| The associate image's type of dpoint (move point). | |
Static Public Member Functions | |
| std::string | name () |
| Return the name of the type. | |
Protected Member Functions | |
| exact_type & | add_dp (const abstract::dpoint< dpoint_type > &dp) |
| Add a point to the window. | |
| window () | |
| Do nothing, used only by sub-classes. | |
Friends | |
| class | struct_elt< exact_type > |
A window is a set of points and this class defines how to deal with.
Definition at line 62 of file window.hh.
|
|||||
|
The associate image's type of dpoint (move point).
Reimplemented from oln::abstract::struct_elt< Exact >. Reimplemented in oln::abstract::windownd< Exact >, oln::window1d, oln::window2d, oln::window3d, oln::abstract::window_base< window< Exact >, Exact >, oln::abstract::window_base< window< window3d >, window3d >, oln::abstract::window_base< window< window2d >, window2d >, oln::abstract::window_base< window< window1d >, window1d >, oln::abstract::windownd< window1d >, oln::abstract::windownd< window3d >, and oln::abstract::windownd< window2d >. |
|
||||||||||
|
Add a point to the window. Add a new member to the window. Definition at line 91 of file window.hh.
00092 {
00093 return this->exact().add_(dp.exact());
00094 }
|
1.3.6-20040222