aboutsummaryrefslogtreecommitdiffstats
path: root/doc/latex/namespacemeow.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/latex/namespacemeow.tex')
-rw-r--r--doc/latex/namespacemeow.tex19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/latex/namespacemeow.tex b/doc/latex/namespacemeow.tex
index aa51ef9..349690e 100644
--- a/doc/latex/namespacemeow.tex
+++ b/doc/latex/namespacemeow.tex
@@ -70,6 +70,8 @@ class \hyperlink{classmeow_1_1Matrix}{Matrix}
\begin{DoxyCompactList}\small\item\em {\bfseries matrix} \end{DoxyCompactList}\item
class \hyperlink{classmeow_1_1Transformation}{Transformation}
\begin{DoxyCompactList}\small\item\em A base class for implementing kinds of transformations. \end{DoxyCompactList}\item
+class \hyperlink{classmeow_1_1TransformatePipeline}{Transformate\-Pipeline}
+\begin{DoxyCompactList}\small\item\em a pipeline for transformations \end{DoxyCompactList}\item
class \hyperlink{classmeow_1_1BallProjection}{Ball\-Projection}
\begin{DoxyCompactList}\small\item\em A ball projection is to project the given vector to a hyper-\/sphere. \end{DoxyCompactList}\item
class \hyperlink{classmeow_1_1PhotoProjection}{Photo\-Projection}
@@ -96,6 +98,8 @@ class \hyperlink{classmeow_1_1ReaderWriter__double}{Reader\-Writer\-\_\-double}
\item
class \hyperlink{classmeow_1_1ReaderWriter__string}{Reader\-Writer\-\_\-string}
\item
+class \hyperlink{classmeow_1_1Pipeline}{Pipeline}
+\begin{DoxyCompactList}\small\item\em {\bfseries pipeline} \end{DoxyCompactList}\item
class \hyperlink{classmeow_1_1Self}{Self}
\begin{DoxyCompactList}\small\item\em 具有copy on write, 且擁有比\-C++更靈活的reference機制 \end{DoxyCompactList}\item
class \hyperlink{classmeow_1_1Usage}{Usage}
@@ -175,6 +179,8 @@ void \hyperlink{namespacemeow_af4d344590a86168090c2f2322289f080}{color\-Transfor
\begin{DoxyCompactList}\small\item\em {\ttfamily denormalize}(l2,u2,normalize(l1,u1,m1)) \end{DoxyCompactList}\item
{\footnotesize template$<$class T $>$ }\\T \hyperlink{namespacemeow_a98d838d338a3e6f3c57e94562fab3fa7}{in\-Range} (T const \&mn, T const \&mx, T const \&v)
\begin{DoxyCompactList}\small\item\em {\ttfamily std\-::min}(mx,std\-::max(mn,v)) \end{DoxyCompactList}\item
+{\footnotesize template$<$class T $>$ }\\T \hyperlink{namespacemeow_ae8486a6227b6ed69d5ff666fe67ebf4e}{is\-In\-Range} (T const \&mn, T const \&mx, T const \&x)
+\begin{DoxyCompactList}\small\item\em (mn $<$= x \&\& x $<$= mx) \end{DoxyCompactList}\item
{\footnotesize template$<$class T $>$ }\\T \hyperlink{namespacemeow_a1954e235973a2ac79a7a72a4b7d25573}{squ} (T const \&x)
\begin{DoxyCompactList}\small\item\em {\ttfamily x$\ast$x} \end{DoxyCompactList}\item
{\footnotesize template$<$class T $>$ }\\T \hyperlink{namespacemeow_a10a8cca705773b7d9f6f91d3fb08c104}{cub} (T const \&x)
@@ -591,6 +597,19 @@ static const size\-\_\-t \hyperlink{namespacemeow_aaa678bbd106012a98ed5679e2ca8c
{\ttfamily std\-::min}(mx,std\-::max(mn,v))
+\hypertarget{namespacemeow_ae8486a6227b6ed69d5ff666fe67ebf4e}{\index{meow@{meow}!is\-In\-Range@{is\-In\-Range}}
+\index{is\-In\-Range@{is\-In\-Range}!meow@{meow}}
+\subsubsection[{is\-In\-Range}]{\setlength{\rightskip}{0pt plus 5cm}template$<$class T $>$ T meow\-::is\-In\-Range (
+\begin{DoxyParamCaption}
+\item[{T const \&}]{mn, }
+\item[{T const \&}]{mx, }
+\item[{T const \&}]{x}
+\end{DoxyParamCaption}
+)\hspace{0.3cm}{\ttfamily [inline]}}}\label{namespacemeow_ae8486a6227b6ed69d5ff666fe67ebf4e}
+
+
+(mn $<$= x \&\& x $<$= mx)
+
\hypertarget{namespacemeow_a8e4a4baed7fb497f170075648ac95077}{\index{meow@{meow}!levenberg\-Marquardt@{levenberg\-Marquardt}}
\index{levenberg\-Marquardt@{levenberg\-Marquardt}!meow@{meow}}
\subsubsection[{levenberg\-Marquardt}]{\setlength{\rightskip}{0pt plus 5cm}template$<$class Scalar , class F , class J , class I , class Stop $>$ {\bf Vector}$<$Scalar$>$ meow\-::levenberg\-Marquardt (