Skip to content

Commit

Permalink
Add a short description for building with a custom split criterion.
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonCampolattaro committed Aug 24, 2020
1 parent 3f9ae5f commit 910daba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Octree/doc/Octree/Octree.txt
Expand Up @@ -65,6 +65,10 @@ The split criterion is manually constructed and passed to the refine method.

\subsubsection Section_Octree_Custom_Split_Criterion Building an Octree with a Custom Split Criterion

It's very easy to create your own criterion if the existing ones don't match your needs.
For example, you might design a criterion which only splits nodes that contain exactly 4 points.
\todo Link to SplitCriterion concept

\b Example

This example illustrates how to refine an octree using a split criterion that isn't provided by default.
Expand Down

0 comments on commit 910daba

Please sign in to comment.