#include "SMESH_PythonDump.hxx"
#include "SMESH_2smeshpy.hxx"
#include "SMESH_Comment.hxx"
#include "SMESH_Filter_i.hxx"
#include "SMESH_Gen_i.hxx"
#include "SMESH_MeshEditor_i.hxx"
#include <SALOMEDS_wrap.hxx>
#include <LDOMParser.hxx>
#include <Resource_DataMapIteratorOfDataMapOfAsciiStringAsciiString.hxx>
#include <TColStd_HSequenceOfInteger.hxx>
#include <TCollection_AsciiString.hxx>
#include "SMESH_TryCatch.hxx"
Namespaces | |
namespace | SMESH |
Functions | |
template<class TArray > | |
void | SMESH::DumpArray (const TArray &theArray, TPythonDump &theStream) |
TCollection_AsciiString | SMESH::myLongStringStart ("TPythonDump::LongStringStart") |
TCollection_AsciiString | SMESH::myLongStringEnd ("TPythonDump::LongStringEnd") |
void | SMESH::printException (const char *text) |
void | RemoveTabulation (TCollection_AsciiString &theScript) |
Handle (TColStd_HSequenceOfInteger) FindEntries(TCollection_AsciiString &theString) | |
FindEntries: Returns a sequence of start/end positions of entries in the string. More... | |
Variables | |
static int | MYDEBUG = 0 |
const char | SMESH::theNotPublishedObjectName [] = "__NOT__Published__Object__" |
Handle | ( | TColStd_HSequenceOfInteger | ) |
FindEntries: Returns a sequence of start/end positions of entries in the string.
References Handle().
void RemoveTabulation | ( | TCollection_AsciiString & | theScript | ) |
|
static |