Version: 9.16.0
StdMeshers_ProjectionSource1D_i.hxx
Go to the documentation of this file.
1// Copyright (C) 2007-2026 CEA, EDF, OPEN CASCADE
2//
3// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5//
6// This library is free software; you can redistribute it and/or
7// modify it under the terms of the GNU Lesser General Public
8// License as published by the Free Software Foundation; either
9// version 2.1 of the License, or (at your option) any later version.
10//
11// This library is distributed in the hope that it will be useful,
12// but WITHOUT ANY WARRANTY; without even the implied warranty of
13// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14// Lesser General Public License for more details.
15//
16// You should have received a copy of the GNU Lesser General Public
17// License along with this library; if not, write to the Free Software
18// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19//
20// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21//
22
23// SMESH SMESH_I : idl implementation based on 'SMESH' unit's classes
24// File : StdMeshers_ProjectionSource1D_i.hxx
25// Author : Edward AGAPOV
26// Module : SMESH
27//
28#ifndef _SMESH_ProjectionSource1D_I_HXX_
29#define _SMESH_ProjectionSource1D_I_HXX_
30
31#include <SALOMEconfig.h>
32#include CORBA_SERVER_HEADER(SMESH_BasicHypothesis)
33#include CORBA_SERVER_HEADER(SMESH_Mesh)
34
37
38class SMESH_Gen;
39
40// =========================================================
46// =========================================================
47
49 public virtual POA_StdMeshers::StdMeshers_ProjectionSource1D,
50 public virtual SMESH_Hypothesis_i
51{
52public:
53 // Constructor
54 StdMeshers_ProjectionSource1D_i( PortableServer::POA_ptr thePOA,
55 ::SMESH_Gen* theGenImpl );
56 // Destructor
58
62 void SetSourceEdge(GEOM::GEOM_Object_ptr edge);
63
67 GEOM::GEOM_Object_ptr GetSourceEdge();
68
72 void SetSourceMesh(SMESH::SMESH_Mesh_ptr mesh);
73
77 SMESH::SMESH_Mesh_ptr GetSourceMesh();
78
83 void SetVertexAssociation(GEOM::GEOM_Object_ptr sourceVertex,
84 GEOM::GEOM_Object_ptr targetVertex);
85
90 GEOM::GEOM_Object_ptr GetSourceVertex();
91
96 GEOM::GEOM_Object_ptr GetTargetVertex();
97
98 // Get implementation
100
101 // Verify whether hypothesis supports given entity type
102 CORBA::Boolean IsDimSupported( SMESH::Dimension type );
103
104
105 // Redefined Persistence
106 virtual char* SaveTo();
107 virtual void LoadFrom( const char* theStream );
108
109 // Methods for copying mesh definition to other geometry
110
111 // Return geometry this hypothesis depends on. Return false if there is no geometry parameter
112 virtual bool getObjectsDependOn( std::vector< std::string > & entryArray,
113 std::vector< int > & subIDArray ) const;
114
115 // Set new geometry instead of that returned by getObjectsDependOn()
116 virtual bool setObjectsDependOn( std::vector< std::string > & entryArray,
117 std::vector< int > & subIDArray );
118private:
119 // keep entries because the same shape can be published several times with
120 // different names and in this case a correct name can't be restored by a TopoDS_Shape
121 // kept by ::StdMeshers_ProjectionSource1D
124 SMESH::SMESH_Mesh_var myCorbaMesh;
125};
126
127#endif
Definition: SMESH_Gen.hxx:68
Definition: SMESH_Hypothesis_i.hxx:53
This hypothesis specifies a meshed edge to take a mesh pattern from and optionally association of ver...
Definition: StdMeshers_ProjectionSource1D_i.hxx:51
GEOM::GEOM_Object_ptr GetSourceVertex()
Returns the vertex associated with the target vertex.
Definition: StdMeshers_ProjectionSource1D_i.cxx:184
SMESH::SMESH_Mesh_var myCorbaMesh
Definition: StdMeshers_ProjectionSource1D_i.hxx:124
GEOM::GEOM_Object_ptr GetSourceEdge()
Returns the source edge or a group containing edges.
Definition: StdMeshers_ProjectionSource1D_i.cxx:169
SMESH::SMESH_Mesh_ptr GetSourceMesh()
Return source mesh.
Definition: StdMeshers_ProjectionSource1D_i.cxx:157
virtual bool getObjectsDependOn(std::vector< std::string > &entryArray, std::vector< int > &subIDArray) const
Return geometry this hypothesis depends on.
Definition: StdMeshers_ProjectionSource1D_i.cxx:305
virtual char * SaveTo()
Write parameters in a string.
Definition: StdMeshers_ProjectionSource1D_i.cxx:241
virtual ~StdMeshers_ProjectionSource1D_i()
StdMeshers_ProjectionSource1D_i::~StdMeshers_ProjectionSource1D_i.
Definition: StdMeshers_ProjectionSource1D_i.cxx:66
CORBA::Boolean IsDimSupported(SMESH::Dimension type)
Verify whether hypothesis supports given entity type.
Definition: StdMeshers_ProjectionSource1D_i.cxx:229
void SetSourceEdge(GEOM::GEOM_Object_ptr edge)
Sets source <edge> or a group containing edges to take a mesh pattern from.
Definition: StdMeshers_ProjectionSource1D_i.cxx:76
virtual void LoadFrom(const char *theStream)
Retrieve parameters from the string.
Definition: StdMeshers_ProjectionSource1D_i.cxx:262
void SetSourceMesh(SMESH::SMESH_Mesh_ptr mesh)
Sets source <mesh> to take a mesh pattern from.
Definition: StdMeshers_ProjectionSource1D_i.cxx:124
::StdMeshers_ProjectionSource1D * GetImpl()
StdMeshers_ProjectionSource1D_i::GetImpl.
Definition: StdMeshers_ProjectionSource1D_i.cxx:215
std::string myShapeEntries[NB_SHAPES]
Definition: StdMeshers_ProjectionSource1D_i.hxx:123
StdMeshers_ProjectionSource1D_i(PortableServer::POA_ptr thePOA, ::SMESH_Gen *theGenImpl)
StdMeshers_ProjectionSource1D_i::StdMeshers_ProjectionSource1D_i.
Definition: StdMeshers_ProjectionSource1D_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_ProjectionSource1D_i.cxx:321
GEOM::GEOM_Object_ptr GetTargetVertex()
Returns the vertex associated with the source vertex.
Definition: StdMeshers_ProjectionSource1D_i.cxx:199
@ NB_SHAPES
Definition: StdMeshers_ProjectionSource1D_i.hxx:122
@ TGT_VERTEX
Definition: StdMeshers_ProjectionSource1D_i.hxx:122
@ SRC_EDGE
Definition: StdMeshers_ProjectionSource1D_i.hxx:122
@ SRC_VERTEX
Definition: StdMeshers_ProjectionSource1D_i.hxx:122
void SetVertexAssociation(GEOM::GEOM_Object_ptr sourceVertex, GEOM::GEOM_Object_ptr targetVertex)
Sets vertex association between the source edge and the target one.
Definition: StdMeshers_ProjectionSource1D_i.cxx:98
This hypothesis specifies a meshed edge to take a mesh pattern from and optionally association of ver...
Definition: StdMeshers_ProjectionSource1D.hxx:49
Dimension
Definition: SMESH_Hypothesis.idl:35