Public Types | |
enum | Type |
Public Member Functions | |
YSurf (Type type, FailCrit const &FCrit, REAL MinP=1.0e-3) | |
~YSurf () | |
YSurf & | SetAlpha (REAL Alpha) |
YSurf & | SetBeta (REAL Beta) |
YSurf & | SetL (REAL L) |
YSurf & | SetPc (REAL Pc) |
YSurf & | SetColor (String const &Color) |
YSurf & | SetOpac (REAL Opacity) |
YSurf & | NormHH (bool NormalizeHH) |
YSurf & | HHScale (REAL ScaleFactor) |
YSurf & | HHyfTol (REAL YieldFuncTol) |
YSurf & | CPartWire (bool UseWire) |
YSurf & | CPartColor (char const *Color) |
YSurf & | CPartOpac (REAL Opacity) |
REAL | Func (REAL SI, REAL SII, REAL SIII, REAL *Grad=NULL) |
String | Name () const |
vtkActor * | GenIsoSurf (int nPoints) |
vtkActor * | GenHedgeHog (int nPoints) |
CutClip * | AddOctPlane (REAL p, bool Positive=true) |
void | AddActorsTo (VTKWin &Win) |
void | DelActorsFrom (VTKWin &Win) |
vtkActor * | GetHHActor () |
void | DelHedgeHog () |
Private Attributes | |
Type | _type |
FailCrit const & | _fcrit |
REAL | _alpha |
REAL | _beta |
REAL | _L |
REAL | _Pc |
REAL | _min_P |
String | _ycolor |
REAL | _yopac |
SGridIsoSurf * | _ysgiso |
HedgeHog * | _hh |
CutClip * | _cc |
bool | _cpart_wire |
String | _cpart_color |
REAL | _cpart_opac |
bool | _hh_norm |
REAL | _hh_sf |
REAL | _hh_yf_tol |
Static Private Attributes | |
static REAL | BIGNUM = 1.0e+10 |
static REAL | SMMINSIG = 1.0e-4 |
static REAL | Q_MIN = 1.0e-7 |
Definition at line 66 of file ysurf.h.