Trees | Indices | Help |
|
---|
|
object --+ | GeomAnalyzerBase
Base class of all geometry analyzer classes
All subclasses are expected to define two private methods:
_precalc
GeomCalc
object to register wanted geometry calculations.
_postcalc
GeomCalc
object to finish the particular analysis calculation. And the
results should are saved in the self._result
In between the _precalc
and _postcalc
calls, the GeomCalc
object will be called (outside the
analyzer class) for the current frame to calculate all requested
geometry calculation. Also see the docstring of the
analyze
function below.
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
|
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 2 06:33:08 2017 | http://epydoc.sourceforge.net |