Computer Assited Medical Intervention Tool Kit  version 3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Slots | Public Member Functions | Private Attributes | List of all members
AnsysWidget Class Reference

TODO Comment class here. More...

#include <AnsysWidget.h>

+ Inheritance diagram for AnsysWidget:

Public Slots

void applyChanges ()
 slot called when apply changes is pressed More...
 

Public Member Functions

 AnsysWidget (QWidget *parent=0, AnsysSimulator *sofaSimulator=NULL)
 constructor More...
 
void writeBatch (QString path)
 write text of QTextEdit into file in path More...
 
 ~AnsysWidget ()
 destructor More...
 
- Public Member Functions inherited from SimulatorWidget
 SimulatorWidget (QWidget *parent=0)
 constructor More...
 
virtual ~SimulatorWidget ()
 destructor More...
 

Private Attributes

AnsysSimulatoransysSimulator
 the ansys simulator More...
 
std::string batchFile
 sofa scn file More...
 
Ui::AnsysWidget ui
 the ui widget designed in qtdesigner More...
 

Additional Inherited Members

- Signals inherited from SimulatorWidget
void reload ()
 

Detailed Description

TODO Comment class here.

Constructor & Destructor Documentation

AnsysWidget::AnsysWidget ( QWidget *  parent = 0,
AnsysSimulator sofaSimulator = NULL 
)

constructor

AnsysWidget::~AnsysWidget ( )

destructor

Member Function Documentation

void AnsysWidget::applyChanges ( )
slot

slot called when apply changes is pressed

void AnsysWidget::writeBatch ( QString  path)

write text of QTextEdit into file in path

Member Data Documentation

AnsysSimulator* AnsysWidget::ansysSimulator
private

the ansys simulator

std::string AnsysWidget::batchFile
private

sofa scn file

Ui::AnsysWidget AnsysWidget::ui
private

the ui widget designed in qtdesigner


The documentation for this class was generated from the following file: