forked from MRChemSoft/mrcpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request MRChemSoft#222 from Gabrielgerez/boundingbox-docs
Bounding box is documented
- Loading branch information
Showing
4 changed files
with
180 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--------------------- | ||
BoundingBox | ||
--------------------- | ||
|
||
This is an introduction to the BoundingBox class. We write a small overarching summary of the class where we define the | ||
algorithm/equation/structure reasoning for having this class or where it fits with the rest of the code. | ||
|
||
.. doxygenclass:: mrcpp::BoundingBox | ||
:members: | ||
:protected-members: | ||
:private-members: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ TODO: maybe add some low level theory/figures/algorithms before showing classes, | |
|
||
MWTree | ||
MWNode | ||
BoundingBox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters