![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <BinaryNode.h>
Static Public Member Functions | |
| static int | CenterCount (int depth) |
| static int | CornerCount (int depth) |
| static int | CumulativeCenterCount (int maxDepth) |
| static int | CumulativeCornerCount (int maxDepth) |
| static int | CenterIndex (int depth, int offSet) |
| static int | CornerIndex (int depth, int offSet) |
| static int | CornerIndex (int maxDepth, int depth, int offSet, int forwardCorner) |
| template<class Real > | |
| static Real | Width (int depth) |
| template<class Real > | |
| static void | CenterAndWidth (int depth, int offset, Real ¢er, Real &width) |
| template<class Real > | |
| static void | CornerAndWidth (int depth, int offset, Real &corner, Real &width) |
| template<class Real > | |
| static void | CenterAndWidth (int idx, Real ¢er, Real &width) |
| template<class Real > | |
| static void | CornerAndWidth (int idx, Real &corner, Real &width) |
| static void | CenterDepthAndOffset (int idx, int &depth, int &offset) |
| static void | CornerDepthAndOffset (int idx, int &depth, int &offset) |
Definition at line 32 of file BinaryNode.h.
|
inlinestatic |
Definition at line 44 of file BinaryNode.h.
Referenced by CenterAndWidth().
|
inlinestatic |
Definition at line 46 of file BinaryNode.h.
References CenterAndWidth(), CenterDepthAndOffset(), offset, and width.
|
inlinestatic |
Definition at line 35 of file BinaryNode.h.
Referenced by BSplineData< Degree >::TotalSampleCount().
|
inlinestatic |
Definition at line 58 of file BinaryNode.h.
References offset.
Referenced by CenterAndWidth(), and BSplineData< Degree >::FactorFunctionIndex().
|
inlinestatic |
Definition at line 39 of file BinaryNode.h.
Referenced by BSplineData< Degree >::FunctionIndex().
|
inlinestatic |
Definition at line 45 of file BinaryNode.h.
Referenced by CornerAndWidth().
|
inlinestatic |
Definition at line 52 of file BinaryNode.h.
References CornerAndWidth(), CornerDepthAndOffset(), offset, and width.
|
inlinestatic |
Definition at line 36 of file BinaryNode.h.
Referenced by BSplineData< Degree >::TotalSampleCount().
|
inlinestatic |
Definition at line 63 of file BinaryNode.h.
References offset.
Referenced by CornerAndWidth(), and BSplineData< Degree >::FactorFunctionIndex().
|
inlinestatic |
Definition at line 40 of file BinaryNode.h.
Referenced by BSplineData< Degree >::FunctionIndex().
|
inlinestatic |
Definition at line 42 of file BinaryNode.h.
|
inlinestatic |
Definition at line 37 of file BinaryNode.h.
Referenced by BSplineData< Degree >::TotalFunctionCount().
|
inlinestatic |
Definition at line 38 of file BinaryNode.h.
Referenced by BSplineData< Degree >::TotalFunctionCount().
|
inlinestatic |
Definition at line 43 of file BinaryNode.h.