VTK
vtkPolynomialSolversUnivariate Member List
This is the complete list of members for vtkPolynomialSolversUnivariate, including all inherited members.
AddObserver(unsigned long event, vtkCommand *, float priority=0.0f)vtkObject
AddObserver(const char *event, vtkCommand *, float priority=0.0f)vtkObject
AddObserver(unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)vtkObject [inline]
AddObserver(unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)vtkObject [inline]
AddObserver(unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)vtkObject [inline]
BreakOnError()vtkObject [static]
CollectRevisions(ostream &)vtkObjectBase [inline, protected, virtual]
DebugvtkObject [protected]
DebugOff()vtkObject [virtual]
DebugOn()vtkObject [virtual]
Delete()vtkObjectBase [virtual]
DivisionTolerancevtkPolynomialSolversUnivariate [protected, static]
FastDelete()vtkObjectBase [virtual]
FerrariSolve(double *c, double *r, int *m, double tol)vtkPolynomialSolversUnivariate [static]
FilterRoots(double *P, int d, double *upperBnds, int rootcount, double diameter)vtkPolynomialSolversUnivariate [static]
GetClassName() const vtkObjectBase
GetCommand(unsigned long tag)vtkObject
GetDebug()vtkObject
GetDivisionTolerance()vtkPolynomialSolversUnivariate [static]
GetGlobalWarningDisplay()vtkObject [static]
GetMTime()vtkObject [virtual]
GetReferenceCount()vtkObjectBase [inline]
GlobalWarningDisplayOff()vtkObject [inline, static]
GlobalWarningDisplayOn()vtkObject [inline, static]
HabichtBisectionSolve(double *P, int d, double *a, double *upperBnds, double tol)vtkPolynomialSolversUnivariate [static]
HabichtBisectionSolve(double *P, int d, double *a, double *upperBnds, double tol, int intervalType)vtkPolynomialSolversUnivariate [static]
HabichtBisectionSolve(double *P, int d, double *a, double *upperBnds, double tol, int intervalType, bool divideGCD)vtkPolynomialSolversUnivariate [static]
HasObserver(unsigned long event, vtkCommand *)vtkObject
HasObserver(const char *event, vtkCommand *)vtkObject
HasObserver(unsigned long event)vtkObject
HasObserver(const char *event)vtkObject
InternalGrabFocus(vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)vtkObject [protected]
InternalReleaseFocus()vtkObject [protected]
InvokeEvent(unsigned long event, void *callData)vtkObject
InvokeEvent(const char *event, void *callData)vtkObject
InvokeEvent(unsigned long event)vtkObject [inline]
InvokeEvent(const char *event)vtkObject [inline]
IsA(const char *type)vtkPolynomialSolversUnivariate [virtual]
IsTypeOf(const char *type)vtkPolynomialSolversUnivariate [static]
LinBairstowSolve(double *c, int d, double *r, double &tolerance)vtkPolynomialSolversUnivariate [static]
Modified()vtkObject [virtual]
MTimevtkObject [protected]
New()vtkPolynomialSolversUnivariate [static]
NewInstance() const vtkPolynomialSolversUnivariate
NewInstanceInternal() const vtkPolynomialSolversUnivariate [protected, virtual]
vtkObjectBase::operator=(const vtkObjectBase &)vtkObjectBase [inline, protected]
Print(ostream &os)vtkObjectBase
PrintHeader(ostream &os, vtkIndent indent)vtkObjectBase [virtual]
PrintPolynomial(ostream &os, double *P, int degP)vtkPolynomialSolversUnivariate [static]
PrintRevisions(ostream &)vtkObjectBase [inline]
PrintSelf(ostream &os, vtkIndent indent)vtkPolynomialSolversUnivariate [virtual]
PrintTrailer(ostream &os, vtkIndent indent)vtkObjectBase [virtual]
ReferenceCountvtkObjectBase [protected]
Register(vtkObjectBase *o)vtkObjectBase [virtual]
RegisterInternal(vtkObjectBase *, int check)vtkObject [protected, virtual]
RemoveAllObservers()vtkObject
RemoveObserver(vtkCommand *)vtkObject
RemoveObserver(unsigned long tag)vtkObject
RemoveObservers(unsigned long event, vtkCommand *)vtkObject
RemoveObservers(const char *event, vtkCommand *)vtkObject
RemoveObservers(unsigned long event)vtkObject
RemoveObservers(const char *event)vtkObject
ReportReferences(vtkGarbageCollector *)vtkObjectBase [protected, virtual]
SafeDownCast(vtkObjectBase *o)vtkPolynomialSolversUnivariate [static]
SetDebug(unsigned char debugFlag)vtkObject
SetDivisionTolerance(double tol)vtkPolynomialSolversUnivariate [static]
SetGlobalWarningDisplay(int val)vtkObject [static]
SetReferenceCount(int)vtkObjectBase
SolveCubic(double c0, double c1, double c2, double c3)vtkPolynomialSolversUnivariate [static]
SolveCubic(double c0, double c1, double c2, double c3, double *r1, double *r2, double *r3, int *num_roots)vtkPolynomialSolversUnivariate [static]
SolveLinear(double c0, double c1)vtkPolynomialSolversUnivariate [static]
SolveLinear(double c0, double c1, double *r1, int *num_roots)vtkPolynomialSolversUnivariate [static]
SolveQuadratic(double c0, double c1, double c2)vtkPolynomialSolversUnivariate [static]
SolveQuadratic(double c0, double c1, double c2, double *r1, double *r2, int *num_roots)vtkPolynomialSolversUnivariate [static]
SolveQuadratic(double *c, double *r, int *m)vtkPolynomialSolversUnivariate [static]
SturmBisectionSolve(double *P, int d, double *a, double *upperBnds, double tol)vtkPolynomialSolversUnivariate [static]
SturmBisectionSolve(double *P, int d, double *a, double *upperBnds, double tol, int intervalType)vtkPolynomialSolversUnivariate [static]
SturmBisectionSolve(double *P, int d, double *a, double *upperBnds, double tol, int intervalType, bool divideGCD)vtkPolynomialSolversUnivariate [static]
SubjectHelpervtkObject [protected]
Superclass typedefvtkPolynomialSolversUnivariate
TartagliaCardanSolve(double *c, double *r, int *m, double tol)vtkPolynomialSolversUnivariate [static]
UnRegister(vtkObjectBase *o)vtkObjectBase [virtual]
UnRegisterInternal(vtkObjectBase *, int check)vtkObject [protected, virtual]
vtkObject()vtkObject [protected]
vtkObjectBase()vtkObjectBase [protected]
vtkObjectBase(const vtkObjectBase &)vtkObjectBase [inline, protected]
vtkPolynomialSolversUnivariate()vtkPolynomialSolversUnivariate [inline, protected]
WeakPointersvtkObjectBase [protected]
~vtkObject()vtkObject [protected, virtual]
~vtkObjectBase()vtkObjectBase [protected, virtual]
~vtkPolynomialSolversUnivariate()vtkPolynomialSolversUnivariate [inline, protected]