#include <SPADDERPluginTester_i.hxx>
Public Member Functions | |
SPADDERPluginTester_i (CORBA::ORB_ptr orb, PortableServer::POA_ptr poa, PortableServer::ObjectId *contId, const char *instanceName, const char *interfaceName) | |
Constructor for component "SPADDER" instance. More... | |
virtual | ~SPADDERPluginTester_i () |
Destructor for component "SPADDER" instance. More... | |
void | demo (CORBA::Double a, CORBA::Double b, CORBA::Double &c) |
This test is just to check the component SPADDER. More... | |
bool | testkernel () |
bool | testsmesh (CORBA::Long studyId) |
This test checks the constructor of the basic classes of the SMESH plugin for PADDER. More... | |
SPADDERPluginTester_i::SPADDERPluginTester_i | ( | CORBA::ORB_ptr | orb, |
PortableServer::POA_ptr | poa, | ||
PortableServer::ObjectId * | contId, | ||
const char * | instanceName, | ||
const char * | interfaceName | ||
) |
Constructor for component "SPADDER" instance.
References LOG.
|
virtual |
Destructor for component "SPADDER" instance.
void SPADDERPluginTester_i::demo | ( | CORBA::Double | a, |
CORBA::Double | b, | ||
CORBA::Double & | c | ||
) |
This test is just to check the component SPADDER.
bool SPADDERPluginTester_i::testkernel | ( | ) |
bool SPADDERPluginTester_i::testsmesh | ( | CORBA::Long | studyId | ) |
This test checks the constructor of the basic classes of the SMESH plugin for PADDER.
References SMESH_Gen_i::GetNS(), and SMESH_Gen_i::GetSMESHGen().