23#ifndef _SMESH_QUADRANGLEPARAMS_I_HXX_
24#define _SMESH_QUADRANGLEPARAMS_I_HXX_
28#include <SALOMEconfig.h>
29#include CORBA_SERVER_HEADER(SMESH_BasicHypothesis)
38 public virtual POA_StdMeshers::StdMeshers_QuadrangleParams,
49 void SetTriaVertex (CORBA::Long vertID);
52 CORBA::Long GetTriaVertex();
55 void SetObjectEntry (
const char* theEntry);
58 char* GetObjectEntry();
67 void SetEnforcedNodes(
const GEOM::ListOfGO& vertices,
71 void GetEnforcedNodes(GEOM::ListOfGO_out vertices, SMESH::nodes_array_out points);
90 virtual void LoadFrom(
const char* theStream );
97 std::vector< int > & subIDArray )
const;
101 std::vector< int > & subIDArray );
#define STDMESHERS_I_EXPORT
Definition: SMESH_StdMeshers_I.hxx:38
Definition: SMESH_Gen.hxx:68
Definition: SMESH_Hypothesis_i.hxx:53
virtual bool setObjectsDependOn(std::vector< std::string > &entryArray, std::vector< int > &subIDArray)=0
virtual void LoadFrom(const char *theStream)
SMESH_Hypothesis_i::LoadFrom.
Definition: SMESH_Hypothesis_i.cxx:288
::SMESH_Hypothesis * GetImpl()
SMESH_Hypothesis_i::GetImpl.
Definition: SMESH_Hypothesis_i.cxx:236
virtual char * SaveTo()
SMESH_Hypothesis_i::SaveTo.
Definition: SMESH_Hypothesis_i.cxx:262
virtual bool getObjectsDependOn(std::vector< std::string > &entryArray, std::vector< int > &subIDArray) const =0
Definition: StdMeshers_QuadrangleParams_i.hxx:40
std::vector< std::string > myShapeEntries
Definition: StdMeshers_QuadrangleParams_i.hxx:104
Definition: StdMeshers_QuadrangleParams.hxx:45
Dimension
Definition: SMESH_Hypothesis.idl:35
sequence< string > string_array
Definition: SMESH_Mesh.idl:46
sequence< PointStruct > nodes_array
Definition: SMESH_Mesh.idl:97
sequence< long > long_array
Definition: SMESH_Mesh.idl:44
QuadType
StdMeshers_QuadrangleParams: interface of "Quadrangle Params" hypothesis.
Definition: SMESH_BasicHypothesis.idl:773