From 8b76fbb408f8eedab24195655c45c891af01eaab Mon Sep 17 00:00:00 2001 From: cathook Date: Wed, 24 Sep 2014 13:37:42 +0800 Subject: Big change, detail see README. --- doc/html/structmeow_1_1EyesReferenceInfo.html | 318 -------------------------- 1 file changed, 318 deletions(-) delete mode 100644 doc/html/structmeow_1_1EyesReferenceInfo.html (limited to 'doc/html/structmeow_1_1EyesReferenceInfo.html') diff --git a/doc/html/structmeow_1_1EyesReferenceInfo.html b/doc/html/structmeow_1_1EyesReferenceInfo.html deleted file mode 100644 index 44165ba..0000000 --- a/doc/html/structmeow_1_1EyesReferenceInfo.html +++ /dev/null @@ -1,318 +0,0 @@ - - - - - - - -Templates -- Meow: meow::EyesReferenceInfo< Pixel > Struct Template Reference - - - - - - - - - - - -
-
- - - - - - - -
-
Templates -- Meow -  1.2.11 -
-
A C++ template contains kinds of interesting classes and functions
-
-
- - -
-
- -
-
-
- -
-
- -
-
meow::EyesReferenceInfo< Pixel > Struct Template Reference
-
-
- -

記住每個 Eye 的reference以及Flag - More...

- -

#include "BundleAdjustment.h"

- - - - - - - - - - - - - - - - - -

-Public Member Functions

 EyesReferenceInfo ()
 constructor with nothing More...
 
 EyesReferenceInfo (Eye< Pixel > &e, unsigned long f)
 constructor with flag and an Eye object. Here we will let memember '.eye' reference from the specify paramter e More...
 
 EyesReferenceInfo (EyesReferenceInfo const &si)
 constructor with another EyesReferenceInfo More...
 
 ~EyesReferenceInfo ()
 desructor More...
 
EyesReferenceInfooperator= (EyesReferenceInfo const &e)
 copy operator, still use reference method More...
 
- - - - - - - -

-Public Attributes

unsigned long flag
 Flag, 定義如EyesReferenceInfoFlags. More...
 
Eye< Pixel > eye
 reference More...
 
-

Detailed Description

-

template<class Pixel>
-struct meow::EyesReferenceInfo< Pixel >

- -

記住每個 Eye 的reference以及Flag

- -

Definition at line 23 of file BundleAdjustment.h.

-

Constructor & Destructor Documentation

- -
-
-
-template<class Pixel >
- - - - - -
- - - - - - - -
meow::EyesReferenceInfo< Pixel >::EyesReferenceInfo ()
-
-inline
-
- -

constructor with nothing

- -

Definition at line 30 of file BundleAdjustment.h.

- -
-
- -
-
-
-template<class Pixel >
- - - - - -
- - - - - - - - - - - - - - - - - - -
meow::EyesReferenceInfo< Pixel >::EyesReferenceInfo (Eye< Pixel > & e,
unsigned long f 
)
-
-inline
-
- -

constructor with flag and an Eye object. Here we will let memember '.eye' reference from the specify paramter e

- -

Definition at line 37 of file BundleAdjustment.h.

- -
-
- -
-
-
-template<class Pixel >
- - - - - -
- - - - - - - - -
meow::EyesReferenceInfo< Pixel >::EyesReferenceInfo (EyesReferenceInfo< Pixel > const & si)
-
-inline
-
- -

constructor with another EyesReferenceInfo

- -

Definition at line 44 of file BundleAdjustment.h.

- -
-
- -
-
-
-template<class Pixel >
- - - - - -
- - - - - - - -
meow::EyesReferenceInfo< Pixel >::~EyesReferenceInfo ()
-
-inline
-
- -

desructor

- -

Definition at line 51 of file BundleAdjustment.h.

- -
-
-

Member Function Documentation

- -
-
-
-template<class Pixel >
- - - - - -
- - - - - - - - -
EyesReferenceInfo& meow::EyesReferenceInfo< Pixel >::operator= (EyesReferenceInfo< Pixel > const & e)
-
-inline
-
- -

copy operator, still use reference method

- -

Definition at line 57 of file BundleAdjustment.h.

- -
-
-

Member Data Documentation

- -
-
-
-template<class Pixel >
- - - - -
Eye<Pixel> meow::EyesReferenceInfo< Pixel >::eye
-
- -

reference

- -

Definition at line 25 of file BundleAdjustment.h.

- -
-
- -
-
-
-template<class Pixel >
- - - - -
unsigned long meow::EyesReferenceInfo< Pixel >::flag
-
- -

Flag, 定義如EyesReferenceInfoFlags.

- -

Definition at line 24 of file BundleAdjustment.h.

- -
-
-
The documentation for this struct was generated from the following file: -
-
- - - - - -- cgit v1.2.3