ldpk
Public Types | Public Member Functions | Friends | List of all members
ldpk::box< VEC2 > Class Template Reference

A simple box class for double precision points in 2d. We will extend this as needed. More...

#include <ldpk_vec2d.h>

Public Types

typedef VEC2 vec2_type
 
typedef box< VEC2 > this_type
 

Public Member Functions

void reset ()
 
const vec2_type & a () const
 
const vec2_type & b () const
 
bool is_empty () const
 
void extend_x (double x)
 
void extend_y (double y)
 
void extend (int i, double q)
 
void extend (const vec2_type &p)
 
this_typemerge (const this_type &q)
 

Friends

this_type merge (const this_type &q, const this_type &r)
 

Detailed Description

template<class VEC2>
class ldpk::box< VEC2 >

A simple box class for double precision points in 2d. We will extend this as needed.


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