Cite This Page
Bibliographic details for Documentation/Nightly/Developers/Tutorials/CxxTests
- Page name: Documentation/Nightly/Developers/Tutorials/CxxTests
- Author: Slicer Wiki contributors
- Publisher: Slicer Wiki, .
- Date of last revision: 28 March 2015 01:51 UTC
- Date retrieved: 19 March 2026 07:57 UTC
- Permanent URL: https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/CxxTests&oldid=41172
- Page Version ID: 41172
Citation styles for Documentation/Nightly/Developers/Tutorials/CxxTests
APA style
Documentation/Nightly/Developers/Tutorials/CxxTests. (2015, March 28). Slicer Wiki, . Retrieved 07:57, March 19, 2026 from https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/CxxTests&oldid=41172.
MLA style
"Documentation/Nightly/Developers/Tutorials/CxxTests." Slicer Wiki, . 28 Mar 2015, 01:51 UTC. 19 Mar 2026, 07:57 <https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/CxxTests&oldid=41172>.
MHRA style
Slicer Wiki contributors, 'Documentation/Nightly/Developers/Tutorials/CxxTests', Slicer Wiki, , 28 March 2015, 01:51 UTC, <https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/CxxTests&oldid=41172> [accessed 19 March 2026]
Chicago style
Slicer Wiki contributors, "Documentation/Nightly/Developers/Tutorials/CxxTests," Slicer Wiki, , https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/CxxTests&oldid=41172 (accessed March 19, 2026).
CBE/CSE style
Slicer Wiki contributors. Documentation/Nightly/Developers/Tutorials/CxxTests [Internet]. Slicer Wiki, ; 2015 Mar 28, 01:51 UTC [cited 2026 Mar 19]. Available from: https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/CxxTests&oldid=41172.
Bluebook style
Documentation/Nightly/Developers/Tutorials/CxxTests, https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/CxxTests&oldid=41172 (last visited March 19, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Slicer Wiki",
title = "Documentation/Nightly/Developers/Tutorials/CxxTests --- Slicer Wiki{,} ",
year = "2015",
url = "https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/CxxTests&oldid=41172",
note = "[Online; accessed 19-March-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "Slicer Wiki",
title = "Documentation/Nightly/Developers/Tutorials/CxxTests --- Slicer Wiki{,} ",
year = "2015",
url = "\url{https://www.slicer.org/w/index.php?title=Documentation/Nightly/Developers/Tutorials/CxxTests&oldid=41172}",
note = "[Online; accessed 19-March-2026]"
}