#include <StdMeshersGUI_DistrPreview.h>
Enumerator |
---|
EXPONENT |
|
CUT_NEGATIVE |
|
StdMeshersGUI_DistrPreview::StdMeshersGUI_DistrPreview |
( |
QWidget * |
p, |
|
|
StdMeshers::StdMeshers_NumberOfSegments_ptr |
h |
|
) |
| |
StdMeshersGUI_DistrPreview::~StdMeshersGUI_DistrPreview |
( |
| ) |
|
|
virtual |
double StdMeshersGUI_DistrPreview::calc |
( |
bool & |
ok | ) |
|
|
private |
bool StdMeshersGUI_DistrPreview::convert |
( |
double & |
v | ) |
const |
|
protectedvirtual |
QString StdMeshersGUI_DistrPreview::function |
( |
| ) |
const |
double StdMeshersGUI_DistrPreview::funcValue |
( |
const double |
t, |
|
|
bool & |
ok |
|
) |
| |
|
protectedvirtual |
StdMeshersGUI_DistrPreview::Handle |
( |
ExprIntrp_GenExp |
| ) |
|
|
private |
bool StdMeshersGUI_DistrPreview::init |
( |
const QString & |
str | ) |
|
|
protectedvirtual |
bool StdMeshersGUI_DistrPreview::isDone |
( |
| ) |
const |
bool StdMeshersGUI_DistrPreview::isTableFunc |
( |
| ) |
const |
int StdMeshersGUI_DistrPreview::nbSeg |
( |
| ) |
const |
int StdMeshersGUI_DistrPreview::pointsCount |
( |
| ) |
const |
void StdMeshersGUI_DistrPreview::setConversion |
( |
Conversion |
conv, |
|
|
const bool |
upd = true |
|
) |
| |
bool StdMeshersGUI_DistrPreview::setParams |
( |
const QString & |
func, |
|
|
const int |
nbSeg, |
|
|
const int |
points = 50 , |
|
|
const bool |
upd = true |
|
) |
| |
void StdMeshersGUI_DistrPreview::showError |
( |
| ) |
|
|
private |
void StdMeshersGUI_DistrPreview::update |
( |
| ) |
|
|
protected |
References convert(), createTable(), Handle(), isTableFunc(), myConv, myDensity, myDistr, myFunction, myHypo, myIsDone, myMsg, myNbSeg, myTableFunc, OCC_CATCH_SIGNALS, and showError().
Referenced by setConversion(), and setParams().
QwtPlotCurve* StdMeshersGUI_DistrPreview::myDensity |
|
private |
QwtPlotCurve* StdMeshersGUI_DistrPreview::myDistr |
|
private |
QString StdMeshersGUI_DistrPreview::myFunction |
|
private |
StdMeshers::StdMeshers_NumberOfSegments_var StdMeshersGUI_DistrPreview::myHypo |
|
private |
bool StdMeshersGUI_DistrPreview::myIsDone |
|
private |
bool StdMeshersGUI_DistrPreview::myIsTable |
|
private |
QwtPlotMarker* StdMeshersGUI_DistrPreview::myMsg |
|
private |
int StdMeshersGUI_DistrPreview::myNbSeg |
|
private |
int StdMeshersGUI_DistrPreview::myPoints |
|
private |
TColStd_Array1OfReal StdMeshersGUI_DistrPreview::myValues |
|
private |
Expr_Array1OfNamedUnknown StdMeshersGUI_DistrPreview::myVars |
|
private |