idl/SMESH_Gen.idl File Reference

#include "SALOME_Exception.idl"
#include "SALOME_Component.idl"
#include "SALOMEDS.idl"
#include "GEOM_Gen.idl"
import "SMESH_Mesh.idl";
import "SMESH_Hypothesis.idl";

Include dependency graph for SMESH_Gen.idl:

Go to the source code of this file.

Namespaces

namespace  SMESH

Data Structures

struct  SMESH.AlgoStateError
struct  SMESH.ComputeError
interface  SMESH.SMESH_Gen

Typedefs

typedef sequence< GEOM::GEOM_Object > SMESH.object_array
typedef sequence< SMESH_MeshSMESH.mesh_array
typedef sequence< AlgoStateError > SMESH.algo_error_array
typedef sequence< ComputeError > SMESH.compute_error_array

Enumerations

enum  SMESH.ComputeErrorName {
  SMESH.COMPERR_OK, SMESH.COMPERR_BAD_INPUT_MESH, SMESH.COMPERR_STD_EXCEPTION, SMESH.COMPERR_OCC_EXCEPTION,
  SMESH.COMPERR_SLM_EXCEPTION, SMESH.COMPERR_EXCEPTION, SMESH.COMPERR_MEMORY_PB, SMESH.COMPERR_ALGO_FAILED,
  SMESH.COMPERR_BAD_SHAPE
}