Public Types | Public Member Functions | Public Attributes

my_box2d Struct Reference

Inheritance diagram for my_box2d:
Inheritance graph

List of all members.

Public Types

typedef Function_v2b< void > category
typedef my_box2d exact_t
typedef void mutable_result
typedef bool result

Public Member Functions

 my_box2d (const mln::box2d &b)
 my_box2d (const mln::box2d &b)
bool operator() (const mln::point2d &p) const
bool operator() (const mln::point2d &p) const

Public Attributes

mln::box2d b_

Detailed Description

Definition at line 35 of file resize_image_if.cc.


Member Typedef Documentation

typedef Function_v2b<void> mln::Function_v2b< my_box2d >::category [inherited]

Reimplemented from mln::Function_v2v< my_box2d >.

Definition at line 152 of file function.hh.

typedef my_box2d mln::Object< my_box2d >::exact_t [inherited]

Definition at line 173 of file object.hh.

typedef void mln::Function_v2v< my_box2d >::mutable_result [inherited]

Definition at line 127 of file function.hh.

typedef bool mln::Function_v2b< my_box2d >::result [inherited]

Definition at line 153 of file function.hh.


Constructor & Destructor Documentation

my_box2d::my_box2d ( const mln::box2d b  )  [inline]

Definition at line 37 of file resize_image_if.cc.

my_box2d::my_box2d ( const mln::box2d b  )  [inline]

Definition at line 37 of file resize_sub_image.cc.


Member Function Documentation

bool my_box2d::operator() ( const mln::point2d p  )  const [inline]

Definition at line 42 of file resize_image_if.cc.

References b_, and mln::box< P >::has().

bool my_box2d::operator() ( const mln::point2d p  )  const [inline]

Definition at line 42 of file resize_sub_image.cc.

References b_, and mln::box< P >::has().


Member Data Documentation

Definition at line 41 of file resize_image_if.cc.

Referenced by operator()().