Version: 9.12.0
SALOMEDS_Client.cxx File Reference
#include <SALOMEconfig.h>
#include <CORBA_SERVER_HEADER(SALOMEDS)>
#include "SALOMEDS_AttributeName_i.hxx"
#include "SALOME_KernelServices.hxx"
#include "ArgvKeeper.hxx"
#include "Basics_Utils.hxx"
#include "OpUtil.hxx"
#include "utilities.h"
#include "HDFOI.hxx"
Include dependency graph for SALOMEDS_Client.cxx:

Functions

static void DumpComponent (SALOMEDS::SObject_ptr SO, int offset)
 Function : Purpose : More...
 
static void DumpStudy ()
 Function : Purpose : More...
 
static void Test ()
 Function : Purpose : More...
 
int main (int argc, char **argv)
 

Function Documentation

◆ DumpComponent()

static void DumpComponent ( SALOMEDS::SObject_ptr  SO,
int  offset 
)
static

Function : Purpose :

References KERNEL::getStudyServant(), MESSAGE, and SALOME_ModuleCatalog::SO.

Referenced by DumpStudy().

◆ DumpStudy()

static void DumpStudy ( )
static

Function : Purpose :

References DumpComponent(), KERNEL::getStudyServant(), MESSAGE, pythfilter::name, and SALOME_UNUSED.

Referenced by Test().

◆ main()

int main ( int  argc,
char **  argv 
)

◆ Test()