29#ifndef _SMESH_ProjectionSource3D_I_HXX_
30#define _SMESH_ProjectionSource3D_I_HXX_
32#include <SALOMEconfig.h>
33#include CORBA_SERVER_HEADER(SMESH_BasicHypothesis)
34#include CORBA_SERVER_HEADER(SMESH_Mesh)
50 public virtual POA_StdMeshers::StdMeshers_ProjectionSource3D,
86 GEOM::GEOM_Object_ptr sourceVertex2,
87 GEOM::GEOM_Object_ptr targetVertex1,
88 GEOM::GEOM_Object_ptr targetVertex2);
112 virtual void LoadFrom(
const char* theStream );
119 std::vector< int > & subIDArray )
const;
123 std::vector< int > & subIDArray );
Definition: SMESH_Gen.hxx:68
Definition: SMESH_Hypothesis_i.hxx:53
This hypothesis specifies a meshed shell or solid to take a mesh pattern from and optionally associat...
Definition: StdMeshers_ProjectionSource3D_i.hxx:52
std::string myShapeEntries[NB_SHAPES]
Definition: StdMeshers_ProjectionSource3D_i.hxx:130
SMESH::SMESH_Mesh_var myCorbaMesh
Definition: StdMeshers_ProjectionSource3D_i.hxx:131
@ TGT_VERTEX2
Definition: StdMeshers_ProjectionSource3D_i.hxx:129
@ SRC_SHAPE3D
Definition: StdMeshers_ProjectionSource3D_i.hxx:129
@ SRC_VERTEX2
Definition: StdMeshers_ProjectionSource3D_i.hxx:129
@ NB_SHAPES
Definition: StdMeshers_ProjectionSource3D_i.hxx:129
@ TGT_VERTEX1
Definition: StdMeshers_ProjectionSource3D_i.hxx:129
@ SRC_VERTEX1
Definition: StdMeshers_ProjectionSource3D_i.hxx:129
CORBA::Boolean IsDimSupported(SMESH::Dimension type)
Verify whether hypothesis supports given entity type.
Definition: StdMeshers_ProjectionSource3D_i.cxx:240
void SetSourceMesh(SMESH::SMESH_Mesh_ptr mesh)
Sets source <mesh> to take a mesh pattern from.
Definition: StdMeshers_ProjectionSource3D_i.cxx:98
GEOM::GEOM_Object_ptr GetSource3DShape()
Returns the source shape.
Definition: StdMeshers_ProjectionSource3D_i.cxx:180
GEOM::GEOM_Object_ptr GetTargetVertex(CORBA::Long i)
Returns the -th target vertex associated with the -th source vertex.
Definition: StdMeshers_ProjectionSource3D_i.cxx:210
virtual char * SaveTo()
Write parameters in a string.
Definition: StdMeshers_ProjectionSource3D_i.cxx:252
void SetVertexAssociation(GEOM::GEOM_Object_ptr sourceVertex1, GEOM::GEOM_Object_ptr sourceVertex2, GEOM::GEOM_Object_ptr targetVertex1, GEOM::GEOM_Object_ptr targetVertex2)
Sets vertex association between the source shape and the target one.
Definition: StdMeshers_ProjectionSource3D_i.cxx:145
SMESH::SMESH_Mesh_ptr GetSourceMesh()
Return source mesh.
Definition: StdMeshers_ProjectionSource3D_i.cxx:131
virtual void LoadFrom(const char *theStream)
Retrieve parameters from the string.
Definition: StdMeshers_ProjectionSource3D_i.cxx:273
GEOM::GEOM_Object_ptr GetSourceVertex(CORBA::Long i)
Returns the -th source vertex associated with the -th target vertex.
Definition: StdMeshers_ProjectionSource3D_i.cxx:195
void SetSource3DShape(GEOM::GEOM_Object_ptr shape)
Sets a source <shape> to take a mesh pattern from.
Definition: StdMeshers_ProjectionSource3D_i.cxx:76
virtual ~StdMeshers_ProjectionSource3D_i()
StdMeshers_ProjectionSource3D_i::~StdMeshers_ProjectionSource3D_i.
Definition: StdMeshers_ProjectionSource3D_i.cxx:66
virtual bool getObjectsDependOn(std::vector< std::string > &entryArray, std::vector< int > &subIDArray) const
Return geometry this hypothesis depends on.
Definition: StdMeshers_ProjectionSource3D_i.cxx:319
StdMeshers_ProjectionSource3D_i(PortableServer::POA_ptr thePOA, ::SMESH_Gen *theGenImpl)
StdMeshers_ProjectionSource3D_i::StdMeshers_ProjectionSource3D_i.
Definition: StdMeshers_ProjectionSource3D_i.cxx:50
virtual bool setObjectsDependOn(std::vector< std::string > &entryArray, std::vector< int > &subIDArray)
Set new geometry instead of that returned by getObjectsDependOn()
Definition: StdMeshers_ProjectionSource3D_i.cxx:335
::StdMeshers_ProjectionSource3D * GetImpl()
StdMeshers_ProjectionSource3D_i::GetImpl.
Definition: StdMeshers_ProjectionSource3D_i.cxx:226
This hypothesis specifies a meshed shell or solid to take a mesh pattern from and optionally associat...
Definition: StdMeshers_ProjectionSource3D.hxx:49
Dimension
Definition: SMESH_Hypothesis.idl:35