From b51857e39214156ea0d837626d596795b30ecf87 Mon Sep 17 00:00:00 2001 From: o_ggy Date: Wed, 11 Aug 2010 03:54:27 -0700 Subject: [PATCH] vector test --- doc/Doxyfile | 2 +- doc/html/annotated.html | 11 +-- doc/html/basic__vector_8hpp.html | 23 ++++- doc/html/basic__vector_8hpp__dep__incl.md5 | 1 + doc/html/basic__vector_8hpp__incl.md5 | 1 + doc/html/basic__vector_8hpp_source.html | 54 +++++------ doc/html/classboost_1_1addable.html | 8 +- doc/html/classboost_1_1addable__inherit__graph.dot | 14 +++ doc/html/classboost_1_1addable__inherit__graph.md5 | 2 +- doc/html/classes.html | 8 +- .../classmof_1_1math_1_1basic__vector-members.html | 28 +++--- doc/html/classmof_1_1math_1_1basic__vector.html | 80 +++++++-------- doc/html/classmof_1_1math_1_1vector2-members.html | 37 +++---- doc/html/classmof_1_1math_1_1vector2.html | 70 ++++++++----- .../classmof_1_1math_1_1vector2__coll__graph.dot | 10 ++ .../classmof_1_1math_1_1vector2__coll__graph.md5 | 2 +- ...classmof_1_1math_1_1vector2__inherit__graph.dot | 10 ++ ...classmof_1_1math_1_1vector2__inherit__graph.md5 | 2 +- doc/html/classmof_1_1math_1_1vector3-members.html | 42 ++++---- doc/html/classmof_1_1math_1_1vector3.html | 108 +++++++++------------ .../classmof_1_1math_1_1vector3__coll__graph.dot | 10 ++ .../classmof_1_1math_1_1vector3__coll__graph.md5 | 2 +- ...classmof_1_1math_1_1vector3__inherit__graph.dot | 10 ++ ...classmof_1_1math_1_1vector3__inherit__graph.md5 | 2 +- doc/html/doxygen.css | 95 +++++++++++++----- doc/html/dummy_8cpp.html | 37 +++++++ doc/html/dummy_8cpp_source.html | 31 ++++++ doc/html/files.html | 23 ++--- doc/html/foreach_8hpp.html | 16 ++- doc/html/foreach_8hpp__incl.md5 | 1 + doc/html/foreach_8hpp_source.html | 10 +- doc/html/functions.html | 51 +++++----- doc/html/functions_func.html | 73 ++++---------- doc/html/functions_rela.html | 14 +-- doc/html/functions_vars.html | 8 +- doc/html/globals.html | 10 +- doc/html/globals_defs.html | 7 +- doc/html/globals_func.html | 46 +++++++++ doc/html/globals_type.html | 7 +- doc/html/graph_legend.html | 9 +- doc/html/hierarchy.html | 10 +- doc/html/index.html | 9 +- doc/html/inherit__graph__0.dot | 15 +++ doc/html/inherit__graph__0.md5 | 2 +- doc/html/inherits.html | 6 +- doc/html/mofdef_8hpp.html | 21 +++- doc/html/mofdef_8hpp__dep__incl.md5 | 1 + doc/html/mofdef_8hpp__incl.md5 | 1 + doc/html/mofdef_8hpp_source.html | 10 +- doc/html/namespacemembers.html | 6 +- doc/html/namespacemembers_type.html | 6 +- doc/html/namespacemof.html | 8 +- doc/html/namespacemof_1_1math.html | 12 +-- doc/html/namespaces.html | 6 +- doc/html/tstring_8hpp.html | 18 ++-- doc/html/tstring_8hpp__incl.md5 | 1 + doc/html/tstring_8hpp_source.html | 31 +++--- doc/html/vector2_8hpp.html | 23 +++-- doc/html/vector2_8hpp__dep__incl.md5 | 1 + doc/html/vector2_8hpp__incl.md5 | 1 + doc/html/vector2_8hpp_source.html | 34 +++---- doc/html/vector3_8hpp.html | 24 +++-- doc/html/vector3_8hpp__dep__incl.md5 | 1 + doc/html/vector3_8hpp__incl.md5 | 1 + doc/html/vector3_8hpp_source.html | 62 ++++++------ doc/html/vector_8hpp.html | 22 ++++- doc/html/vector_8hpp__dep__incl.md5 | 1 + doc/html/vector_8hpp__incl.md5 | 1 + doc/html/vector_8hpp_source.html | 11 +-- doc/html/vector__test_8cpp.html | 67 +++++++++++++ doc/html/vector__test_8cpp__incl.md5 | 1 + doc/html/vector__test_8cpp_source.html | 59 +++++++++++ include/mof/base/mofdef.hpp | 2 +- include/mof/base/tstring.hpp | 2 +- include/mof/math/basic_vector.hpp | 47 ++++----- include/mof/math/vector.hpp | 1 - include/mof/math/vector2.hpp | 26 +++-- include/mof/math/vector3.hpp | 46 +++------ include/mof/math/vector4.hpp | 71 -------------- lib/libmofmath.a | Bin 776 -> 776 bytes src/CMakeLists.txt | 1 + src/build_unix/CMakeFiles/Makefile.cmake | 3 +- src/build_unix/CMakeFiles/Makefile2 | 73 ++++++++++---- src/build_unix/CMakeFiles/TargetDirectories.txt | 3 +- src/build_unix/CMakeFiles/progress.marks | 2 +- src/build_unix/Makefile | 30 ++++-- src/build_unix/Testing/Temporary/LastTest.log | 32 ++++-- .../Testing/Temporary/LastTestsFailed.log | 2 +- src/build_unix/mof/math/CMakeFiles/progress.marks | 2 +- .../CMakeFiles/vector2_test.dir/CXX.includecache | 40 ++++++++ .../CMakeFiles/vector2_test.dir/DependInfo.cmake | 14 +++ .../math/CMakeFiles/vector2_test.dir/build.make | 101 +++++++++++++++++++ .../CMakeFiles/vector2_test.dir/cmake_clean.cmake | 10 ++ .../CMakeFiles/vector2_test.dir/depend.internal | 9 ++ .../math/CMakeFiles/vector2_test.dir/depend.make | 9 ++ .../math/CMakeFiles/vector2_test.dir/flags.make | 8 ++ .../mof/math/CMakeFiles/vector2_test.dir/link.txt | 1 + .../math/CMakeFiles/vector2_test.dir/progress.make | 2 + .../CMakeFiles/vector3_test.dir/CXX.includecache | 44 +++++++++ .../CMakeFiles/vector3_test.dir/DependInfo.cmake | 14 +++ .../math/CMakeFiles/vector3_test.dir/build.make | 101 +++++++++++++++++++ .../CMakeFiles/vector3_test.dir/cmake_clean.cmake | 10 ++ .../CMakeFiles/vector3_test.dir/depend.internal | 10 ++ .../math/CMakeFiles/vector3_test.dir/depend.make | 10 ++ .../math/CMakeFiles/vector3_test.dir/flags.make | 8 ++ .../mof/math/CMakeFiles/vector3_test.dir/link.txt | 1 + .../math/CMakeFiles/vector3_test.dir/progress.make | 2 + .../CMakeFiles/vector_test.dir/CXX.includecache | 10 +- .../CMakeFiles/vector_test.dir/depend.internal | 1 - .../math/CMakeFiles/vector_test.dir/depend.make | 1 - .../CMakeFiles/vector_test2.dir/CXX.includecache | 52 ++++++++++ .../CMakeFiles/vector_test2.dir/DependInfo.cmake | 14 +++ .../math/CMakeFiles/vector_test2.dir/build.make | 101 +++++++++++++++++++ .../CMakeFiles/vector_test2.dir/cmake_clean.cmake | 10 ++ .../CMakeFiles/vector_test2.dir/depend.internal | 11 +++ .../math/CMakeFiles/vector_test2.dir/depend.make | 11 +++ .../math/CMakeFiles/vector_test2.dir/flags.make | 8 ++ .../mof/math/CMakeFiles/vector_test2.dir/link.txt | 1 + .../math/CMakeFiles/vector_test2.dir/progress.make | 2 + src/build_unix/mof/math/CTestTestfile.cmake | 3 +- src/build_unix/mof/math/Makefile | 96 ++++++++++++------ src/mof/math/CMakeLists.txt | 9 +- src/mof/math/test/testbin/vector2_test | Bin 0 -> 18822 bytes src/mof/math/test/testbin/vector3_test | Bin 0 -> 18865 bytes src/mof/math/test/testbin/vector_test | Bin 14022 -> 0 bytes src/mof/math/test/vector2_test.cpp | 57 +++++++++++ src/mof/math/test/vector3_test.cpp | 55 +++++++++++ src/mof/math/test/vector_test.cpp | 28 ------ 128 files changed, 1870 insertions(+), 784 deletions(-) create mode 100644 doc/html/basic__vector_8hpp__dep__incl.md5 create mode 100644 doc/html/basic__vector_8hpp__incl.md5 create mode 100644 doc/html/classboost_1_1addable__inherit__graph.dot create mode 100644 doc/html/classmof_1_1math_1_1vector2__coll__graph.dot create mode 100644 doc/html/classmof_1_1math_1_1vector2__inherit__graph.dot create mode 100644 doc/html/classmof_1_1math_1_1vector3__coll__graph.dot create mode 100644 doc/html/classmof_1_1math_1_1vector3__inherit__graph.dot create mode 100644 doc/html/dummy_8cpp.html create mode 100644 doc/html/dummy_8cpp_source.html create mode 100644 doc/html/foreach_8hpp__incl.md5 create mode 100644 doc/html/globals_func.html create mode 100644 doc/html/inherit__graph__0.dot create mode 100644 doc/html/mofdef_8hpp__dep__incl.md5 create mode 100644 doc/html/mofdef_8hpp__incl.md5 create mode 100644 doc/html/tstring_8hpp__incl.md5 create mode 100644 doc/html/vector2_8hpp__dep__incl.md5 create mode 100644 doc/html/vector2_8hpp__incl.md5 create mode 100644 doc/html/vector3_8hpp__dep__incl.md5 create mode 100644 doc/html/vector3_8hpp__incl.md5 create mode 100644 doc/html/vector_8hpp__dep__incl.md5 create mode 100644 doc/html/vector_8hpp__incl.md5 create mode 100644 doc/html/vector__test_8cpp.html create mode 100644 doc/html/vector__test_8cpp__incl.md5 create mode 100644 doc/html/vector__test_8cpp_source.html delete mode 100644 include/mof/math/vector4.hpp create mode 100644 src/build_unix/mof/math/CMakeFiles/vector2_test.dir/CXX.includecache create mode 100644 src/build_unix/mof/math/CMakeFiles/vector2_test.dir/DependInfo.cmake create mode 100644 src/build_unix/mof/math/CMakeFiles/vector2_test.dir/build.make create mode 100644 src/build_unix/mof/math/CMakeFiles/vector2_test.dir/cmake_clean.cmake create mode 100644 src/build_unix/mof/math/CMakeFiles/vector2_test.dir/depend.internal create mode 100644 src/build_unix/mof/math/CMakeFiles/vector2_test.dir/depend.make create mode 100644 src/build_unix/mof/math/CMakeFiles/vector2_test.dir/flags.make create mode 100644 src/build_unix/mof/math/CMakeFiles/vector2_test.dir/link.txt create mode 100644 src/build_unix/mof/math/CMakeFiles/vector2_test.dir/progress.make create mode 100644 src/build_unix/mof/math/CMakeFiles/vector3_test.dir/CXX.includecache create mode 100644 src/build_unix/mof/math/CMakeFiles/vector3_test.dir/DependInfo.cmake create mode 100644 src/build_unix/mof/math/CMakeFiles/vector3_test.dir/build.make create mode 100644 src/build_unix/mof/math/CMakeFiles/vector3_test.dir/cmake_clean.cmake create mode 100644 src/build_unix/mof/math/CMakeFiles/vector3_test.dir/depend.internal create mode 100644 src/build_unix/mof/math/CMakeFiles/vector3_test.dir/depend.make create mode 100644 src/build_unix/mof/math/CMakeFiles/vector3_test.dir/flags.make create mode 100644 src/build_unix/mof/math/CMakeFiles/vector3_test.dir/link.txt create mode 100644 src/build_unix/mof/math/CMakeFiles/vector3_test.dir/progress.make create mode 100644 src/build_unix/mof/math/CMakeFiles/vector_test2.dir/CXX.includecache create mode 100644 src/build_unix/mof/math/CMakeFiles/vector_test2.dir/DependInfo.cmake create mode 100644 src/build_unix/mof/math/CMakeFiles/vector_test2.dir/build.make create mode 100644 src/build_unix/mof/math/CMakeFiles/vector_test2.dir/cmake_clean.cmake create mode 100644 src/build_unix/mof/math/CMakeFiles/vector_test2.dir/depend.internal create mode 100644 src/build_unix/mof/math/CMakeFiles/vector_test2.dir/depend.make create mode 100644 src/build_unix/mof/math/CMakeFiles/vector_test2.dir/flags.make create mode 100644 src/build_unix/mof/math/CMakeFiles/vector_test2.dir/link.txt create mode 100644 src/build_unix/mof/math/CMakeFiles/vector_test2.dir/progress.make create mode 100755 src/mof/math/test/testbin/vector2_test create mode 100755 src/mof/math/test/testbin/vector3_test delete mode 100755 src/mof/math/test/testbin/vector_test create mode 100644 src/mof/math/test/vector2_test.cpp create mode 100644 src/mof/math/test/vector3_test.cpp delete mode 100644 src/mof/math/test/vector_test.cpp diff --git a/doc/Doxyfile b/doc/Doxyfile index 40d6df1..642629d 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -564,7 +564,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = +INPUT = ../include/mof/ ../src/mof/ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is diff --git a/doc/html/annotated.html b/doc/html/annotated.html index fb8c6de..ca4cd42 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -7,7 +7,7 @@ - +
このクラスの説明は次のファイルから生成されました: -
MotifOfFunctionsLIBraryに対してFri Apr 16 10:25:29 2010に生成されました。  +
MotifOfFunctionsLIBraryに対してTue Aug 10 06:49:13 2010に生成されました。  -doxygen 1.6.1
+doxygen 1.6.3
diff --git a/doc/html/classmof_1_1math_1_1vector2-members.html b/doc/html/classmof_1_1math_1_1vector2-members.html index 5750357..19b88a0 100644 --- a/doc/html/classmof_1_1math_1_1vector2-members.html +++ b/doc/html/classmof_1_1math_1_1vector2-members.html @@ -7,7 +7,7 @@ - + - +
- + - + @@ -125,12 +126,12 @@ mof::math::vector2のコラボレーション図

関数

- +
mof::math::vector2::vector2 (real float  x,
real float  y 
- + @@ -144,12 +145,12 @@ mof::math::vector2のコラボレーション図 - +
const real& mof::math::vector2::x const float& mof::math::vector2::x (  ) 
- + @@ -163,12 +164,12 @@ mof::math::vector2のコラボレーション図 - +
real& mof::math::vector2::x float& mof::math::vector2::x (  ) 
- + @@ -178,16 +179,16 @@ mof::math::vector2のコラボレーション図
-

vector2.hpp の 40 行で定義されています。

+

vector2.hpp の 39 行で定義されています。

- +
const real& mof::math::vector2::y const float& mof::math::vector2::y (  ) 
- + @@ -197,16 +198,35 @@ mof::math::vector2のコラボレーション図
-

vector2.hpp の 39 行で定義されています。

+

vector2.hpp の 38 行で定義されています。

+ +
+ + +
+
+
real& mof::math::vector2::y float& mof::math::vector2::y (  ) 
+ + + + + + + +
const float mof::math::vector2::z ( )  const [inline]
+
+
+ +

vector2.hpp の 40 行で定義されています。


このクラスの説明は次のファイルから生成されました: -
MotifOfFunctionsLIBraryに対してFri Apr 16 10:25:29 2010に生成されました。  +
MotifOfFunctionsLIBraryに対してTue Aug 10 06:49:13 2010に生成されました。  -doxygen 1.6.1
+doxygen 1.6.3
diff --git a/doc/html/classmof_1_1math_1_1vector2__coll__graph.dot b/doc/html/classmof_1_1math_1_1vector2__coll__graph.dot new file mode 100644 index 0000000..294496a --- /dev/null +++ b/doc/html/classmof_1_1math_1_1vector2__coll__graph.dot @@ -0,0 +1,10 @@ +digraph G +{ + edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"]; + node [fontname="FreeSans",fontsize="10",shape=record]; + Node1 [label="{mof::math::vector2\n||+ vector2()\l+ vector2()\l+ x()\l+ x()\l+ y()\l+ y()\l+ z()\l}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"]; + Node2 -> Node1 [dir=back,color="midnightblue",fontsize="10",style="solid",arrowtail="empty",fontname="FreeSans"]; + Node2 [label="{mof::math::basic_vector\< 2, vector2 \>\n|- components_\l|+ operator+=()\l+ operator+=()\l+ operator-=()\l+ operator-=()\l+ operator*=()\l+ operator/=()\l+ operator[]()\l+ operator[]()\l+ operator==()\l}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classmof_1_1math_1_1basic__vector.html"]; + Node3 -> Node2 [dir=back,color="firebrick4",fontsize="10",style="solid",arrowtail="empty",fontname="FreeSans"]; + Node3 [label="{boost::addable\< vector2 , boost::addable2\< vector2 , float , boost::subtractable\< vector2 , boost::subtractable2\< vector2 , float , boost::multipliable2\< vector2 , float , boost::dividable2\< vector2 , float , boost::equality_comparable\< vector2 \> \> \> \> \> \> \>\n||}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classboost_1_1addable.html"]; +} diff --git a/doc/html/classmof_1_1math_1_1vector2__coll__graph.md5 b/doc/html/classmof_1_1math_1_1vector2__coll__graph.md5 index 57757e5..72587a1 100644 --- a/doc/html/classmof_1_1math_1_1vector2__coll__graph.md5 +++ b/doc/html/classmof_1_1math_1_1vector2__coll__graph.md5 @@ -1 +1 @@ -d71331f73ef838efb08795ed69e2e425 \ No newline at end of file +b394ba66ca51e546ded3050ae053cede \ No newline at end of file diff --git a/doc/html/classmof_1_1math_1_1vector2__inherit__graph.dot b/doc/html/classmof_1_1math_1_1vector2__inherit__graph.dot new file mode 100644 index 0000000..294496a --- /dev/null +++ b/doc/html/classmof_1_1math_1_1vector2__inherit__graph.dot @@ -0,0 +1,10 @@ +digraph G +{ + edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"]; + node [fontname="FreeSans",fontsize="10",shape=record]; + Node1 [label="{mof::math::vector2\n||+ vector2()\l+ vector2()\l+ x()\l+ x()\l+ y()\l+ y()\l+ z()\l}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"]; + Node2 -> Node1 [dir=back,color="midnightblue",fontsize="10",style="solid",arrowtail="empty",fontname="FreeSans"]; + Node2 [label="{mof::math::basic_vector\< 2, vector2 \>\n|- components_\l|+ operator+=()\l+ operator+=()\l+ operator-=()\l+ operator-=()\l+ operator*=()\l+ operator/=()\l+ operator[]()\l+ operator[]()\l+ operator==()\l}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classmof_1_1math_1_1basic__vector.html"]; + Node3 -> Node2 [dir=back,color="firebrick4",fontsize="10",style="solid",arrowtail="empty",fontname="FreeSans"]; + Node3 [label="{boost::addable\< vector2 , boost::addable2\< vector2 , float , boost::subtractable\< vector2 , boost::subtractable2\< vector2 , float , boost::multipliable2\< vector2 , float , boost::dividable2\< vector2 , float , boost::equality_comparable\< vector2 \> \> \> \> \> \> \>\n||}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classboost_1_1addable.html"]; +} diff --git a/doc/html/classmof_1_1math_1_1vector2__inherit__graph.md5 b/doc/html/classmof_1_1math_1_1vector2__inherit__graph.md5 index 57757e5..72587a1 100644 --- a/doc/html/classmof_1_1math_1_1vector2__inherit__graph.md5 +++ b/doc/html/classmof_1_1math_1_1vector2__inherit__graph.md5 @@ -1 +1 @@ -d71331f73ef838efb08795ed69e2e425 \ No newline at end of file +b394ba66ca51e546ded3050ae053cede \ No newline at end of file diff --git a/doc/html/classmof_1_1math_1_1vector3-members.html b/doc/html/classmof_1_1math_1_1vector3-members.html index 3aad8ab..e0c7e0d 100644 --- a/doc/html/classmof_1_1math_1_1vector3-members.html +++ b/doc/html/classmof_1_1math_1_1vector3-members.html @@ -7,7 +7,7 @@ - + - +
- + - + - + @@ -135,51 +134,32 @@ mof::math::vector3のコラボレーション図 - +

関数

+
mof::math::vector3::vector3 (real float  x,
real float  y,
real float  z 
- + - - - - - - - - - - - - - + + +
mof::math::vector3::vector3 const float mof::math::vector3::w (const vector2 xy,
real  z = 1 
) [inline] )  const [inline]
-

指定した値で初期化する.

-
引数:
- - - -
[in] xy 2次元ベクトル
[in] z z座標成分
-
-
- -

vector3.hpp の 44 行で定義されています。

+

vector3.hpp の 46 行で定義されています。

-

関数

- +
- + @@ -189,16 +169,16 @@ mof::math::vector3のコラボレーション図
-

vector3.hpp の 53 行で定義されています。

+

vector3.hpp の 41 行で定義されています。

- +
const real& mof::math::vector3::x const float& mof::math::vector3::x (  ) 
- + @@ -208,16 +188,16 @@ mof::math::vector3のコラボレーション図
-

vector3.hpp の 52 行で定義されています。

+

vector3.hpp の 40 行で定義されています。

- +
real& mof::math::vector3::x float& mof::math::vector3::x (  ) 
- + @@ -227,16 +207,16 @@ mof::math::vector3のコラボレーション図
-

vector3.hpp の 56 行で定義されています。

+

vector3.hpp の 43 行で定義されています。

- +
const real& mof::math::vector3::y const float& mof::math::vector3::y (  ) 
- + @@ -246,16 +226,16 @@ mof::math::vector3のコラボレーション図
-

vector3.hpp の 55 行で定義されています。

+

vector3.hpp の 42 行で定義されています。

- +
real& mof::math::vector3::y float& mof::math::vector3::y (  ) 
- + @@ -265,16 +245,16 @@ mof::math::vector3のコラボレーション図
-

vector3.hpp の 59 行で定義されています。

+

vector3.hpp の 45 行で定義されています。

- +
const real& mof::math::vector3::z const float& mof::math::vector3::z (  ) 
- + @@ -284,16 +264,16 @@ mof::math::vector3のコラボレーション図
-

vector3.hpp の 58 行で定義されています。

+

vector3.hpp の 44 行で定義されています。


このクラスの説明は次のファイルから生成されました: -
MotifOfFunctionsLIBraryに対してFri Apr 16 10:25:29 2010に生成されました。  +
MotifOfFunctionsLIBraryに対してTue Aug 10 06:49:13 2010に生成されました。  -doxygen 1.6.1
+doxygen 1.6.3
diff --git a/doc/html/classmof_1_1math_1_1vector3__coll__graph.dot b/doc/html/classmof_1_1math_1_1vector3__coll__graph.dot new file mode 100644 index 0000000..4904e7b --- /dev/null +++ b/doc/html/classmof_1_1math_1_1vector3__coll__graph.dot @@ -0,0 +1,10 @@ +digraph G +{ + edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"]; + node [fontname="FreeSans",fontsize="10",shape=record]; + Node1 [label="{mof::math::vector3\n||+ vector3()\l+ vector3()\l+ x()\l+ x()\l+ y()\l+ y()\l+ z()\l+ z()\l+ w()\l}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"]; + Node2 -> Node1 [dir=back,color="midnightblue",fontsize="10",style="solid",arrowtail="empty",fontname="FreeSans"]; + Node2 [label="{mof::math::basic_vector\< 3, vector3 \>\n|- components_\l|+ operator+=()\l+ operator+=()\l+ operator-=()\l+ operator-=()\l+ operator*=()\l+ operator/=()\l+ operator[]()\l+ operator[]()\l+ operator==()\l}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classmof_1_1math_1_1basic__vector.html"]; + Node3 -> Node2 [dir=back,color="firebrick4",fontsize="10",style="solid",arrowtail="empty",fontname="FreeSans"]; + Node3 [label="{boost::addable\< vector3 , boost::addable2\< vector3 , float , boost::subtractable\< vector3 , boost::subtractable2\< vector3 , float , boost::multipliable2\< vector3 , float , boost::dividable2\< vector3 , float , boost::equality_comparable\< vector3 \> \> \> \> \> \> \>\n||}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classboost_1_1addable.html"]; +} diff --git a/doc/html/classmof_1_1math_1_1vector3__coll__graph.md5 b/doc/html/classmof_1_1math_1_1vector3__coll__graph.md5 index d353a00..8d2d7ff 100644 --- a/doc/html/classmof_1_1math_1_1vector3__coll__graph.md5 +++ b/doc/html/classmof_1_1math_1_1vector3__coll__graph.md5 @@ -1 +1 @@ -8c16b0b8935a0f3e2a8d53c246f735c4 \ No newline at end of file +a857eb7dc7a09b444a6dd3d542f64b5b \ No newline at end of file diff --git a/doc/html/classmof_1_1math_1_1vector3__inherit__graph.dot b/doc/html/classmof_1_1math_1_1vector3__inherit__graph.dot new file mode 100644 index 0000000..4904e7b --- /dev/null +++ b/doc/html/classmof_1_1math_1_1vector3__inherit__graph.dot @@ -0,0 +1,10 @@ +digraph G +{ + edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"]; + node [fontname="FreeSans",fontsize="10",shape=record]; + Node1 [label="{mof::math::vector3\n||+ vector3()\l+ vector3()\l+ x()\l+ x()\l+ y()\l+ y()\l+ z()\l+ z()\l+ w()\l}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled" fontcolor="black"]; + Node2 -> Node1 [dir=back,color="midnightblue",fontsize="10",style="solid",arrowtail="empty",fontname="FreeSans"]; + Node2 [label="{mof::math::basic_vector\< 3, vector3 \>\n|- components_\l|+ operator+=()\l+ operator+=()\l+ operator-=()\l+ operator-=()\l+ operator*=()\l+ operator/=()\l+ operator[]()\l+ operator[]()\l+ operator==()\l}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classmof_1_1math_1_1basic__vector.html"]; + Node3 -> Node2 [dir=back,color="firebrick4",fontsize="10",style="solid",arrowtail="empty",fontname="FreeSans"]; + Node3 [label="{boost::addable\< vector3 , boost::addable2\< vector3 , float , boost::subtractable\< vector3 , boost::subtractable2\< vector3 , float , boost::multipliable2\< vector3 , float , boost::dividable2\< vector3 , float , boost::equality_comparable\< vector3 \> \> \> \> \> \> \>\n||}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classboost_1_1addable.html"]; +} diff --git a/doc/html/classmof_1_1math_1_1vector3__inherit__graph.md5 b/doc/html/classmof_1_1math_1_1vector3__inherit__graph.md5 index d353a00..8d2d7ff 100644 --- a/doc/html/classmof_1_1math_1_1vector3__inherit__graph.md5 +++ b/doc/html/classmof_1_1math_1_1vector3__inherit__graph.md5 @@ -1 +1 @@ -8c16b0b8935a0f3e2a8d53c246f735c4 \ No newline at end of file +a857eb7dc7a09b444a6dd3d542f64b5b \ No newline at end of file diff --git a/doc/html/doxygen.css b/doc/html/doxygen.css index 9ca3caf..d6aaf28 100644 --- a/doc/html/doxygen.css +++ b/doc/html/doxygen.css @@ -31,7 +31,7 @@ div.multicol { -webkit-column-count: 3; } -p.startli, p.startdd { +p.startli, p.startdd, p.starttd { margin-top: 2px; } @@ -43,6 +43,10 @@ p.enddd { margin-bottom: 4px; } +p.endtd { + margin-bottom: 2px; +} + /* @end */ caption { @@ -54,6 +58,11 @@ span.legend { text-align: center; } +h3.version { + font-size: 90%; + text-align: center; +} + div.qindex, div.navtab{ background-color: #e8eef2; border: 1px solid #84b0c7; @@ -110,9 +119,11 @@ a.elRef { } a.code { + color: #3030f0; } a.codeRef { + color: #3030f0; } /* @end */ @@ -131,6 +142,10 @@ pre.fragment { background-color: #f5f5f5; padding: 4px 6px; margin: 4px 8px 4px 2px; + overflow: auto; + word-wrap: break-word; + font-size: 9pt; + line-height: 125%; } div.ah { @@ -288,11 +303,15 @@ th.dirtab { } hr { - height: 0; + height: 0px; border: none; border-top: 1px solid #666; } +hr.footer { + height: 1px; +} + /* @group Member Descriptions */ .mdescLeft, .mdescRight, @@ -350,37 +369,46 @@ hr { } .memname { - white-space: nowrap; - font-weight: bold; -} - -.memproto, .memdoc { - border: 1px solid #84b0c7; + white-space: nowrap; + font-weight: bold; + margin-left: 6px; } .memproto { - padding: 0; - background-color: #d5e1e8; - font-weight: bold; - -webkit-border-top-left-radius: 8px; - -webkit-border-top-right-radius: 8px; - -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); - -moz-border-radius-topleft: 8px; - -moz-border-radius-topright: 8px; + border-top: 1px solid #84b0c7; + border-left: 1px solid #84b0c7; + border-right: 1px solid #84b0c7; + padding: 0; + background-color: #d5e1e8; + font-weight: bold; + /* firefox specific markup */ + background-image: -moz-linear-gradient(rgba(228, 233, 245, 1.0) 0%, rgba(193, 205, 232, 1.0) 100%); -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; + -moz-border-radius-topright: 8px; + -moz-border-radius-topleft: 8px; + /* webkit specific markup */ + background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(228, 233, 245, 1.0)), to(rgba(193, 205, 232, 1.0))); + -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); + -webkit-border-top-right-radius: 8px; + -webkit-border-top-left-radius: 8px; } .memdoc { - padding: 2px 5px; - background-color: #eef3f5; - border-top-width: 0; - -webkit-border-bottom-left-radius: 8px; - -webkit-border-bottom-right-radius: 8px; - -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); - -moz-border-radius-bottomleft: 8px; - -moz-border-radius-bottomright: 8px; + border-bottom: 1px solid #84b0c7; + border-left: 1px solid #84b0c7; + border-right: 1px solid #84b0c7; + padding: 2px 5px; + background-color: #eef3f5; + border-top-width: 0; + /* firefox specific markup */ + -moz-border-radius-bottomleft: 8px; + -moz-border-radius-bottomright: 8px; -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; + /* webkit specific markup */ + -webkit-border-bottom-left-radius: 8px; + -webkit-border-bottom-right-radius: 8px; + -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); } .paramkey { @@ -496,3 +524,22 @@ address { font-style: normal; color: #333; } + +table.doxtable { + border-collapse:collapse; +} + +table.doxtable td, table.doxtable th { + border: 1px solid #153788; + padding: 3px 7px 2px; +} + +table.doxtable th { + background-color: #254798; + color: #FFFFFF; + font-size: 110%; + padding-bottom: 4px; + padding-top: 5px; + text-align:left; +} + diff --git a/doc/html/dummy_8cpp.html b/doc/html/dummy_8cpp.html new file mode 100644 index 0000000..f4ce20b --- /dev/null +++ b/doc/html/dummy_8cpp.html @@ -0,0 +1,37 @@ + + + + +MotifOfFunctionsLIBrary: /home/yasutomo/devel/moflib/src/mof/math/dummy.cpp + + + + + + +
+

/home/yasutomo/devel/moflib/src/mof/math/dummy.cpp

+

ソースコードを見る。

+
real& mof::math::vector3::z float& mof::math::vector3::z (  ) 
+
+
+
MotifOfFunctionsLIBraryに対してTue Aug 10 06:49:13 2010に生成されました。  + +doxygen 1.6.3
+ + diff --git a/doc/html/dummy_8cpp_source.html b/doc/html/dummy_8cpp_source.html new file mode 100644 index 0000000..db634e2 --- /dev/null +++ b/doc/html/dummy_8cpp_source.html @@ -0,0 +1,31 @@ + + + + +MotifOfFunctionsLIBrary: /home/yasutomo/devel/moflib/src/mof/math/dummy.cpp ソースファイル + + + + + + +
MotifOfFunctionsLIBraryに対してTue Aug 10 06:49:13 2010に生成されました。  + +doxygen 1.6.3
+ + diff --git a/doc/html/files.html b/doc/html/files.html index c3e75d8..5a07fc5 100644 --- a/doc/html/files.html +++ b/doc/html/files.html @@ -7,7 +7,7 @@ - +