repo.or.cz
/
ProjetInfo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merging vector-Rn dans master : resolution des conflits
[ProjetInfo.git]
/
CONCEPTION_CLASSES_txt
blob
1231d17a43a80fff09d0733d36b9ba954f8c354d
1
Description inspirée d'UML des classes utilisées.
2
3
Petite légende :
4
nom() : méthode
5
nom : attribut
6
+nom : attribut privé
7
-nom : attribut public (inexistant)
8
+nom() : méthode publique
9
-nom() : méthode privée
10
11
-- version texte
12
13
classe Vector
14
+m_components (std::vector<double>)
15
----------------
16
+addComponent()
17
+show() const
18
+equals() const