#include <VISU_Evolution.h>
Public Member Functions | |
| VISU_Evolution (_PTR(Study) theStudy, VISU::XYPlot_ptr theXYPlot=VISU::XYPlot::_nil()) | |
| ~VISU_Evolution () | |
| virtual VISU::VISUType | GetType () |
| _PTR (Study) getStudy() const | |
| bool | setField (_PTR(SObject) theField) |
| bool | setField (SALOMEDS::SObject_ptr theField) |
| int | getNbPoints () const |
| void | setPointId (int thePointId) |
| int | getPointId () const |
| void | setComponentId (int theComponentId) |
| int | getComponentId () const |
| bool | showEvolution () |
| void | setViewer (Plot2d_ViewFrame *theView) |
| Plot2d_ViewFrame * | getViewer () const |
| VISU::Result_i * | getResult () const |
| const VISU::PFieldImpl & | getField () const |
| std::string | getFieldEntry () const |
| std::string | getEvolutionEntry () const |
| std::string | getMeshName () const |
| VISU::TEntity | getEntity () const |
| std::string | getFieldName () const |
| const VISU::TimeStampDataList & | getTimeStampDataList () const |
| const VISU::ComponentDataList & | getComponentDataList () const |
| void | restoreFromStudy (SALOMEDS::SObject_ptr theObj) |
| void | restoreFromStudy (_PTR(SObject) theObj) |
Protected Member Functions | |
| bool | _showEvolution () |
Private Member Functions | |
| bool | extractData (int thePointId, int theComponentId, VISU::TimeStampValueList &theTimeStampValueList) |
| _PTR (Study) myStudy | |
| _PTR (SObject) myField | |
Private Attributes | |
| int | myPointId |
| int | myComponentId |
| Plot2d_ViewFrame * | myView |
| VISU::Result_i * | myResult |
| VISU::PFieldImpl | myFieldImpl |
| std::string | myFieldEntry |
| std::string | myEvolutionEntry |
| std::string | myMeshName |
| VISU::TEntity | myEntity |
| std::string | myFieldName |
| VISU::TimeStampDataList | myTimeStampDataList |
| VISU::ComponentDataList | myComponentDataList |
| VISU_Evolution::VISU_Evolution | ( | _PTR(Study) | theStudy, |
| VISU::XYPlot_ptr | theXYPlot = VISU::XYPlot::_nil() |
||
| ) |
| VISU_Evolution::~VISU_Evolution | ( | ) |
| bool VISU_Evolution::_showEvolution | ( | ) | [protected] |
References _PTR(), batchmode_visu_view3d.aCurve, VISU_Example_09.aTableObject, VISU.ClientSObjectToObject(), VISU.CreateAttributes(), VISU.CreatePlot(), VISU.VISU_Gen_i.CreateTable(), extractData(), VISU.GenerateName(), VISU.GetServant(), VISU.Storable.GetStorableMap(), getViewer(), VISU.Base_i.GetVisuGenImpl(), myComponentDataList, myComponentId, myEvolutionEntry, visu_prs_example.myField, myFieldName, myPointId, visu_big_table.myStudy, myTimeStampDataList, VISU.NO_ICON, VISU.NO_IOR, VISU.NO_PERFSITENT_REF, and VISU.PlotRemoveCurve().
| virtual VISU::VISUType VISU_Evolution.GetType | ( | ) | [virtual] |
References VISU.TNONE.
| VISU_Evolution._PTR | ( | Study | ) | const |
References visu_big_table.myStudy.
| bool VISU_Evolution::setField | ( | _PTR(SObject) | theField | ) |
References visu_cache.aResult, VISU.FindResult(), VISU.Result_i.GetInput(), VISU.GetServant(), VISU.GetSObject(), VISU.Storable.GetStorableMap(), myComponentDataList, myEntity, visu_prs_example.myField, myFieldEntry, myFieldImpl, myFieldName, myMeshName, myResult, VISU.NODE_ENTITY, VISU.Storable.RestoringMap2Type(), and VISU.TFIELD.
| bool VISU_Evolution::setField | ( | SALOMEDS::SObject_ptr | theField | ) |
References _PTR(), visu_big_table.myStudy, and setField().
| int VISU_Evolution::getNbPoints | ( | ) | const |
References VISU.Result_i.GetInput(), myEntity, myFieldImpl, myFieldName, myMeshName, and myResult.
| void VISU_Evolution::setPointId | ( | int | thePointId | ) |
References myPointId.
| int VISU_Evolution.getPointId | ( | ) | const |
| void VISU_Evolution::setComponentId | ( | int | theComponentId | ) |
References myComponentId.
| int VISU_Evolution.getComponentId | ( | ) | const |
| bool VISU_Evolution::showEvolution | ( | ) |
References _showEvolution().
| void VISU_Evolution.setViewer | ( | Plot2d_ViewFrame * | theView | ) |
References batchmode_visu_view3d.myView.
| Plot2d_ViewFrame* VISU_Evolution.getViewer | ( | ) | const |
References batchmode_visu_view3d.myView.
| VISU::Result_i* VISU_Evolution.getResult | ( | ) | const |
References batchmode_visu_view3d.myResult.
| const VISU::PFieldImpl& VISU_Evolution.getField | ( | ) | const |
| std::string VISU_Evolution.getFieldEntry | ( | ) | const |
| std::string VISU_Evolution.getEvolutionEntry | ( | ) | const |
| std::string VISU_Evolution.getMeshName | ( | ) | const |
References VISU_Example_01.myMeshName.
| VISU::TEntity VISU_Evolution.getEntity | ( | ) | const |
| std::string VISU_Evolution.getFieldName | ( | ) | const |
References batchmode_visu_view3d.myFieldName.
| const VISU::TimeStampDataList& VISU_Evolution.getTimeStampDataList | ( | ) | const |
| const VISU::ComponentDataList& VISU_Evolution.getComponentDataList | ( | ) | const |
| void VISU_Evolution::restoreFromStudy | ( | SALOMEDS::SObject_ptr | theObj | ) |
References _PTR(), and visu_big_table.myStudy.
| void VISU_Evolution::restoreFromStudy | ( | _PTR(SObject) | theObj | ) |
| bool VISU_Evolution::extractData | ( | int | thePointId, |
| int | theComponentId, | ||
| VISU::TimeStampValueList & | theTimeStampValueList | ||
| ) | [private] |
References VISU.Result_i.GetInput(), myComponentDataList, myEntity, myFieldImpl, myFieldName, myMeshName, myResult, and myTimeStampDataList.
| VISU_Evolution._PTR | ( | Study | ) | [private] |
| VISU_Evolution._PTR | ( | SObject | ) | [private] |
int VISU_Evolution.myPointId [private] |
int VISU_Evolution.myComponentId [private] |
Plot2d_ViewFrame* VISU_Evolution.myView [private] |
VISU::Result_i* VISU_Evolution.myResult [private] |
VISU::PFieldImpl VISU_Evolution.myFieldImpl [private] |
std::string VISU_Evolution.myFieldEntry [private] |
std::string VISU_Evolution.myEvolutionEntry [private] |
std::string VISU_Evolution.myMeshName [private] |
VISU::TEntity VISU_Evolution.myEntity [private] |
std::string VISU_Evolution.myFieldName [private] |