computeOctree.lyx 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. #LyX file created by tex2lyx 2.0.4
  2. \lyxformat 413
  3. \begin_document
  4. \begin_header
  5. \textclass book
  6. \use_default_options false
  7. \language french
  8. \language_package default
  9. \inputencoding latin9
  10. \fontencoding T1
  11. \font_roman default
  12. \font_sans helvet
  13. \font_typewriter default
  14. \font_default_family sfdefault
  15. \use_non_tex_fonts false
  16. \font_sc false
  17. \font_osf false
  18. \font_sf_scale 100
  19. \font_tt_scale 100
  20. \graphics default
  21. \paperfontsize 10
  22. \spacing single
  23. \use_hyperref 1
  24. \pdf_bookmarks 1
  25. \pdf_bookmarksnumbered 0
  26. \pdf_bookmarksopen 0
  27. \pdf_bookmarksopenlevel 1
  28. \pdf_breaklinks 0
  29. \pdf_pdfborder 0
  30. \pdf_colorlinks 1
  31. \pdf_backref false
  32. \pdf_pdfusetitle 1
  33. \pdf_quoted_options "linkcolor=blue"
  34. \papersize a4paper
  35. \use_geometry true
  36. \use_amsmath 1
  37. \use_esint 1
  38. \use_mhchem 0
  39. \use_mathdots 0
  40. \cite_engine basic
  41. \use_bibtopic false
  42. \use_indices false
  43. \paperorientation portrait
  44. \suppress_date true
  45. \use_refstyle 0
  46. \leftmargin 1.5cm
  47. \topmargin 3cm
  48. \rightmargin 1.5cm
  49. \bottommargin 3cm
  50. \secnumdepth 3
  51. \tocdepth 3
  52. \paragraph_separation indent
  53. \paragraph_indentation default
  54. \quotes_language french
  55. \papercolumns 1
  56. \papersides 2
  57. \paperpagestyle fancy
  58. \tracking_changes false
  59. \output_changes false
  60. \html_math_output 0
  61. \html_css_as_file 0
  62. \html_be_strict false
  63. \end_header
  64. \begin_body
  65. \begin_layout Subsection
  66. Octree > Compute
  67. \end_layout
  68. \begin_layout Standard
  69. \begin_inset CommandInset label
  70. LatexCommand label
  71. name "subsection:computeOctree"
  72. \end_inset
  73. \end_layout
  74. \begin_layout Standard
  75. \begin_inset Index idx
  76. status collapsed
  77. \begin_layout Plain Layout
  78. octree
  79. \end_layout
  80. \end_inset
  81. Cette fonction calcule une structure octree (subdivision récursive de l'espace) pour le ou les nuages de points sélectionnés. Une fois l'octree calculé avec succès, il est affiché automatiquement (Cf. section
  82. \begin_inset space ~
  83. \end_inset
  84. \begin_inset CommandInset ref
  85. LatexCommand ref
  86. reference "subsection:octreeProp"
  87. \end_inset
  88. ).
  89. \begin_inset Newline newline
  90. \end_inset
  91. Remarque : l'utilisateur n'a jamais besoin de déclencher le calcul de l'octree lui même, CloudCompare le fera automatiquement si besoin. Cette fonction permet juste d'afficher l'octree si celui-ci n'a pas déjà été calculé.
  92. \end_layout
  93. \end_body
  94. \end_document