27 #ifndef _SMESH_ProjectionSource2D_HXX_
28 #define _SMESH_ProjectionSource2D_HXX_
35 #include <TopoDS_Vertex.hxx>
70 {
return !_sourceFace.IsNull() && _sourceFace.ShapeType() == TopAbs_COMPOUND; }
87 void SetVertexAssociation(
const TopoDS_Shape& sourceVertex1,
112 {
return ( !_sourceVertex1.IsNull() && !_targetVertex1.IsNull() &&
113 !_sourceVertex2.IsNull() && !_targetVertex2.IsNull()); }
134 virtual std::ostream &
SaveTo(std::ostream & save);
135 virtual std::istream &
LoadFrom(std::istream & load);