#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 | |
static 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.
typedef struct_elt_traits<Exact>::dpoint_type oln::abstract::window< Exact >::dpoint_type |
The associate image's type of dpoint (move point).
Reimplemented from oln::abstract::struct_elt< Exact >.
Reimplemented in oln::abstract::window_base< oln::abstract::window< oln::window1d >, oln::window1d >, oln::abstract::window_base< oln::abstract::window< Exact >, Exact >, oln::abstract::window_base< oln::abstract::window< oln::window3d >, oln::window3d >, and oln::abstract::window_base< oln::abstract::window< oln::window2d >, oln::window2d >.
exact_type& oln::abstract::window< Exact >::add_dp | ( | const abstract::dpoint< dpoint_type > & | dp | ) | [inline, protected] |