HDK
|
#include <GU_ScatteredInterpHyperplane.h>
Public Member Functions | |
Parms () | |
Public Attributes | |
bool | theClampInput |
GU_ScatteredInterpType | theFormulationType |
GU_LeastSquaresSolverType | theSolverType |
fpreal | theDamping |
int | theMaxIterations |
Definition at line 36 of file GU_ScatteredInterpHyperplane.h.
|
inline |
Definition at line 46 of file GU_ScatteredInterpHyperplane.h.
bool GU_ScatteredInterpHyperplane::Parms::theClampInput |
Definition at line 38 of file GU_ScatteredInterpHyperplane.h.
fpreal GU_ScatteredInterpHyperplane::Parms::theDamping |
Definition at line 43 of file GU_ScatteredInterpHyperplane.h.
GU_ScatteredInterpType GU_ScatteredInterpHyperplane::Parms::theFormulationType |
Definition at line 39 of file GU_ScatteredInterpHyperplane.h.
int GU_ScatteredInterpHyperplane::Parms::theMaxIterations |
Definition at line 44 of file GU_ScatteredInterpHyperplane.h.
GU_LeastSquaresSolverType GU_ScatteredInterpHyperplane::Parms::theSolverType |
Definition at line 42 of file GU_ScatteredInterpHyperplane.h.