1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0031939: Coding - correction of spelling errors in comments [part 4]

Fix various typos

Fixed via `codespell v2.1.dev
This commit is contained in:
luz paz 2020-12-16 11:58:16 +03:00 committed by bugmaster
parent 7fb9d6d573
commit 0177fe2617
196 changed files with 476 additions and 1351 deletions

View File

@ -1118,7 +1118,7 @@ void HLRBRep_Data::NextInterference ()
((MinMaxFEdg->Max[7] - myLEMinMax->Min[7]) & 0x80008000) == 0) { //-- Rejection en Z
// not rejected perform intersection
Standard_Boolean rej = Standard_False;
if (myLE == myFE) { // test if an auto-intersection is not usefull
if (myLE == myFE) { // test if an auto-intersection is not useful
if (((HLRBRep_EdgeData*)myLEData)->AutoIntersectionDone()) {
((HLRBRep_EdgeData*)myLEData)->
AutoIntersectionDone(Standard_True);

View File

@ -52,11 +52,9 @@ class HLRBRep_FaceData;
class IntRes2d_IntersectionPoint;
class TableauRejection;
class HLRBRep_Data;
DEFINE_STANDARD_HANDLE(HLRBRep_Data, Standard_Transient)
class HLRBRep_Data : public Standard_Transient
{
@ -166,10 +164,9 @@ public:
//! classification.
Standard_EXPORT TopAbs_State Compare (const Standard_Integer E, const HLRBRep_EdgeData& ED);
//! Simple classification of part of edge [p1, p2]
//! returns OUT if at least 1 of Nbp points of edge is out
//! othewise returns IN
//! It is used to check "suspision" hided part of edge.
//! Simple classification of part of edge [p1, p2].
//! Returns OUT if at least 1 of Nbp points of edge is out; otherwise returns IN.
//! It is used to check "suspicion" hidden part of edge.
Standard_EXPORT TopAbs_State SimplClassify (const Standard_Integer E, const HLRBRep_EdgeData& ED, const Standard_Integer Nbp, const Standard_Real p1, const Standard_Real p2);
//! Classification of an edge.
@ -184,18 +181,10 @@ public:
Destroy();
}
DEFINE_STANDARD_RTTIEXT(HLRBRep_Data,Standard_Transient)
protected:
private:
//! Orient the OutLines ( left must be inside in
//! projection ). Returns True if the face of a closed
//! shell has been inverted;
@ -208,10 +197,11 @@ private:
//! Returns True if the intersection is rejected.
Standard_EXPORT Standard_Boolean RejectedPoint (const IntRes2d_IntersectionPoint& PInter, const TopAbs_Orientation BoundOri, const Standard_Integer NumSeg);
//! returns True if there is a common vertex between
//! myLE and myFE dependig on <head1> and <head2>.
//! Returns True if there is a common vertex between myLE and myFE depending on <head1> and <head2>.
Standard_EXPORT Standard_Boolean SameVertex (const Standard_Boolean head1, const Standard_Boolean head2);
private:
Standard_Integer myNbVertices;
Standard_Integer myNbEdges;
Standard_Integer myNbFaces;
@ -272,14 +262,9 @@ private:
Standard_Boolean myAboveIntf;
TableauRejection* myReject;
};
#include <HLRBRep_Data.lxx>
#endif // _HLRBRep_Data_HeaderFile

View File

@ -698,7 +698,7 @@ void HLRBRep_Hider::Hide(const Standard_Integer FI,
catch(Standard_Failure const& anException) {
#ifdef OCCT_DEBUG
std::cout << "An exception was catched when hiding edge " << E;
std::cout << "An exception was caught when hiding edge " << E;
std::cout << " by the face " << FI << std::endl;
std::cout << anException << std::endl;
#endif

View File

@ -114,7 +114,7 @@ void HLRBRep_InternalAlgo::Update ()
catch(Standard_Failure const& anException) {
if (myDebug)
{
std::cout << "An exception was catched when preparing the Shape " << i;
std::cout << "An exception was caught when preparing the Shape " << i;
std::cout << " and computing its OutLines " << std::endl;
std::cout << anException << std::endl;
}
@ -721,7 +721,7 @@ void HLRBRep_InternalAlgo::HideSelected (const Standard_Integer I,
std::cout << "Vertices : " << std::setw(5) << myDS->NbVertices() << std::endl;
std::cout << "Edges : " << std::setw(5) << myDS->NbEdges() << " , ";
std::cout << "Selected : " << std::setw(5) << nbSelEdges << " , ";
std::cout << "Visibles : " << std::setw(5) << nbVisEdges << std::endl;
std::cout << "Visible : " << std::setw(5) << nbVisEdges << std::endl;
std::cout << "Faces : " << std::setw(5) << myDS->NbFaces() << " , ";
std::cout << "Selected : " << std::setw(5) << nbSelFaces << " , ";
std::cout << "Simple : " << std::setw(5) << nbFSimp << std::endl;

View File

@ -35,29 +35,22 @@ class IntCurveSurface_IntersectionPoint;
class IntRes2d_IntersectionSegment;
class IntCurveSurface_IntersectionSegment;
//! The Intersector computes 2D intersections of the
//! projections of 3D curves.
//!
//! It can also computes the intersection of a 3D line
//! and a surface.
//! The Intersector computes 2D intersections of the projections of 3D curves.
//! It can also computes the intersection of a 3D line and a surface.
class HLRBRep_Intersector
{
public:
DEFINE_STANDARD_ALLOC
Standard_EXPORT HLRBRep_Intersector();
//! Performs the auto intersection of an edge. The
//! edge domain is cutted at start with da1*(b-a) and
//! at end with db1*(b-a).
//! Performs the auto intersection of an edge.
//! The edge domain is cut at start with da1*(b-a) and at end with db1*(b-a).
Standard_EXPORT void Perform (const Standard_Address A1, const Standard_Real da1, const Standard_Real db1);
//! Performs the intersection between the two edges.
//! The edges domains are cutted at start with
//! da*(b-a) and at end with db*(b-a).
//! Performs the intersection between the two edges.
//! The edges domains are cut at start with da*(b-a) and at end with db*(b-a).
Standard_EXPORT void Perform (const Standard_Integer nA, const Standard_Address A1, const Standard_Real da1, const Standard_Real db1, const Standard_Integer nB, const Standard_Address A2, const Standard_Real da2, const Standard_Real db2, const Standard_Boolean NoBound);
//! Create a single IntersectionPoint (U on A1) (V on A2)
@ -88,19 +81,8 @@ public:
Destroy();
}
protected:
private:
IntRes2d_IntersectionPoint mySinglePoint;
Standard_Integer myTypePerform;
HLRBRep_CInter myIntersector;
@ -108,13 +90,6 @@ private:
Standard_Address mySurface;
HLRBRep_ThePolyhedronOfInterCSurf* myPolyhedron;
};
#endif // _HLRBRep_Intersector_HeaderFile

View File

@ -66,7 +66,7 @@ public:
//! Save the found extremum.
Standard_EXPORT virtual Standard_Integer GetStateNumber() Standard_OVERRIDE;
//! Return the nunber of found extrema.
//! Return the number of found extrema.
Standard_EXPORT Standard_Integer NbExt() const;
//! Returns the Nth distance.

View File

@ -40,27 +40,22 @@ public:
DEFINE_STANDARD_ALLOC
Standard_EXPORT HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter();
//! Calculates the distance with a close point.
//! The close point is defined by the parameter value
//! U0.
//! The function F(u)=distance(P,C(u)) has an extremum
//! when g(u)=dF/du=0. The algorithm searchs a zero
//! near the close point.
//! The close point is defined by the parameter value U0.
//! The function F(u)=distance(P,C(u)) has an extremum when g(u)=dF/du=0.
//! The algorithm searches a zero near the close point.
//! TolU is used to decide to stop the iterations.
//! At the nth iteration, the criteria is:
//! abs(Un - Un-1) < TolU.
Standard_EXPORT HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter(const gp_Pnt2d& P, const Standard_Address& C, const Standard_Real U0, const Standard_Real TolU);
//! Calculates the distance with a close point.
//! The close point is defined by the parameter value
//! U0.
//! The function F(u)=distance(P,C(u)) has an extremum
//! when g(u)=dF/du=0. The algorithm searchs a zero
//! near the close point.
//! Zeros are searched between Umin et Usup.
//! The close point is defined by the parameter value U0.
//! The function F(u)=distance(P,C(u)) has an extremum when g(u)=dF/du=0.
//! The algorithm searches a zero near the close point.
//! Zeros are searched between Umin and Usup.
//! TolU is used to decide to stop the iterations.
//! At the nth iteration, the criteria is:
//! abs(Un - Un-1) < TolU.
@ -86,32 +81,14 @@ public:
//! Returns the point of the extremum distance.
Standard_EXPORT const Extrema_POnCurv2d& Point() const;
protected:
private:
Standard_Boolean myDone;
Standard_Real mytolU;
Standard_Real myumin;
Standard_Real myusup;
HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter myF;
};
#endif // _HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter_HeaderFile

View File

@ -34,15 +34,12 @@ class gp_Pnt;
class Bnd_Box;
class gp_XYZ;
class HLRBRep_ThePolyhedronOfInterCSurf
{
public:
DEFINE_STANDARD_ALLOC
Standard_EXPORT HLRBRep_ThePolyhedronOfInterCSurf(const Standard_Address& Surface, const Standard_Integer nbdU, const Standard_Integer nbdV, const Standard_Real U1, const Standard_Real V1, const Standard_Real U2, const Standard_Real V2);
Standard_EXPORT HLRBRep_ThePolyhedronOfInterCSurf(const Standard_Address& Surface, const TColStd_Array1OfReal& Upars, const TColStd_Array1OfReal& Vpars);
@ -71,11 +68,11 @@ public:
//! Give the number of triangles in this double array of
Standard_EXPORT Standard_Integer NbTriangles() const;
//! Give the 3 points of the triangle of addresse Index in
//! Give the 3 points of the triangle of address Index in
//! the double array of triangles.
Standard_EXPORT void Triangle (const Standard_Integer Index, Standard_Integer& P1, Standard_Integer& P2, Standard_Integer& P3) const;
//! Give the addresse Tricon of the triangle connexe to the
//! Give the address Tricon of the triangle connexe to the
//! triangle of address Triang by the edge Pivot Pedge and
//! the third point of this connexe triangle. When we are
//! on a free edge TriCon==0 but the function return the
@ -121,10 +118,10 @@ public:
Standard_EXPORT Standard_Boolean HasVMaxSingularity() const;
//! Give the plane equation of the triangle of addresse Triang.
//! Give the plane equation of the triangle of address Triang.
Standard_EXPORT void PlaneEquation (const Standard_Integer Triang, gp_XYZ& NormalVector, Standard_Real& PolarDistance) const;
//! Give the plane equation of the triangle of addresse Triang.
//! Give the plane equation of the triangle of address Triang.
Standard_EXPORT Standard_Boolean Contain (const Standard_Integer Triang, const gp_Pnt& ThePnt) const;
Standard_EXPORT void Parameters (const Standard_Integer Index, Standard_Real& U, Standard_Real& V) const;
@ -140,9 +137,6 @@ public:
Standard_EXPORT void Dump() const;
protected:
@ -150,16 +144,13 @@ protected:
Standard_EXPORT void Init (const Standard_Address& Surface, const TColStd_Array1OfReal& Upars, const TColStd_Array1OfReal& Vpars);
private:
//! This method computes and returns a deflection of isoline
//! of given parameter on Surface.
Standard_EXPORT Standard_Real ComputeBorderDeflection (const Standard_Address& Surface, const Standard_Real Parameter, const Standard_Real PMin, const Standard_Real PMax, const Standard_Boolean isUIso) const;
private:
Standard_Integer nbdeltaU;
Standard_Integer nbdeltaV;
@ -176,7 +167,6 @@ private:
Standard_Real TheBorderDeflection;
Standard_Address C_MyIsOnBounds;
};
#define ThePSurface Standard_Address
@ -195,7 +185,4 @@ private:
#undef IntCurveSurface_Polyhedron
#undef IntCurveSurface_Polyhedron_hxx
#endif // _HLRBRep_ThePolyhedronOfInterCSurf_HeaderFile

View File

@ -30,69 +30,50 @@ class HLRBRep_ThePolyhedronOfInterCSurf;
class Bnd_Box;
class gp_Pnt;
class HLRBRep_ThePolyhedronToolOfInterCSurf
{
public:
DEFINE_STANDARD_ALLOC
//! Give the bounding box of the PolyhedronTool.
static const Bnd_Box& Bounding (const HLRBRep_ThePolyhedronOfInterCSurf& thePolyh);
static const Bnd_Box& Bounding (const HLRBRep_ThePolyhedronOfInterCSurf& thePolyh);
//! Give the array of boxes. The box <n> corresponding
//! to the triangle <n>.
static const Handle(Bnd_HArray1OfBox)& ComponentsBounding (const HLRBRep_ThePolyhedronOfInterCSurf& thePolyh);
static const Handle(Bnd_HArray1OfBox)& ComponentsBounding (const HLRBRep_ThePolyhedronOfInterCSurf& thePolyh);
//! Give the tolerance of the polygon.
static Standard_Real DeflectionOverEstimation (const HLRBRep_ThePolyhedronOfInterCSurf& thePolyh);
//! Give the number of triangles in this polyedral surface.
static Standard_Integer NbTriangles (const HLRBRep_ThePolyhedronOfInterCSurf& thePolyh);
static Standard_Real DeflectionOverEstimation (const HLRBRep_ThePolyhedronOfInterCSurf& thePolyh);
//! Give the number of triangles in this polyhedral surface.
static Standard_Integer NbTriangles (const HLRBRep_ThePolyhedronOfInterCSurf& thePolyh);
//! Give the indices of the 3 points of the triangle of
//! address Index in the PolyhedronTool.
static void Triangle (const HLRBRep_ThePolyhedronOfInterCSurf& thePolyh, const Standard_Integer Index, Standard_Integer& P1, Standard_Integer& P2, Standard_Integer& P3);
//! Give the point of index i in the polyedral surface.
static const gp_Pnt& Point (const HLRBRep_ThePolyhedronOfInterCSurf& thePolyh, const Standard_Integer Index);
//! Give the addresse Tricon of the triangle connexe to
static void Triangle (const HLRBRep_ThePolyhedronOfInterCSurf& thePolyh, const Standard_Integer Index, Standard_Integer& P1, Standard_Integer& P2, Standard_Integer& P3);
//! Give the point of index i in the polyhedral surface.
static const gp_Pnt& Point (const HLRBRep_ThePolyhedronOfInterCSurf& thePolyh, const Standard_Integer Index);
//! Give the address Tricon of the triangle connexe to
//! the triangle of address Triang by the edge Pivot Pedge
//! and the third point of this connexe triangle. When we
//! are on a free edge TriCon==0 but the function return
//! the value of the triangle in the other side of Pivot
//! on the free edge. Used to turn around a vertex.
static Standard_Integer TriConnex (const HLRBRep_ThePolyhedronOfInterCSurf& thePolyh, const Standard_Integer Triang, const Standard_Integer Pivot, const Standard_Integer Pedge, Standard_Integer& TriCon, Standard_Integer& OtherP);
//! and the third point of this connexe triangle.
//! When we are on a free edge TriCon==0 but the function return
//! the value of the triangle in the other side of Pivot on the free edge.
//! Used to turn around a vertex.
static Standard_Integer TriConnex (const HLRBRep_ThePolyhedronOfInterCSurf& thePolyh, const Standard_Integer Triang, const Standard_Integer Pivot, const Standard_Integer Pedge, Standard_Integer& TriCon, Standard_Integer& OtherP);
//! This method returns true if the edge based on points with
//! indices Index1 and Index2 represents a boundary edge. It is
//! necessary to take into account the boundary deflection for
//! this edge.
static Standard_Boolean IsOnBound (const HLRBRep_ThePolyhedronOfInterCSurf& thePolyh, const Standard_Integer Index1, const Standard_Integer Index2);
//! indices Index1 and Index2 represents a boundary edge.
//! It is necessary to take into account the boundary deflection for this edge.
static Standard_Boolean IsOnBound (const HLRBRep_ThePolyhedronOfInterCSurf& thePolyh, const Standard_Integer Index1, const Standard_Integer Index2);
//! This method returns a border deflection of the polyhedron.
static Standard_Real GetBorderDeflection (const HLRBRep_ThePolyhedronOfInterCSurf& thePolyh);
static Standard_Real GetBorderDeflection (const HLRBRep_ThePolyhedronOfInterCSurf& thePolyh);
Standard_EXPORT static void Dump (const HLRBRep_ThePolyhedronOfInterCSurf& thePolyh);
protected:
private:
};
#define ThePolyhedron HLRBRep_ThePolyhedronOfInterCSurf

View File

@ -29,31 +29,28 @@ class HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter;
class HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter;
class gp_Pnt2d;
class HLRBRep_TheProjPCurOfCInter
{
public:
DEFINE_STANDARD_ALLOC
//! Returns the parameter V of the point on the
//! parametric curve corresponding to the Point Pnt.
//! The Correspondance between Pnt and the point P(V)
//! The Correspondence between Pnt and the point P(V)
//! on the parametric curve must be coherent with the
//! way of determination of the signed distance
//! between a point and the implicit curve.
//! Tol is the tolerance on the distance between a point
//! and the parametrised curve.
//! In that case, no bounds are given. The research of
//! the rigth parameter has to be made on the natural
//! the right parameter has to be made on the natural
//! parametric domain of the curve.
Standard_EXPORT static Standard_Real FindParameter (const Standard_Address& C, const gp_Pnt2d& Pnt, const Standard_Real Tol);
//! Returns the parameter V of the point on the
//! parametric curve corresponding to the Point Pnt.
//! The Correspondance between Pnt and the point P(V)
//! The Correspondence between Pnt and the point P(V)
//! on the parametric curve must be coherent with the
//! way of determination of the signed distance
//! between a point and the implicit curve.
@ -67,27 +64,6 @@ public:
//! LowParameter <= Value <= HighParameter.
Standard_EXPORT static Standard_Real FindParameter (const Standard_Address& C, const gp_Pnt2d& Pnt, const Standard_Real LowParameter, const Standard_Real HighParameter, const Standard_Real Tol);
protected:
private:
};
#endif // _HLRBRep_TheProjPCurOfCInter_HeaderFile

View File

@ -250,7 +250,7 @@ void HLRTopoBRep_OutLiner::ProcessFace(const TopoDS_Face& F,
itE.Next()) {
TopoDS_Edge E = TopoDS::Edge(itE.Value());
E.Orientation(TopAbs_INTERNAL);
if (myDS.EdgeHasSplE(E)) { // normaly IsoLines are never splitted.
if (myDS.EdgeHasSplE(E)) { // normally IsoLines are never split.
TopTools_ListIteratorOfListOfShape itS;
for (itS.Initialize(myDS.EdgeSplE(E));

View File

@ -39,7 +39,7 @@ class Geom_BSplineCurve;
//!
//! the function a(u)D(u) has value 1 at the umin and umax
//! and has 0.0e0 derivative value a umin and umax.
//! The details of the computation occuring in this package
//! The details of the computation occurring in this package
//! can be found by reading :
//! " Etude sur la concatenation de NURBS en vue du
//! balayage de surfaces" PFE n S85 Ensam Lille
@ -49,7 +49,6 @@ public:
DEFINE_STANDARD_ALLOC
//! returns the correct spline a(u) which will
//! be multiplicated with BS later.
Standard_EXPORT static Handle(Geom2d_BSplineCurve) Solution (const Handle(Geom_BSplineCurve)& BS, const Standard_Real TolPoles = 0.000001, const Standard_Real TolKnots = 0.000001);
@ -63,27 +62,6 @@ public:
//! tolerances.
Standard_EXPORT static void Solutionbis (const Handle(Geom_BSplineCurve)& BS, Standard_Real& Knotmin, Standard_Real& Knotmax, const Standard_Real TolPoles = 0.000001, const Standard_Real TolKnots = 0.000001);
protected:
private:
};
#endif // _Hermit_HeaderFile

View File

@ -30,20 +30,18 @@ class Interface_Graph;
class Standard_Transient;
class Interface_EntityIterator;
//! this class gives entities which are Articulation points
//! in a whole Model or in a sub-part
//! An Articulation Point divides the graph in two (or more)
//! disconnected sub-graphs
//! Identifying Articulation Points allows improving
//! efficiency of spliting a set of Entities into sub-sets
//! efficiency of splitting a set of Entities into sub-sets
class IFGraph_Articulations : public Interface_GraphContent
{
public:
DEFINE_STANDARD_ALLOC
//! creates Articulations to evaluate a Graph
//! whole True : works on the whole Model
//! whole False : remains empty, ready to work on a sub-part
@ -61,34 +59,18 @@ public:
//! Evaluates the list of Articulation points
Standard_EXPORT virtual void Evaluate() Standard_OVERRIDE;
protected:
private:
//! basic routine of computation
//! (see book Sedgewick "Algorithms", p 392)
Standard_EXPORT Standard_Integer Visit (const Standard_Integer num);
private:
Interface_Graph thegraph;
Standard_Integer thenow;
Handle(TColStd_HSequenceOfInteger) thelist;
};
#endif // _IFGraph_Articulations_HeaderFile

View File

@ -19,7 +19,7 @@
// Pour travailler, ConnectedComponants exploite AllConnected :
// On prend un 1er Vertex, on determine ses AllConnected -> voila un 1er
// Connected Componant
// Connected Component
// On recommence jusqu'a ce qu'il n'y ait plus de Vertex libre
// Honnetement, si ca ne marche pas, cf classe ConnectedVerticesIterator
// de GraphTools qui fait en principe la meme chose

View File

@ -25,15 +25,13 @@
#include <Standard_Boolean.hxx>
class Interface_Graph;
//! determines Connected Componants in a Graph. They define
//! disjoined sets of Entities
//! determines Connected Components in a Graph.
//! They define disjoined sets of Entities.
class IFGraph_ConnectedComponants : public IFGraph_SubPartsIterator
{
public:
DEFINE_STANDARD_ALLOC
//! creates with a Graph, and will analyse :
//! whole True : all the contents of the Model
@ -43,27 +41,6 @@ public:
//! does the computation
Standard_EXPORT virtual void Evaluate() Standard_OVERRIDE;
protected:
private:
};
#endif // _IFGraph_ConnectedComponants_HeaderFile

View File

@ -28,23 +28,20 @@
#include <TColStd_HSequenceOfInteger.hxx>
class IFSelect_GeneralModifier;
class IFSelect_AppliedModifiers;
DEFINE_STANDARD_HANDLE(IFSelect_AppliedModifiers, Standard_Transient)
//! This class allows to memorize and access to the modifiers
//! which are to be applied to a file. To each modifier, is bound
//! a list of integers (optionnal) : if this list is absent, the
//! modifier applies to all the file. Else, it applies to the
//! a list of integers (optional) : if this list is absent,
//! the modifier applies to all the file. Else, it applies to the
//! entities designated by these numbers in the produced file.
//!
//! To record a modifier, and a possible list of entity numbers
//! to be applied on :
//! To record a modifier, and a possible list of entity numbers to be applied on:
//! AddModif (amodifier);
//! loop on AddNum (anumber);
//!
//! To query it, Count gives the count of recorded modifiers,
//! then for each one :
//! To query it, Count gives the count of recorded modifiers, then for each one:
//! Item (numodif, amodifier, entcount);
//! IsForAll () -> can be called, if True, applies on the whole file
//!
@ -52,9 +49,7 @@ DEFINE_STANDARD_HANDLE(IFSelect_AppliedModifiers, Standard_Transient)
//! nument = ItemNum (i); -> return an entity number
class IFSelect_AppliedModifiers : public Standard_Transient
{
public:
//! Creates an AppliedModifiers, ready to record up to <nbmax>
//! modifiers, on a model of <nbent> entities
@ -103,31 +98,15 @@ public:
//! numbers, each one is queried by ItemNum
Standard_EXPORT Standard_Boolean IsForAll() const;
DEFINE_STANDARD_RTTIEXT(IFSelect_AppliedModifiers,Standard_Transient)
protected:
private:
IFSelect_SequenceOfGeneralModifier themodifs;
Interface_IntList thelists;
Standard_Integer thenbent;
Standard_Integer theentcnt;
};
#endif // _IFSelect_AppliedModifiers_HeaderFile

View File

@ -59,7 +59,6 @@ public:
DEFINE_STANDARD_ALLOC
//! Prepares a ContextModif with these information :
//! - the graph established from original model (target passed
//! directly to Modifier)
@ -172,8 +171,8 @@ public:
//! Traces the modification of the current entity (see above,
//! ValueOriginal and ValueResult) for default trace level >= 2.
//! To be called on each indivudual entity really modified
//! <mess> is an optionnal additional message
//! To be called on each individual entity really modified
//! <mess> is an optional additional message
Standard_EXPORT void Trace (const Standard_CString mess = "");
//! Adds a Check to the CheckList. If it is empty, nothing is done
@ -206,19 +205,8 @@ public:
//! Returns the complete CheckList
Standard_EXPORT Interface_CheckIterator CheckList() const;
protected:
private:
Interface_Graph thegraf;
Handle(Interface_Protocol) theprot;
Handle(Interface_CopyControl) themap;
@ -229,13 +217,6 @@ private:
Standard_Integer thecurr;
Standard_Integer thecurt;
};
#endif // _IFSelect_ContextModif_HeaderFile

View File

@ -48,14 +48,12 @@ DEFINE_STANDARD_HANDLE(IFSelect_EditForm, Standard_Transient)
//! Number of Value for the Editor
//! While references to Rank are for rank in the EditForm, which
//! may differ if it is not Complete
//! Two methods give the correspondance between this Number and
//! Two methods give the correspondence between this Number and
//! the Rank in the EditForm : RankFromNumber and NumberFromRank
class IFSelect_EditForm : public Standard_Transient
{
public:
//! Creates a complete EditForm from an Editor
//! A specific Label can be given
Standard_EXPORT IFSelect_EditForm(const Handle(IFSelect_Editor)& editor, const Standard_Boolean readonly, const Standard_Boolean undoable, const Standard_CString label = "");
@ -279,19 +277,10 @@ public:
//! Can be run only once
Standard_EXPORT Standard_Boolean Undo();
DEFINE_STANDARD_RTTIEXT(IFSelect_EditForm,Standard_Transient)
protected:
private:
Standard_Boolean thecomplete;
Standard_Boolean theloaded;
Standard_Boolean thekeepst;
@ -305,13 +294,6 @@ private:
Handle(Interface_InterfaceModel) themodel;
Standard_Integer thetouched;
};
#endif // _IFSelect_EditForm_HeaderFile

View File

@ -491,7 +491,7 @@ static IFSelect_ReturnStatus fundumpent
if (argc < 2 || (argc == 2 && levmax < 0)) {
sout<<"Give n0 or id of entity";
if (levmax < 0) sout<<" and dump level"<<std::endl;
else sout<<" + optinal, dump level in [0 - "<<levmax<<"] , default = "<<levdef<<std::endl;
else sout<<" + optional, dump level in [0 - "<<levmax<<"] , default = "<<levdef<<std::endl;
for (level = 0; level <= levmax; level ++) {
Standard_CString help = WL->DumpHelp (level);
if (help[0] != '\0') sout<<level<<" : "<<help<<std::endl;

View File

@ -29,7 +29,6 @@ class Standard_Transient;
class IFSelect_WorkSession;
class IFSelect_Dispatch;
//! Functions gives access to all the actions which can be
//! commanded with the resources provided by IFSelect : especially
//! WorkSession and various types of Selections and Dispatches
@ -41,11 +40,10 @@ public:
DEFINE_STANDARD_ALLOC
//! Takes the name of an entity, either as argument, or (if <name>
//! is empty) on keybord, and returns the entity
//! name can be a label or a number (in alphanumeric), it is
//! searched by NumberFromLabel from WorkSession.
//! Takes the name of an entity, either as argument,
//! or (if <name> is empty) on keyboard, and returns the entity
//! name can be a label or a number (in alphanumeric),
//! it is searched by NumberFromLabel from WorkSession.
//! If <name> doesn't match en entity, a Null Handle is returned
Standard_EXPORT static Handle(Standard_Transient) GiveEntity (const Handle(IFSelect_WorkSession)& WS, const Standard_CString name = "");
@ -76,27 +74,6 @@ public:
//! Defines and loads all basic functions (as ActFunc)
Standard_EXPORT static void Init();
protected:
private:
};
#endif // _IFSelect_Functions_HeaderFile

View File

@ -26,14 +26,13 @@ class IFSelect_Selection;
class IFSelect_Dispatch;
class TCollection_AsciiString;
class IFSelect_GeneralModifier;
DEFINE_STANDARD_HANDLE(IFSelect_GeneralModifier, Standard_Transient)
//! This class gives a frame for Actions which modify the effect
//! of a Dispatch, i.e. :
//! By Selections and Dispatches, an original Model can be
//! splitted into one or more "target" Models : these Models
//! split into one or more "target" Models : these Models
//! contain Entities copied from the original one (that is, a
//! part of it). Basically, these dispatched Entities are copied
//! as identical to their original counterparts. Also the copied
@ -66,7 +65,6 @@ class IFSelect_GeneralModifier : public Standard_Transient
public:
//! Returns True if this modifier may change the graph of
//! dependences (aknowledged at creation time)
Standard_EXPORT Standard_Boolean MayChangeGraph() const;
@ -90,7 +88,7 @@ public:
//! Resets the Selection : this criterium is not longer active
Standard_EXPORT void ResetSelection();
//! Returns True if a Selection is set as an additionnal criterium
//! Returns True if a Selection is set as an additional criterium
Standard_EXPORT Standard_Boolean HasSelection() const;
//! Returns the Selection, or a Null Handle if not set
@ -99,14 +97,10 @@ public:
//! Returns a short text which defines the operation performed
Standard_EXPORT virtual TCollection_AsciiString Label() const = 0;
DEFINE_STANDARD_RTTIEXT(IFSelect_GeneralModifier,Standard_Transient)
protected:
//! Sets the Modifier criteria to default Values
//! (i.e. "always applies")
//! <maychangegraph> must be provided at creation time, to :
@ -117,22 +111,12 @@ protected:
//! dependencies when this modifier is applied
Standard_EXPORT IFSelect_GeneralModifier(const Standard_Boolean maychangegraph);
private:
Handle(IFSelect_Selection) thesel;
Handle(IFSelect_Dispatch) thedisp;
Standard_Boolean thechgr;
};
#endif // _IFSelect_GeneralModifier_HeaderFile

View File

@ -25,7 +25,6 @@
#include <Standard_Transient.hxx>
#include <Standard_CString.hxx>
class IFSelect_IntParam;
DEFINE_STANDARD_HANDLE(IFSelect_IntParam, Standard_Transient)
@ -36,7 +35,7 @@ DEFINE_STANDARD_HANDLE(IFSelect_IntParam, Standard_Transient)
//! parameters of a Selection or a Dispatch (according its type)
//! can be controlled directly from the ShareOut which contains them
//!
//! Additionnaly, an IntParam can be bound to a Static.
//! Additionally, an IntParam can be bound to a Static.
//! Remember that for a String, binding is immediate, because the
//! string value of a Static is a HAsciiString, it then suffices
//! to get its Handle.
@ -48,7 +47,6 @@ class IFSelect_IntParam : public Standard_Transient
public:
//! Creates an IntParam. Initial value is set to zer
Standard_EXPORT IFSelect_IntParam();
@ -76,28 +74,13 @@ public:
Standard_EXPORT void SetValue (const Standard_Integer val);
DEFINE_STANDARD_RTTIEXT(IFSelect_IntParam,Standard_Transient)
protected:
private:
Standard_Integer theval;
TCollection_AsciiString thestn;
};
#endif // _IFSelect_IntParam_HeaderFile

View File

@ -29,7 +29,6 @@ class Interface_TypedValue;
class Interface_InterfaceModel;
class TCollection_HAsciiString;
class IFSelect_ListEditor;
DEFINE_STANDARD_HANDLE(IFSelect_ListEditor, Standard_Transient)
@ -58,7 +57,6 @@ class IFSelect_ListEditor : public Standard_Transient
public:
//! Creates a ListEditor with absolutely no constraint
Standard_EXPORT IFSelect_ListEditor();
@ -70,12 +68,11 @@ public:
//! Loads a Model. It is used to check items of type Entity(Ident)
Standard_EXPORT void LoadModel (const Handle(Interface_InterfaceModel)& model);
//! Loads the original values for the list
//! Remark : If its length is mor then MaxLength, editions remain
//! allowed, except Add
//! Loads the original values for the list.
//! Remark : If its length is more then MaxLength, editions remain allowed, except Add
Standard_EXPORT void LoadValues (const Handle(TColStd_HSequenceOfHAsciiString)& vals);
//! Declares this ListEditor to have been touched (whatever action)
Standard_EXPORT void SetTouched();
@ -140,19 +137,10 @@ public:
//! been recorded
Standard_EXPORT Standard_Boolean IsTouched() const;
DEFINE_STANDARD_RTTIEXT(IFSelect_ListEditor,Standard_Transient)
protected:
private:
Standard_Integer themax;
Handle(Interface_TypedValue) thedef;
Standard_Integer thetouc;
@ -161,13 +149,6 @@ private:
Handle(TColStd_HSequenceOfInteger) thestat;
Handle(Interface_InterfaceModel) themodl;
};
#endif // _IFSelect_ListEditor_HeaderFile

View File

@ -41,7 +41,6 @@ class Interface_CopyTool;
class Interface_Graph;
class Interface_EntityIterator;
class IFSelect_ModelCopier;
DEFINE_STANDARD_HANDLE(IFSelect_ModelCopier, Standard_Transient)
@ -49,8 +48,8 @@ DEFINE_STANDARD_HANDLE(IFSelect_ModelCopier, Standard_Transient)
//! description of a ShareOut (evaluated by a ShareOutResult)
//! plus, if there are, the Modifications on the results, with
//! the help of Modifiers. Each Modifier can work on one or more
//! resulting packets, accoding its criteria : it operates on a
//! Model once copied and filled with the content of the packet.
//! resulting packets, according to its criteria : it operates on
//! a Model once copied and filled with the content of the packet.
//!
//! Modifiers can be :
//! - Model Modifiers, inheriting from the specific class Modifier
@ -86,7 +85,6 @@ class IFSelect_ModelCopier : public Standard_Transient
public:
//! Creates an empty ModelCopier
Standard_EXPORT IFSelect_ModelCopier();
@ -204,14 +202,10 @@ public:
//! BeginSentFiles has stopped recording.
Standard_EXPORT Handle(TColStd_HSequenceOfHAsciiString) SentFiles() const;
DEFINE_STANDARD_RTTIEXT(IFSelect_ModelCopier,Standard_Transient)
protected:
//! Internal routine which does the effective Copy. It allows to
//! work, either with a standard CopyTool, or a specialised one
//! Copying itself is done by <WL> which uses a CopyTool
@ -226,7 +220,7 @@ protected:
//! <G> is the graph which defines the starting entities, it
//! contains the original InterfaceModel
//! <WL> performs the copy by using <TC>
//! <protocol> is the used protocol (can be usefull for Modifiers)
//! <protocol> is the used protocol (can be useful for Modifiers)
//! <topcopy> is the list of Entities which are the Roots of the
//! packet to be copied
//! <filename> is the name of the file which will receive it
@ -254,11 +248,8 @@ protected:
//! itself of the file, these changes are ignored
Standard_EXPORT void CopiedModel (const Interface_Graph& G, const Handle(IFSelect_WorkLibrary)& WL, const Handle(Interface_Protocol)& protocol, const Interface_EntityIterator& topcopy, const TCollection_AsciiString& filename, const Standard_Integer dispnum, const Standard_Integer numod, Interface_CopyTool& TC, Handle(Interface_InterfaceModel)& newmod, Handle(IFSelect_AppliedModifiers)& applied, Interface_CheckIterator& checks) const;
private:
IFSelect_SequenceOfInterfaceModel thefilemodels;
TColStd_SequenceOfAsciiString thefilenames;
IFSelect_SequenceOfAppliedModifiers theapplieds;
@ -266,13 +257,6 @@ private:
Handle(TColStd_HArray1OfInteger) theremain;
Handle(TColStd_HSequenceOfHAsciiString) thesentfiles;
};
#endif // _IFSelect_ModelCopier_HeaderFile

View File

@ -33,7 +33,6 @@ class TCollection_HAsciiString;
class Standard_Transient;
class Interface_InterfaceModel;
class IFSelect_ParamEditor;
DEFINE_STANDARD_HANDLE(IFSelect_ParamEditor, IFSelect_Editor)
@ -50,17 +49,16 @@ class IFSelect_ParamEditor : public IFSelect_Editor
public:
//! Creates a ParamEditor, empty, with a maximum count of params
//! (default is 100)
//! And a label, by default it will be "Param Editor"
Standard_EXPORT IFSelect_ParamEditor(const Standard_Integer nbmax = 100, const Standard_CString label = "");
//! Adds a TypedValue
//! By default, its short name equates its complete name, it can
//! be explicited
Standard_EXPORT void AddValue (const Handle(Interface_TypedValue)& val, const Standard_CString shortname = "");
//! By default, its short name equates its complete name, it can be made explicit
Standard_EXPORT void AddValue (const Handle(Interface_TypedValue)& val,
const Standard_CString shortname = "");
//! Adds a Constant Text, it will be Read Only
//! By default, its long name equates its shortname
Standard_EXPORT void AddConstantText (const Standard_CString val, const Standard_CString shortname, const Standard_CString completename = "");
@ -80,28 +78,12 @@ public:
//! Null Handle if <list> is null or empty
Standard_EXPORT static Handle(IFSelect_ParamEditor) StaticEditor (const Handle(TColStd_HSequenceOfHAsciiString)& list, const Standard_CString label = "");
DEFINE_STANDARD_RTTIEXT(IFSelect_ParamEditor,IFSelect_Editor)
protected:
private:
TCollection_AsciiString thelabel;
};
#endif // _IFSelect_ParamEditor_HeaderFile

View File

@ -27,7 +27,6 @@
class Standard_Transient;
class Interface_InterfaceModel;
class IFSelect_SelectAnyType;
DEFINE_STANDARD_HANDLE(IFSelect_SelectAnyType, IFSelect_SelectExtract)
@ -39,36 +38,16 @@ class IFSelect_SelectAnyType : public IFSelect_SelectExtract
public:
//! Returns the Type which has to be matched for select
Standard_EXPORT virtual Handle(Standard_Type) TypeForMatch() const = 0;
//! Returns True for an Entity (model->Value(num)) which is kind
//! of the choosen type, given by the method TypeForMatch.
//! of the chosen type, given by the method TypeForMatch.
//! Criterium is IsKind.
Standard_EXPORT Standard_Boolean Sort (const Standard_Integer rank, const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const Standard_OVERRIDE;
DEFINE_STANDARD_RTTIEXT(IFSelect_SelectAnyType,IFSelect_SelectExtract)
protected:
private:
};
#endif // _IFSelect_SelectAnyType_HeaderFile

View File

@ -26,7 +26,6 @@ class Interface_EntityIterator;
class Interface_Graph;
class TCollection_AsciiString;
class IFSelect_SelectEntityNumber;
DEFINE_STANDARD_HANDLE(IFSelect_SelectEntityNumber, IFSelect_SelectBase)
@ -34,13 +33,12 @@ DEFINE_STANDARD_HANDLE(IFSelect_SelectEntityNumber, IFSelect_SelectBase)
//! Graph), the Entity which has a specified Number (its rank of
//! adding into the Model) : there can be zero (if none) or one.
//! The Number is not directly defined as an Integer, but as a
//! Parameter, which can be externally controled
//! Parameter, which can be externally controlled
class IFSelect_SelectEntityNumber : public IFSelect_SelectBase
{
public:
//! Creates a SelectEntityNumber, initially with no specified Number
Standard_EXPORT IFSelect_SelectEntityNumber();
@ -57,28 +55,12 @@ public:
//! Returns a text defining the criterium : "Entity Number ..."
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
DEFINE_STANDARD_RTTIEXT(IFSelect_SelectEntityNumber,IFSelect_SelectBase)
protected:
private:
Handle(IFSelect_IntParam) thenum;
};
#endif // _IFSelect_SelectEntityNumber_HeaderFile

View File

@ -29,7 +29,6 @@ class Standard_Transient;
class Interface_InterfaceModel;
class TCollection_AsciiString;
class IFSelect_SelectRange;
DEFINE_STANDARD_HANDLE(IFSelect_SelectRange, IFSelect_SelectExtract)
@ -75,38 +74,22 @@ public:
//! Returns Value of Upper Limit (0 if none is defined)
Standard_EXPORT Standard_Integer UpperValue() const;
//! Returns True for an Entity of which occurence number in the
//! Returns True for an Entity of which occurrence number in the
//! iteration is inside the selected Range (considers <rank>)
Standard_EXPORT Standard_Boolean Sort (const Standard_Integer rank, const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const Standard_OVERRIDE;
//! Returns a text defining the criterium : following cases,
//! " From .. Until .." or "From .." or "Until .." or "Rank no .."
Standard_EXPORT TCollection_AsciiString ExtractLabel() const Standard_OVERRIDE;
DEFINE_STANDARD_RTTIEXT(IFSelect_SelectRange,IFSelect_SelectExtract)
protected:
private:
Handle(IFSelect_IntParam) thelower;
Handle(IFSelect_IntParam) theupper;
};
#endif // _IFSelect_SelectRange_HeaderFile

View File

@ -29,7 +29,6 @@ class Standard_Transient;
class Interface_InterfaceModel;
class TCollection_AsciiString;
class IFSelect_SelectRootComps;
DEFINE_STANDARD_HANDLE(IFSelect_SelectRootComps, IFSelect_SelectExtract)
@ -47,47 +46,28 @@ class IFSelect_SelectRootComps : public IFSelect_SelectExtract
public:
//! Creates a SelectRootComps
Standard_EXPORT IFSelect_SelectRootComps();
//! Returns the list of local root strong components, by one
//! Entity per component. It is redefined for a purpose of
//! effeciency : calling a Sort routine for each Entity would
//! Returns the list of local root strong components, by one Entity per component.
//! It is redefined for a purpose of efficiency : calling a Sort routine for each Entity would
//! cost more resources than to work in once using a Map
//! RootResult takes in account the Direct status
Standard_EXPORT virtual Interface_EntityIterator RootResult (const Interface_Graph& G) const Standard_OVERRIDE;
//! Returns always True, because RootResult has done work
Standard_EXPORT Standard_Boolean Sort (const Standard_Integer rank, const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const Standard_OVERRIDE;
//! Returns a text defining the criterium : "Local Root Components"
Standard_EXPORT TCollection_AsciiString ExtractLabel() const Standard_OVERRIDE;
DEFINE_STANDARD_RTTIEXT(IFSelect_SelectRootComps,IFSelect_SelectExtract)
protected:
//! Returns True, RootResult assuring uniqueness
Standard_EXPORT virtual Standard_Boolean HasUniqueResult() const Standard_OVERRIDE;
private:
};
#endif // _IFSelect_SelectRootComps_HeaderFile

View File

@ -29,7 +29,6 @@ class Standard_Transient;
class Interface_InterfaceModel;
class TCollection_AsciiString;
class IFSelect_SelectRoots;
DEFINE_STANDARD_HANDLE(IFSelect_SelectRoots, IFSelect_SelectExtract)
@ -41,46 +40,28 @@ class IFSelect_SelectRoots : public IFSelect_SelectExtract
public:
//! Creates a SelectRoots
Standard_EXPORT IFSelect_SelectRoots();
//! Returns the list of local roots. It is redefined for a purpose
//! of effeciency : calling a Sort routine for each Entity would
//! cost more resources than to work in once using a Map
//! RootResult takes in account the Direct status
//! Returns the list of local roots.
//! It is redefined for a purpose of efficiency:
//! calling a Sort routine for each Entity would cost more resources
//! than to work in once using a Map RootResult takes in account the Direct status.
Standard_EXPORT virtual Interface_EntityIterator RootResult (const Interface_Graph& G) const Standard_OVERRIDE;
//! Returns always True, because RootResult has done work
Standard_EXPORT Standard_Boolean Sort (const Standard_Integer rank, const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const Standard_OVERRIDE;
//! Returns a text defining the criterium : "Local Root Entities"
Standard_EXPORT TCollection_AsciiString ExtractLabel() const Standard_OVERRIDE;
DEFINE_STANDARD_RTTIEXT(IFSelect_SelectRoots,IFSelect_SelectExtract)
protected:
//! Returns True, because RootResult assures uniqueness
Standard_EXPORT virtual Standard_Boolean HasUniqueResult() const Standard_OVERRIDE;
private:
};
#endif // _IFSelect_SelectRoots_HeaderFile

View File

@ -28,37 +28,35 @@ class Interface_Graph;
class IFSelect_SelectionIterator;
class TCollection_AsciiString;
class IFSelect_Selection;
DEFINE_STANDARD_HANDLE(IFSelect_Selection, Standard_Transient)
//! A Selection allows to define a set of Interface Entities.
//! Entities to be put on an output file should be identified in
//! a way as independant from such or such execution as possible.
//! a way as independent from such or such execution as possible.
//! This permits to handle comprehensive criteria, and to replay
//! them when a new variant of an input file has to be processed.
//!
//! Its input can be, either an Interface Model (the very source),
//! or another-other Selection(s) or any other ouput. All list
//! computations start from an input Graph (from IFGraph)
//! or another-other Selection(s) or any other output.
//! All list computations start from an input Graph (from IFGraph)
class IFSelect_Selection : public Standard_Transient
{
public:
//! Returns the list of selected entities, computed from Input
//! given as a Graph. Specific to each class of Selection
//! Note that uniqueness of each entity is not required here
//! This method can raise an exception as necessary
Standard_EXPORT virtual Interface_EntityIterator RootResult (const Interface_Graph& G) const = 0;
//! Returns the list of selected entities, each of them beeing
//! Returns the list of selected entities, each of them being
//! unique. Default definition works from RootResult. According
//! HasUniqueResult, UniqueResult returns directly RootResult,
//! or build a Unique Result from it with a Graph.
Standard_EXPORT Interface_EntityIterator UniqueResult (const Interface_Graph& G) const;
//! Returns the list of entities involved by a Selection, i.e.
//! UniqueResult plus the shared entities (directly or not)
Standard_EXPORT virtual Interface_EntityIterator CompleteResult (const Interface_Graph& G) const;
@ -73,32 +71,15 @@ public:
//! Specific to each class
Standard_EXPORT virtual TCollection_AsciiString Label() const = 0;
DEFINE_STANDARD_RTTIEXT(IFSelect_Selection,Standard_Transient)
protected:
//! Returns True if RootResult guarantees uniqueness for each
//! Entity. Called by UniqueResult.
//! Default answer is False. Can be redefined.
Standard_EXPORT virtual Standard_Boolean HasUniqueResult() const;
private:
};
#endif // _IFSelect_Selection_HeaderFile

View File

@ -28,7 +28,6 @@
class Standard_NoSuchObject;
class IFSelect_Selection;
//! Defines an Iterator on a list of Selections
class IFSelect_SelectionIterator
{
@ -36,7 +35,6 @@ public:
DEFINE_STANDARD_ALLOC
//! Creates an empty iterator, ready to be filled
Standard_EXPORT IFSelect_SelectionIterator();
@ -60,34 +58,16 @@ public:
//! Sets iterator to the next item
Standard_EXPORT void Next();
//! Returns the current Selction beeing iterated
//! Returns the current Selection being iterated
//! Error if count of Selection has been passed
Standard_EXPORT const Handle(IFSelect_Selection)& Value() const;
protected:
private:
Standard_Integer thecurr;
Handle(IFSelect_HSeqOfSelection) thelist;
};
#endif // _IFSelect_SelectionIterator_HeaderFile

View File

@ -544,20 +544,20 @@ static int deja = 0;
DeclareAndCast(IFSelect_SelectExtract,sxt,sel);
if (!sxt.IsNull()) {
if (nbs > 1)
sout<<"Lineno."<<thenl<<" : SelectExtract, more than one source, followings ignored"<<std::endl;
sout<<"Lineno."<<thenl<<" : SelectExtract, more than one source, following ignored"<<std::endl;
DeclareAndCast(IFSelect_Selection,source,ItemValue(3));
sxt->SetInput(source);
}
DeclareAndCast(IFSelect_SelectDeduct,sdt,sel);
if (!sdt.IsNull()) {
if (nbs > 1)
sout<<"Lineno."<<thenl<<" : SelectDeduct, more than one source, followings ignored"<<std::endl;
sout<<"Lineno."<<thenl<<" : SelectDeduct, more than one source, following ignored"<<std::endl;
sdt->SetInput(GetCasted(IFSelect_Selection,ItemValue(3)));
}
DeclareAndCast(IFSelect_SelectControl,sct,sel);
if (!sct.IsNull()) {
if (nbs != 2)
sout<<"Lineno."<<thenl<<" : SelectControl, not two sources, followings ignored"<<std::endl;
sout<<"Lineno."<<thenl<<" : SelectControl, not two sources, following ignored"<<std::endl;
sct->SetMainInput (GetCasted(IFSelect_Selection,ItemValue(3)));
sct->SetSecondInput (GetCasted(IFSelect_Selection,ItemValue(4)));
}

View File

@ -34,7 +34,6 @@ class IFSelect_WorkSession;
class TCollection_AsciiString;
class Standard_Transient;
//! A SessionFile is intended to manage access between a
//! WorkSession and an Ascii Form, to be considered as a Dump.
//! It allows to write the File from the WorkSession, and later
@ -46,7 +45,7 @@ class Standard_Transient;
//! It is possible to cumulate reading of several Files. But in
//! case of Names conflict, the newer Names are forgottens.
//!
//! The Dump supports the description of XSTEP functionnalities
//! The Dump supports the description of XSTEP functionalities
//! (Sharing an Interface File, with Selections, Dispatches,
//! Modifiers ...) but does not refer to the Interface File
//! which is currently loaded.
@ -71,7 +70,6 @@ public:
DEFINE_STANDARD_ALLOC
//! Creates a SessionFile, ready to read Files in order to load
//! them into a given WorkSession.
//! The following Read Operations must then be called.
@ -188,26 +186,25 @@ public:
//! in order to be used by the method ItemValue
//! <active> commands to make <item> active or not in the session
Standard_EXPORT void AddItem (const Handle(Standard_Transient)& item, const Standard_Boolean active = Standard_True);
//! Returns True if the last Read or Write operation has been
//! corectly performed. ELse returns False.
//! Returns True if the last Read or Write operation has been correctly performed.
//! Else returns False.
Standard_EXPORT Standard_Boolean IsDone() const;
//! Returns the WorkSession on which a SessionFile works.
//! Remark that it is returned as Immutable.
Standard_EXPORT Handle(IFSelect_WorkSession) WorkSession() const;
//! At beginning of writing an Item, writes its basics :
//! - either its name in the session if it has one
//! - or its relative number of item in the file, else
//! (preceeded by a '_')
//! - or its relative number of item in the file, else (preceded by a '_')
//! - then, its Dynamic Type (in the sense of cdl : pk_class)
//! This basic description can be followed by the parameters
//! which are used in the definition of the item.
Standard_EXPORT void NewItem (const Standard_Integer ident, const Handle(Standard_Transient)& par);
//! Sets Parameters to be sent as Own if <mode> is True (their
//! Name or Number or Void Mark or Text Value is preceeded by a
//! Name or Number or Void Mark or Text Value is preceded by a
//! Column sign ':') else they are sent normally
//! Hence, the Own Parameter are clearly identified in the File
Standard_EXPORT void SetOwn (const Standard_Boolean mode);
@ -216,15 +213,15 @@ public:
//! i.e. a Parameter which is present but undefined
//! Its form will be the dollar sign : $
Standard_EXPORT void SendVoid();
//! During a Write action, commands to send the identification of
//! a Parameter : if it is Null (undefined) it is send as Void ($)
//! if it is Named in the WorkSession, its Name is sent preceeded
//! by ':', else a relative Ident Number is sent preceeded by '#'
//! if it is Named in the WorkSession, its Name is sent preceded
//! by ':', else a relative Ident Number is sent preceded by '#'
//! (relative to the present Write, i.e. starting at one, without
//! skip, and counted part from Named Items)
Standard_EXPORT void SendItem (const Handle(Standard_Transient)& par);
//! During a Write action, commands to send a Text without
//! interpretation. It will be sent as well
Standard_EXPORT void SendText (const Standard_CString text);
@ -233,15 +230,15 @@ public:
//! followed by the Fist Own Parameter of the item.
//! Used by SessionFile after reading general parameters.
Standard_EXPORT void SetLastGeneral (const Standard_Integer lastgen);
//! During a Read operation, SessionFile processes sequencially
//! the Items to read. For each one, it gives access to the list
//! During a Read operation, SessionFile processes sequentially the Items to read.
//! For each one, it gives access to the list
//! of its Parameters : they were defined by calls to
//! SendVoid/SendParam/SendText during Writing the File.
//! NbParams returns the count of Parameters for the line
//! currently read.
Standard_EXPORT Standard_Integer NbParams() const;
//! Returns True if a Parameter, given its rank in the Own List
//! (see NbOwnParams), is Void. Returns also True if <num> is
//! out of range (undefined parameters)
@ -271,24 +268,16 @@ public:
Destroy();
}
protected:
Handle(IFSelect_WorkSession) thesess;
Handle(TColStd_HArray1OfInteger) thenums;
NCollection_DataMap<TCollection_AsciiString, Standard_Integer> thenames;
Standard_Integer thenl;
TColStd_SequenceOfAsciiString theline;
private:
Standard_Boolean themode;
TColStd_SequenceOfAsciiString thelist;
TCollection_AsciiString thebuff;
@ -297,13 +286,6 @@ private:
Standard_Boolean theownflag;
Standard_Integer thenewnum;
};
#endif // _IFSelect_SessionFile_HeaderFile

View File

@ -36,13 +36,12 @@ class IFSelect_WorkLibrary;
class TCollection_AsciiString;
class IFSelect_SignCounter;
class IFSelect_SessionPilot;
DEFINE_STANDARD_HANDLE(IFSelect_SessionPilot, IFSelect_Activator)
//! A SessionPilot is intended to make easier the use of a
//! WorkSession. It receives commands, under alphanumeric form,
//! then calls a library of Activators to interprete and run them.
//! A SessionPilot is intended to make easier the use of a WorkSession.
//! It receives commands, under alphanumeric form,
//! then calls a library of Activators to interpret and run them.
//!
//! Then, WorkSession just records data required to work :
//! Rules for Selection, Dispatch ... ; File Data (InterfaceModel
@ -78,7 +77,6 @@ class IFSelect_SessionPilot : public IFSelect_Activator
public:
//! Creates an empty SessionPilot, with a prompt which will be
//! displayed on querying commands. If not precised (""), this
//! prompt is set to "Test-XSTEP>"
@ -210,19 +208,10 @@ public:
//! Help for specific commands (apart from general command help)
Standard_EXPORT Standard_CString Help (const Standard_Integer number) const Standard_OVERRIDE;
DEFINE_STANDARD_RTTIEXT(IFSelect_SessionPilot,IFSelect_Activator)
protected:
private:
Handle(IFSelect_WorkSession) thesession;
TCollection_AsciiString theprompt;
TCollection_AsciiString thecommand;
@ -234,13 +223,6 @@ private:
Handle(Standard_Transient) theobjrec;
TColStd_SequenceOfAsciiString thecomlist;
};
#endif // _IFSelect_SessionPilot_HeaderFile

View File

@ -34,7 +34,6 @@ class IFSelect_GeneralModifier;
class IFSelect_Modifier;
class TCollection_AsciiString;
class IFSelect_ShareOut;
DEFINE_STANDARD_HANDLE(IFSelect_ShareOut, Standard_Transient)
@ -66,7 +65,6 @@ class IFSelect_ShareOut : public Standard_Transient
public:
//! Creates an empty ShareOut
Standard_EXPORT IFSelect_ShareOut();
@ -94,10 +92,10 @@ public:
//! Returns the rank of last run item (ClearResult resets it to 0)
Standard_EXPORT Standard_Integer LastRun() const;
//! Records a new alue for the rank of last run item
//! Records a new value for the rank of last run item
Standard_EXPORT void SetLastRun (const Standard_Integer last);
//! Returns the count of Dispatches
Standard_EXPORT Standard_Integer NbDispatches() const;
@ -226,19 +224,11 @@ public:
//! Error if no Root is defined for this <idnum>
Standard_EXPORT TCollection_AsciiString FileName (const Standard_Integer dnum, const Standard_Integer pnum, const Standard_Integer nbpack = 0);
DEFINE_STANDARD_RTTIEXT(IFSelect_ShareOut,Standard_Transient)
protected:
private:
IFSelect_TSeqOfDispatch thedisps;
IFSelect_SequenceOfGeneralModifier themodelmodifiers;
IFSelect_SequenceOfGeneralModifier thefilemodifiers;
@ -248,13 +238,6 @@ private:
Standard_Integer thenbdefs;
Standard_Integer thelastrun;
};
#endif // _IFSelect_ShareOut_HeaderFile

View File

@ -36,7 +36,6 @@ class IFSelect_PacketList;
class Interface_EntityIterator;
class TCollection_AsciiString;
//! This class gives results computed from a ShareOut : simulation
//! before transfer, helps to list entities ...
//! Transfer itself will later be performed, either by a
@ -48,7 +47,6 @@ public:
DEFINE_STANDARD_ALLOC
//! Creates a ShareOutResult from a ShareOut, to work on a Model
//! (without any more precision; uses Active Protocol)
Standard_EXPORT IFSelect_ShareOutResult(const Handle(IFSelect_ShareOut)& sho, const Handle(Interface_InterfaceModel)& mod);
@ -86,17 +84,17 @@ public:
//! Called the first time anyone question is asked, or after a
//! call to Reset. Works by calling the method Prepare.
Standard_EXPORT void Evaluate();
//! Returns the list of recorded Packets, under two modes :
//! - <complete> = False, the strict definition of Packets, i.e.
//! for each one, the Root Entities, to be explicitely sent
//! for each one, the Root Entities, to be explicitly sent
//! - <complete> = True (Default), the completely evaluated list,
//! i.e. which really gives the destination of each entity :
//! this mode allows to evaluate duplications
//! Remark that to send packets, iteration remains preferable
//! (file names are managed)
Standard_EXPORT Handle(IFSelect_PacketList) Packets (const Standard_Boolean complete = Standard_True);
//! Returns the total count of produced non empty packets
//! (in out : calls Evaluate as necessary)
Standard_EXPORT Standard_Integer NbPackets();
@ -152,21 +150,13 @@ public:
//! the returned value is Null
Standard_EXPORT TCollection_AsciiString FileName() const;
protected:
Interface_Graph thegraph;
IFGraph_SubPartsIterator thedispres;
private:
Handle(IFSelect_ShareOut) theshareout;
Handle(IFSelect_Dispatch) thedispatch;
Standard_Boolean theeval;
@ -176,13 +166,6 @@ private:
Standard_Integer thenbindisp;
TColStd_SequenceOfInteger thedisplist;
};
#endif // _IFSelect_ShareOutResult_HeaderFile

View File

@ -33,7 +33,6 @@ class Interface_InterfaceModel;
class Interface_Graph;
class TCollection_HAsciiString;
class IFSelect_SignCounter;
DEFINE_STANDARD_HANDLE(IFSelect_SignCounter, IFSelect_SignatureList)
@ -61,16 +60,14 @@ class IFSelect_SignCounter : public IFSelect_SignatureList
public:
//! Creates a SignCounter, without proper Signature
//! If <withmap> is True (default), added entities are counted
//! only if they are not yet recorded in the map
//! Map control can be set off if the input garantees uniqueness
//! of data
//! Map control can be set off if the input guarantees uniqueness of data
//! <withlist> is transmitted to SignatureList (option to list
//! entities, not only to count them).
Standard_EXPORT IFSelect_SignCounter(const Standard_Boolean withmap = Standard_True, const Standard_Boolean withlist = Standard_False);
//! Creates a SignCounter, with a predefined Signature
//! Other arguments as for Create without Signature.
Standard_EXPORT IFSelect_SignCounter(const Handle(IFSelect_Signature)& matcher, const Standard_Boolean withmap = Standard_True, const Standard_Boolean withlist = Standard_False);
@ -110,11 +107,11 @@ public:
//! Adds the result determined by a Selection from a Graph
//! Remark : does not impact at all data from SetSelection & Co
Standard_EXPORT void AddFromSelection (const Handle(IFSelect_Selection)& sel, const Interface_Graph& G);
//! Sets a Selection as input : this causes content to be cleared
//! then the Selection to be ready to compute (but not immediatly)
//! then the Selection to be ready to compute (but not immediately)
Standard_EXPORT void SetSelection (const Handle(IFSelect_Selection)& sel);
//! Returns the selection, or a null Handle
Standard_EXPORT Handle(IFSelect_Selection) Selection() const;
@ -154,19 +151,10 @@ public:
//! call, the returned value is LastValue
Standard_EXPORT Standard_CString ComputedSign (const Handle(Standard_Transient)& ent, const Interface_Graph& G);
DEFINE_STANDARD_RTTIEXT(IFSelect_SignCounter,IFSelect_SignatureList)
protected:
private:
Standard_Boolean themapstat;
TColStd_MapOfTransient themap;
Handle(IFSelect_Signature) thematcher;
@ -175,13 +163,6 @@ private:
Standard_Integer thenbcomp1;
Standard_Integer thenbcomp2;
};
#endif // _IFSelect_SignCounter_HeaderFile

View File

@ -35,7 +35,6 @@ class Interface_CopyTool;
class Standard_Transient;
class TCollection_AsciiString;
class IFSelect_TransformStandard;
DEFINE_STANDARD_HANDLE(IFSelect_TransformStandard, IFSelect_Transformer)
@ -69,7 +68,6 @@ class IFSelect_TransformStandard : public IFSelect_Transformer
public:
//! Creates a TransformStandard, option StandardCopy, no Modifier
Standard_EXPORT IFSelect_TransformStandard();
@ -130,16 +128,15 @@ public:
//! This is the OnTheSpot action : each entity is bound with ...
//! itself. The produced model is the same as the starting one.
Standard_EXPORT void OnTheSpot (const Interface_Graph& G, Interface_CopyTool& TC, Handle(Interface_InterfaceModel)& newmod) const;
//! Applies the modifiers sequencially.
//! For each one, prepares required data (if a Selection is
//! associated as a filter).
//! Applies the modifiers sequentially.
//! For each one, prepares required data (if a Selection is associated as a filter).
//! For the option OnTheSpot, it determines if the graph may be
//! changed and updates <newmod> if required
//! If a Modifier causes an error (check "HasFailed"),
//! ApplyModifier stops : the following Modifiers are ignored
Standard_EXPORT Standard_Boolean ApplyModifiers (const Interface_Graph& G, const Handle(Interface_Protocol)& protocol, Interface_CopyTool& TC, Interface_CheckIterator& checks, Handle(Interface_InterfaceModel)& newmod) const;
//! This methods allows to know what happened to a starting
//! entity after the last Perform. It reads result from the map
//! which was filled by Perform.
@ -150,31 +147,15 @@ public:
//! "<nn> Modifiers"
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
DEFINE_STANDARD_RTTIEXT(IFSelect_TransformStandard,IFSelect_Transformer)
protected:
private:
Standard_Boolean thecopy;
Handle(IFSelect_Selection) thesel;
IFSelect_SequenceOfGeneralModifier themodifs;
Handle(Interface_CopyControl) themap;
};
#endif // _IFSelect_TransformStandard_HeaderFile

View File

@ -29,7 +29,6 @@ class Interface_InterfaceModel;
class Standard_Transient;
class TCollection_AsciiString;
class IFSelect_Transformer;
DEFINE_STANDARD_HANDLE(IFSelect_Transformer, Standard_Transient)
@ -39,18 +38,16 @@ DEFINE_STANDARD_HANDLE(IFSelect_Transformer, Standard_Transient)
//! Perform, it can be parametred as needed.
//!
//! It receives a Model (the data set) as input. It then can :
//! - edit this Model on the spot (i.e. alter its content : by
//! editing entities, or adding/replacing some ...)
//! - edit this Model on the spot
//! (i.e. alter its content: by editing entities, or adding/replacing some ...)
//! - produce a copied Model, which detains the needed changes
//! (typically on the same type, but some or all entities beeing
//! rebuilt or converted; or converted from a protocol to
//! another one)
//! (typically on the same type, but some or all entities being
//! rebuilt or converted; or converted from a protocol to another one)
class IFSelect_Transformer : public Standard_Transient
{
public:
//! Performs a Transformation (defined by each sub-class) :
//! <G> gives the input data (especially the starting model) and
//! can be used for queries (by Selections, etc...)
@ -72,9 +69,9 @@ public:
//! memorized if needed, and to store information useful for
//! the method Updated
//!
//! Returns True if Done, False if an Error occured : in this case,
//! if a new data set has been produced, the transformation
//! is ignored, else data may be corrupted.
//! Returns True if Done, False if an Error occurred:
//! in this case, if a new data set has been produced, the transformation is ignored,
//! else data may be corrupted.
Standard_EXPORT virtual Standard_Boolean Perform (const Interface_Graph& G, const Handle(Interface_Protocol)& protocol, Interface_CheckIterator& checks, Handle(Interface_InterfaceModel)& newmod) = 0;
//! This methods allows to declare that the Protocol applied to
@ -97,27 +94,9 @@ public:
//! (to identify the transformation it performs)
Standard_EXPORT virtual TCollection_AsciiString Label() const = 0;
DEFINE_STANDARD_RTTIEXT(IFSelect_Transformer,Standard_Transient)
protected:
private:
};
#endif // _IFSelect_Transformer_HeaderFile

View File

@ -65,7 +65,6 @@ class IFSelect_Transformer;
class IFSelect_PacketList;
class IFSelect_SignatureList;
class IFSelect_WorkSession;
DEFINE_STANDARD_HANDLE(IFSelect_WorkSession, Standard_Transient)
@ -80,7 +79,6 @@ class IFSelect_WorkSession : public Standard_Transient
public:
//! Creates a Work Session
//! It provides default, empty ShareOut and ModelCopier, which can
//! be replaced (if required, should be done just after creation).
@ -100,13 +98,13 @@ public:
//! Sets a new ShareOut. Fills Items which its content
//! Warning : data from the former ShareOut are lost
Standard_EXPORT void SetShareOut (const Handle(IFSelect_ShareOut)& shareout);
//! Set value of mode responsible for precence of selections after loading
//! Set value of mode responsible for presence of selections after loading
//! If mode set to true that different selections will be accessible after loading
//! else selections will be not accessible after loading( for economy memory in applicatios)
//! else selections will be not accessible after loading( for economy memory in applications)
void SetModeStat (const Standard_Boolean theMode)
{ themodelstat = theMode; }
//! Return value of mode defining of filling selection during loading
Standard_Boolean GetModeStat() const
{ return themodelstat; }
@ -264,7 +262,7 @@ public:
Standard_EXPORT Standard_Boolean IsLoaded() const;
//! Computes the CheckList for the Model currently loaded
//! It can then be used for displays, querries ...
//! It can then be used for displays, queries ...
//! Returns True if OK, False else (i.e. no Protocol set, or Model
//! absent). If <enforce> is False, works only if not already done
//! or if a new Model has been loaded from last call.
@ -313,7 +311,7 @@ public:
Standard_EXPORT Handle(Standard_Transient) NamedItem (const Standard_CString name) const;
//! Same as above, but <name> is given through a Handle
//! Especially Usefull with methods SelectionNames, etc...
//! Especially useful with methods SelectionNames, etc...
Standard_EXPORT Handle(Standard_Transient) NamedItem (const Handle(TCollection_HAsciiString)& name) const;
//! Returns the Ident attached to a Name, 0 if name not recorded
@ -581,7 +579,7 @@ public:
//! Returns the Rank of a Modifier given its Ident. Model or File
//! Modifier according its type (ModelModifier or not)
//! Remember that Modifiers are applied sequencially following
//! Remember that Modifiers are applied sequentially following
//! their Rank : first Model Modifiers then File Modifiers
//! Rank is given by rank of call to AddItem and can be
//! changed by ChangeModifierRank
@ -812,8 +810,7 @@ public:
//! Returns a status of execution :
//! Done if OK,
//! Void if no data available,
//! Error if errors occured (work library is not defined), errors
//! during translation
//! Error if errors occurred (work library is not defined), errors during translation
//! Fail if exception during translation is raised
//! Stop if no disk space or disk, file is write protected
//! Fills LastRunCheckList
@ -884,7 +881,7 @@ public:
//! 0 if <sel> is not kind of SelectCombine, or if <seladd> or
//! <sel> is not in the WorkSession
//! By default, adding is done at the end of the list
//! Else, it is an insertion to rank <atnum> (usefull for Un-ReDo)
//! Else, it is an insertion to rank <atnum> (useful for Un-ReDo)
Standard_EXPORT Standard_Integer CombineAdd (const Handle(IFSelect_Selection)& selcomb, const Handle(IFSelect_Selection)& seladd, const Standard_Integer atnum = 0);
//! Removes an input selection from a SelectCombine (Union or
@ -926,7 +923,7 @@ public:
//! if <first> is the name of a Selection in <WS>, and <second>
//! not defined, the standard result of this Selection
//! else, let's consider "first second" : this whole phrase is
//! splitted by blanks, as follows (RECURSIVE CALL) :
//! split by blanks, as follows (RECURSIVE CALL) :
//! - the leftest term is the final selection
//! - the other terms define the result of the selection
//! - and so on (the "leftest minus one" is a selection, of which
@ -934,15 +931,15 @@ public:
Standard_EXPORT Handle(TColStd_HSequenceOfTransient) GiveList (const Standard_CString first, const Standard_CString second = "") const;
//! Computes a List of entities from the model as follows
//! <first> beeing a Selection or a combination of Selections,
//! <ent> beeing an entity or a list
//! <first> being a Selection or a combination of Selections,
//! <ent> being an entity or a list
//! of entities (as a HSequenceOfTransient) :
//! the standard result of this selection applied to this list
//! if <ent> is Null, the standard definition of the selection is
//! used (which contains a default input selection)
//! if <selname> is erroneous, a null handle is returned
//!
//! REMARK : selname is processed as <first second> of preceeding
//! REMARK : selname is processed as <first second> of preceding
//! GiveList
Standard_EXPORT Handle(TColStd_HSequenceOfTransient) GiveListFromList (const Standard_CString selname, const Handle(Standard_Transient)& ent) const;

View File

@ -64,7 +64,7 @@
IMPLEMENT_STANDARD_RTTIEXT(IGESAppli_GeneralModule,IGESData_GeneralModule)
// Each Module is attached to a Protocol : it must interprete Case Numbers
// Each Module is attached to a Protocol : it must interpret Case Numbers
// (arguments <CN> of various methods) in accordance to values returned by
// the method TypeNumber from this Protocol
IGESAppli_GeneralModule::IGESAppli_GeneralModule () { }

View File

@ -61,7 +61,7 @@
IMPLEMENT_STANDARD_RTTIEXT(IGESAppli_ReadWriteModule,IGESData_ReadWriteModule)
// Each Module is attached to a Protocol : it must interprete Case Numbers
// Each Module is attached to a Protocol : it must interpret Case Numbers
// (arguments <CN> of various methods) in accordance to values returned by
// the method TypeNumber from this Protocol
IGESAppli_ReadWriteModule::IGESAppli_ReadWriteModule () { }

View File

@ -59,7 +59,7 @@
IMPLEMENT_STANDARD_RTTIEXT(IGESAppli_SpecificModule,IGESData_SpecificModule)
// Each Module is attached to a Protocol : it must interprete Case Numbers
// Each Module is attached to a Protocol : it must interpret Case Numbers
// (arguments <CN> of various methods) in accordance to values returned by
// the method TypeNumber from this Protocol
IGESAppli_SpecificModule::IGESAppli_SpecificModule() { }

View File

@ -30,7 +30,7 @@ static Handle(IGESBasic_Protocol) protocol;
void IGESBasic::Init ()
{
IGESData::Init(); // usefull for Undefined Type or Erroneous Entities
IGESData::Init(); // useful for Undefined Type or Erroneous Entities
if (protocol.IsNull()) {
protocol = new IGESBasic_Protocol;
Interface_GeneralLib::SetGlobal (new IGESBasic_GeneralModule, protocol);

View File

@ -58,7 +58,7 @@
IMPLEMENT_STANDARD_RTTIEXT(IGESBasic_GeneralModule,IGESData_GeneralModule)
// Each Module is attached to a Protocol : it must interprete Case Numbers
// Each Module is attached to a Protocol : it must interpret Case Numbers
// (arguments <CN> of various methods) in accordance to values returned by
// the method TypeNumber from this Protocol
IGESBasic_GeneralModule::IGESBasic_GeneralModule () { }

View File

@ -55,7 +55,7 @@
IMPLEMENT_STANDARD_RTTIEXT(IGESBasic_ReadWriteModule,IGESData_ReadWriteModule)
// Each Module is attached to a Protocol : it must interprete Case Numbers
// Each Module is attached to a Protocol : it must interpret Case Numbers
// (arguments <CN> of various methods) in accordance to values returned by
// the method TypeNumber from this Protocol
IGESBasic_ReadWriteModule::IGESBasic_ReadWriteModule () { }

View File

@ -53,7 +53,7 @@
IMPLEMENT_STANDARD_RTTIEXT(IGESBasic_SpecificModule,IGESData_SpecificModule)
// Each Module is attached to a Protocol : it must interprete Case Numbers
// Each Module is attached to a Protocol : it must interpret Case Numbers
// (arguments <CN> of various methods) in accordance to values returned by
// the method TypeNumber from this Protocol
IGESBasic_SpecificModule::IGESBasic_SpecificModule() { }

View File

@ -13,17 +13,6 @@
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
//06.01.99 pdn renaming ShapeFix_Wire::FixLittle to ShapeFix_Wire::FixSmall
//:n1 abv 20.01.99: BUC60328.rle (loopback): call FixSmall with Max(1.,preci)
//smh #1 11.03.99 PRO15640/15641, szv#2 PRO17393: call FixSameParameter after BuildCurve3d
//#74 rln 10.03.99 S4135: handling use of BRepLib::SameParameter by new static parameter
// pdn 18.03.99 S4135: using mintol instead of resolution from IGES file
// pdn 18.03.99 S4135: projecting with resolution from IGES file.
//%14 pdn 06.03.99 implementing fixFace in IGES
// S4135 pdn improvements in using of stdsameparameter flag
//#21 gka 12.04.99 CSR UKI60998 entities number - 13, 24 lost of boundaries during translation of tabulated cylinders
//S4181 pdn 15.04.99 implementing of reading IGES elementary surfaces. (instead of shift, reverce and
//scale factors the transformation matrix and scale factor used)
#include <BRep_Builder.hxx>
#include <BRep_Tool.hxx>

View File

@ -27,7 +27,6 @@ class IGESToBRep_CurveAndSurface;
class IGESData_IGESEntity;
class ShapeExtend_WireData;
class IGESControl_IGESBoundary;
DEFINE_STANDARD_HANDLE(IGESControl_IGESBoundary, IGESToBRep_IGESBoundary)
@ -40,13 +39,12 @@ class IGESControl_IGESBoundary : public IGESToBRep_IGESBoundary
public:
//! Creates an object and calls inherited constuctor.
//! Creates an object and calls inherited constructor.
Standard_EXPORT IGESControl_IGESBoundary();
//! Creates an object and calls inherited constuctor.
//! Creates an object and calls inherited constructor.
Standard_EXPORT IGESControl_IGESBoundary(const IGESToBRep_CurveAndSurface& CS);
//! Checks result of translation of IGES boundary entities
//! (types 141, 142 or 508).
//! Checks consistency of 2D and 3D representations and keeps
@ -56,29 +54,12 @@ public:
//! wire to contain only closed representation.
Standard_EXPORT virtual void Check (const Standard_Boolean result, const Standard_Boolean checkclosure, const Standard_Boolean okCurve3d, const Standard_Boolean okCurve2d) Standard_OVERRIDE;
DEFINE_STANDARD_RTTIEXT(IGESControl_IGESBoundary,IGESToBRep_IGESBoundary)
protected:
Standard_EXPORT virtual Standard_Boolean Transfer (Standard_Boolean& okCurve, Standard_Boolean& okCurve3d, Standard_Boolean& okCurve2d, const Handle(IGESData_IGESEntity)& icurve3d, const Handle(ShapeExtend_WireData)& scurve3d, const Standard_Boolean usescurve, const Standard_Boolean toreverse3d, const Handle(IGESData_HArray1OfIGESEntity)& curves2d, const Standard_Boolean toreverse2d, const Standard_Integer number, Handle(ShapeExtend_WireData)& lsewd) Standard_OVERRIDE;
private:
};
#endif // _IGESControl_IGESBoundary_HeaderFile

View File

@ -96,9 +96,9 @@ static Handle(IGESData_DefaultSpecific) speci;
Interface_Static::Init ("XSTEP","read.iges.resource.name",'t',"IGES");
Interface_Static::Init ("XSTEP","write.iges.sequence",'t',"ToIGES");
Interface_Static::Init ("XSTEP","read.iges.sequence",'t',"FromIGES");
// sln 11.06.2002 OCC448 : Initialize "read.onlyvisible" parameter to control transfering
// invisiable sub entities which logicaly depend on the grouping entities
// sln 11.06.2002 OCC448 : Initialize "read.onlyvisible" parameter to control transferring
// invisible sub entities which logically depend on the grouping entities
Interface_Static::Init ("XSTEP","read.iges.onlyvisible",'e',"");
Interface_Static::Init ("XSTEP","read.iges.onlyvisible",'&',"ematch 0");
Interface_Static::Init ("XSTEP","read.iges.onlyvisible",'&',"eval Off");

View File

@ -24,10 +24,9 @@
#include <Standard_Integer.hxx>
#include <IGESData_DefType.hxx>
//! description of a directory component which can be either
//! undefined (let Void), defined as a Reference to an entity,
//! or as a Rank, integer value adressing a builtin table
//! or as a Rank, integer value addressing a builtin table
//! The entity reference is not included here, only reference
//! status is kept (because entity type must be adapted)
class IGESData_DefSwitch
@ -36,7 +35,6 @@ public:
DEFINE_STANDARD_ALLOC
//! creates a DefSwitch as Void
Standard_EXPORT IGESData_DefSwitch();
@ -55,28 +53,10 @@ public:
//! returns Value as Integer (sensefull for a Rank)
Standard_EXPORT Standard_Integer Value() const;
protected:
private:
Standard_Integer theval;
};
#endif // _IGESData_DefSwitch_HeaderFile

View File

@ -26,22 +26,19 @@
#include <Standard_CString.hxx>
class IGESData_IGESType;
//! literal/numeric description of an entity's directory section,
//! taken from file
//! literal/numeric description of an entity's directory section, taken from file
class IGESData_DirPart
{
public:
DEFINE_STANDARD_ALLOC
//! creates an empty DirPart, ready to be filled by Init
Standard_EXPORT IGESData_DirPart();
//! fills DirPart with consistant data read from file
//! fills DirPart with consistent data read from file
Standard_EXPORT void Init (const Standard_Integer i1, const Standard_Integer i2, const Standard_Integer i3, const Standard_Integer i4, const Standard_Integer i5, const Standard_Integer i6, const Standard_Integer i7, const Standard_Integer i8, const Standard_Integer i9, const Standard_Integer i19, const Standard_Integer i11, const Standard_Integer i12, const Standard_Integer i13, const Standard_Integer i14, const Standard_Integer i15, const Standard_Integer i16, const Standard_Integer i17, const Standard_CString res1, const Standard_CString res2, const Standard_CString label, const Standard_CString subscript);
//! returns values recorded in DirPart
//! (content of cstrings are modified)
Standard_EXPORT void Values (Standard_Integer& i1, Standard_Integer& i2, Standard_Integer& i3, Standard_Integer& i4, Standard_Integer& i5, Standard_Integer& i6, Standard_Integer& i7, Standard_Integer& i8, Standard_Integer& i9, Standard_Integer& i19, Standard_Integer& i11, Standard_Integer& i12, Standard_Integer& i13, Standard_Integer& i14, Standard_Integer& i15, Standard_Integer& i16, Standard_Integer& i17, const Standard_CString res1, const Standard_CString res2, const Standard_CString label, const Standard_CString subscript) const;
@ -49,32 +46,14 @@ public:
//! returns "type" and "form" info, used to recognize the entity
Standard_EXPORT IGESData_IGESType Type() const;
protected:
private:
Standard_Integer thevals[17];
Standard_Character theres1[10];
Standard_Character theres2[10];
Standard_Character thelabl[10];
Standard_Character thesubs[10];
};
#endif // _IGESData_DirPart_HeaderFile

View File

@ -25,7 +25,7 @@
// ###############################################################
// Macros to help Dumping Parts of IGES Entities
// (for usefull and repetitive cases but which apply to different classes
// (for useful and repetitive cases but which apply to different classes
// but with similar signatures, such as Arrays)
// Remember that the class IGESDumper processes itself individual dump of
// IGESEntity

View File

@ -25,21 +25,18 @@
class IGESData_Protocol;
class Interface_Protocol;
class IGESData_FileProtocol;
DEFINE_STANDARD_HANDLE(IGESData_FileProtocol, IGESData_Protocol)
//! This class allows to define complex protocols, in order to
//! treat various sub-sets (or the complete set) of the IGES Norm,
//! such as Solid + Draw (which are normally independant), etc...
//! While it inherits Protocol from IGESData, it admits
//! UndefinedEntity too
//! such as Solid + Draw (which are normally independent), etc...
//! While it inherits Protocol from IGESData, it admits UndefinedEntity too
class IGESData_FileProtocol : public IGESData_Protocol
{
public:
//! Returns an empty FileProtocol
Standard_EXPORT IGESData_FileProtocol();
@ -52,29 +49,13 @@ public:
//! Returns a Resource, given a rank (rank of call to Add)
Standard_EXPORT virtual Handle(Interface_Protocol) Resource (const Standard_Integer num) const Standard_OVERRIDE;
DEFINE_STANDARD_RTTIEXT(IGESData_FileProtocol,IGESData_Protocol)
protected:
private:
Handle(IGESData_Protocol) theresource;
Handle(IGESData_FileProtocol) thenext;
};
#endif // _IGESData_FileProtocol_HeaderFile

View File

@ -27,26 +27,23 @@ class IGESData_IGESEntity;
class IGESData_SpecificLib;
class IGESData_NodeOfSpecificLib;
class IGESData_GlobalNodeOfSpecificLib;
DEFINE_STANDARD_HANDLE(IGESData_GlobalNodeOfSpecificLib, Standard_Transient)
class IGESData_GlobalNodeOfSpecificLib : public Standard_Transient
{
public:
//! Creates an empty GlobalNode, with no Next
Standard_EXPORT IGESData_GlobalNodeOfSpecificLib();
//! Adds a Module bound with a Protocol to the list : does
//! nothing if already in the list, THAT IS, Same Type (exact
//! match) and Same State (that is, IsEqual is not required)
//! Once added, stores its attached Protocol in correspondance
//! Once added, stores its attached Protocol in correspondence
Standard_EXPORT void Add (const Handle(IGESData_SpecificModule)& amodule, const Handle(IGESData_Protocol)& aprotocol);
//! Returns the Module stored in a given GlobalNode
Standard_EXPORT const Handle(IGESData_SpecificModule)& Module() const;
@ -57,30 +54,14 @@ public:
//! value is a Null Handle
Standard_EXPORT const Handle(IGESData_GlobalNodeOfSpecificLib)& Next() const;
DEFINE_STANDARD_RTTI_INLINE(IGESData_GlobalNodeOfSpecificLib,Standard_Transient)
protected:
private:
Handle(IGESData_SpecificModule) themod;
Handle(IGESData_Protocol) theprot;
Handle(IGESData_GlobalNodeOfSpecificLib) thenext;
};
#endif // _IGESData_GlobalNodeOfSpecificLib_HeaderFile

View File

@ -27,26 +27,23 @@ class IGESData_IGESEntity;
class IGESData_WriterLib;
class IGESData_NodeOfWriterLib;
class IGESData_GlobalNodeOfWriterLib;
DEFINE_STANDARD_HANDLE(IGESData_GlobalNodeOfWriterLib, Standard_Transient)
class IGESData_GlobalNodeOfWriterLib : public Standard_Transient
{
public:
//! Creates an empty GlobalNode, with no Next
Standard_EXPORT IGESData_GlobalNodeOfWriterLib();
//! Adds a Module bound with a Protocol to the list : does
//! nothing if already in the list, THAT IS, Same Type (exact
//! match) and Same State (that is, IsEqual is not required)
//! Once added, stores its attached Protocol in correspondance
//! Adds a Module bound with a Protocol to the list:
//! does nothing if already in the list,
//! THAT IS, Same Type (exact match) and Same State (that is, IsEqual is not required).
//! Once added, stores its attached Protocol in correspondence
Standard_EXPORT void Add (const Handle(IGESData_ReadWriteModule)& amodule, const Handle(IGESData_Protocol)& aprotocol);
//! Returns the Module stored in a given GlobalNode
Standard_EXPORT const Handle(IGESData_ReadWriteModule)& Module() const;
@ -57,30 +54,14 @@ public:
//! value is a Null Handle
Standard_EXPORT const Handle(IGESData_GlobalNodeOfWriterLib)& Next() const;
DEFINE_STANDARD_RTTI_INLINE(IGESData_GlobalNodeOfWriterLib,Standard_Transient)
protected:
private:
Handle(IGESData_ReadWriteModule) themod;
Handle(IGESData_Protocol) theprot;
Handle(IGESData_GlobalNodeOfWriterLib) thenext;
};
#endif // _IGESData_GlobalNodeOfWriterLib_HeaderFile

View File

@ -30,7 +30,6 @@ class Interface_ParamSet;
class Interface_Check;
class gp_XYZ;
//! Description of a global section (corresponds to file header)
//! used as well in IGESModel, IGESReader and IGESWriter
//! Warning : From IGES-5.1, a parameter is added : LastChangeDate (concerns
@ -52,12 +51,12 @@ public:
//! undefined parameters do not change default values when defined
//! Fills Check about Corrections or Fails
Standard_EXPORT void Init (const Handle(Interface_ParamSet)& params, Handle(Interface_Check)& ach);
//! Copies data referenced by Handle (that is, Strings)
//! usefull to "isolate" a GlobalSection after copy by "="
//! useful to "isolate" a GlobalSection after copy by "="
//! (from a Model to another Model for instance)
Standard_EXPORT void CopyRefs();
//! Returns all contained data in the form of a ParamSet
//! Remark : Strings are given under Hollerith form
Standard_EXPORT Handle(Interface_ParamSet) Params() const;

View File

@ -32,7 +32,7 @@ class IGESData_IGESEntity;
//! (distinct from normalized output). It works with tools
//! attached to Entities, as for normalized Reade and Write
//!
//! For each Entity, displaying data is splitted in own data
//! For each Entity, displaying data is split in own data
//! (specific to each type) and other attached data, which are
//! defined for all IGES Types (either from "Directory Entry" or
//! from Lists of Associativities and Properties)
@ -43,11 +43,11 @@ public:
DEFINE_STANDARD_ALLOC
//! Returns an IGESDumper ready to work. The IGESModel provides
//! the numbering of Entities : as for any InterfaceModel, it
//! gives each Entity a number; but for IGESEntities, the "Number
//! of Directory Entry" according to the definition of IGES Files,
//! is also usefull
//! Returns an IGESDumper ready to work.
//! The IGESModel provides the numbering of Entities:
//! as for any InterfaceModel, it gives each Entity a number;
//! but for IGESEntities, the "Number of Directory Entry"
//! according to the definition of IGES Files, is also useful.
Standard_EXPORT IGESData_IGESDumper(const Handle(IGESData_IGESModel)& model, const Handle(IGESData_Protocol)& protocol);
//! Prints onto an output, the "Number of Directory Entry" which
@ -66,29 +66,11 @@ public:
//! <own> is the parameter <own> from Dump
Standard_EXPORT void OwnDump (const Handle(IGESData_IGESEntity)& ent, Standard_OStream& S, const Standard_Integer own) const;
protected:
private:
Handle(IGESData_IGESModel) themodel;
IGESData_SpecificLib thelib;
};
#endif // _IGESData_IGESDumper_HeaderFile

View File

@ -53,7 +53,7 @@ class IGESData_IGESEntity;
DEFINE_STANDARD_HANDLE(IGESData_IGESEntity, Standard_Transient)
//! defines root of IGES Entity definition, including Directory
//! Part, lists of (optionnal) Properties and Associativities
//! Part, lists of (optional) Properties and Associativities
class IGESData_IGESEntity : public Standard_Transient
{
@ -335,7 +335,7 @@ friend class IGESData_DirChecker;
protected:
//! prepares lists of optionnal data, set values to defaults
//! prepares lists of optional data, set values to defaults
Standard_EXPORT IGESData_IGESEntity();
//! Initializes Type and Form Numbers to new values. Reserved for

View File

@ -44,7 +44,7 @@ DEFINE_STANDARD_HANDLE(IGESData_IGESReaderData, Interface_FileReaderData)
//! contains header as GlobalSection, and for each Entity, its
//! directory part as DirPart, list of Parameters as ParamSet
//! Each Item has a DirPart, plus classically a ParamSet and the
//! correspondant recognized Entity (inherited from FileReaderData)
//! correspondent recognized Entity (inherited from FileReaderData)
//! Parameters are accessed through specific objects, ParamReaders
class IGESData_IGESReaderData : public Interface_FileReaderData
{

View File

@ -51,7 +51,7 @@ Standard_Boolean operator == (const IGESData_IGESType& another) const
return IsEqual(another);
}
//! resets fields (usefull when an IGESType is stored as mask)
//! resets fields (useful when an IGESType is stored as mask)
Standard_EXPORT void Nullify();

View File

@ -75,7 +75,7 @@ public:
//! 0 (D) : Normal IGES, 10 : FNES
Standard_EXPORT Standard_Integer& WriteMode();
//! Sends an additionnal Starting Line : this is the way used to
//! Sends an additional Starting Line : this is the way used to
//! send comments in an IGES File (at beginning of the file).
//! If the line is more than 72 char.s long, it is splited into
//! as many lines as required to send it completely
@ -174,7 +174,7 @@ public:
//! Writes result on an output defined as an OStream
//! resolves stored infos at this time; in particular, numbers of
//! lines used to adress P-section from D-section and final totals
//! lines used to address P-section from D-section and final totals
//! Takes WriteMode into account
Standard_EXPORT Standard_Boolean Print (Standard_OStream& S) const;

View File

@ -77,7 +77,7 @@ public:
//! (that is, skip "item size" - "term size")
//!
//! In addition, Offset from beginning of Item is managed :
//! After being created, and for the frist call to SetTerm, the
//! After being created, and for the first call to SetTerm, the
//! part of Item to be read begins exactly as the Item begins
//! But after a SetTerm, the next read will add an offset which is
//! the size of former term.

View File

@ -80,7 +80,7 @@ public:
//! parameter : it can be ended by two lists (Associativities and
//! Properties), which can be empty, or even absent. Hence, it is
//! necessary to know, at the end of specific reading, how many
//! parameters have been read : the optionnal lists follow
//! parameters have been read : the optional lists follow
Standard_EXPORT Standard_Integer CurrentNumber() const;
//! sets current parameter number to a new value
@ -302,7 +302,7 @@ public:
//! If "ord" is given True (default), entities will be added to
//! the list in their original order
//! Remark : Negative or Null Pointers are ignored
//! Else ("ord" False), order is not garanteed (faster mode)
//! Else ("ord" False), order is not guaranteed (faster mode)
//! If all params cannot be read as Entities, same as above
//! Warning Give "ord" to False ONLY if order is not significant
Standard_EXPORT Standard_Boolean ReadEntList (const Handle(IGESData_IGESReaderData)& IR, const IGESData_ParamCursor& PC, const Standard_CString mess, Interface_EntityList& val, const Standard_Boolean ord = Standard_True);

View File

@ -33,7 +33,7 @@ class IGESData_Protocol;
DEFINE_STANDARD_HANDLE(IGESData_Protocol, Interface_Protocol)
//! Description of basic Protocol for IGES
//! This comprises treatement of IGESModel and Recognition of
//! This comprises treatment of IGESModel and Recognition of
//! Undefined-FreeFormat-Entity
class IGESData_Protocol : public Interface_Protocol
{

View File

@ -141,7 +141,7 @@ public:
//! Calls ConvertLocation (see below)
Standard_EXPORT Standard_Boolean AnalyseLocation (const gp_GTrsf& loc, gp_Trsf& result) const;
//! Convertion of a Location, from GTrsf form to Trsf form
//! Conversion of a Location, from GTrsf form to Trsf form
//! Works with a precision given as argument.
//! Returns True if the Conversion is possible, (hence, <result>
//! contains the converted location), False else

View File

@ -38,7 +38,7 @@ DEFINE_STANDARD_HANDLE(IGESDefs_AttributeTable, IGESData_IGESEntity)
//! defines IGES Attribute Table, Type <422> Form <0, 1>
//! in package IGESDefs
//! This class is used to represent an occurence of
//! This class is used to represent an occurrence of
//! Attribute Table. This Class may be independent
//! or dependent or pointed at by other Entities.
class IGESDefs_AttributeTable : public IGESData_IGESEntity

View File

@ -40,7 +40,7 @@
IMPLEMENT_STANDARD_RTTIEXT(IGESDefs_GeneralModule,IGESData_GeneralModule)
// Each Module is attached to a Protocol : it must interprete Case Numbers
// Each Module is attached to a Protocol : it must interpret Case Numbers
// (arguments <CN> of various methods) in accordance to values returned by
// the method TypeNumber from this Protocol
IGESDefs_GeneralModule::IGESDefs_GeneralModule () { }

View File

@ -37,7 +37,7 @@
IMPLEMENT_STANDARD_RTTIEXT(IGESDefs_ReadWriteModule,IGESData_ReadWriteModule)
// Each Module is attached to a Protocol : it must interprete Case Numbers
// Each Module is attached to a Protocol : it must interpret Case Numbers
// (arguments <CN> of various methods) in accordance to values returned by
// the method TypeNumber from this Protocol
IGESDefs_ReadWriteModule::IGESDefs_ReadWriteModule () { }

View File

@ -34,7 +34,7 @@
IMPLEMENT_STANDARD_RTTIEXT(IGESDefs_SpecificModule,IGESData_SpecificModule)
// Each Module is attached to a Protocol : it must interprete Case Numbers
// Each Module is attached to a Protocol : it must interpret Case Numbers
// (arguments <CN> of various methods) in accordance to values returned by
// the method TypeNumber from this Protocol
IGESDefs_SpecificModule::IGESDefs_SpecificModule() { }

View File

@ -114,7 +114,7 @@ void IGESDefs_ToolTabularData::ReadOwnParams
somedeps->SetValue(i, treal);
}
if (nbDeps > 0) valuesDep->SetValue(1,somedeps);
else PR.AddWarning("Some Real remain while no dependent vakue is defined");
else PR.AddWarning("Some Real remain while no dependent value is defined");
nbProps = PR.CurrentNumber() - 2;
/* for (;;) {
@ -123,7 +123,7 @@ void IGESDefs_ToolTabularData::ReadOwnParams
if (PR.ParamType(curnum) != Interface_ParamReal) break;
PR.SetCurrentNumber (curnum+1);
} */
PR.AddWarning("Don't know exactly how to read dependant values ...");
PR.AddWarning("Don't know exactly how to read dependent values ...");
// ?? a eclaircir
DirChecker(ent).CheckTypeAndForm(PR.CCheck(),ent);
ent->Init (nbProps, propType, typesInd, nbValuesInd, valuesInd, valuesDep);

View File

@ -73,10 +73,10 @@ public:
//! returns the Second Witness Line Entity or Null Handle.
Standard_EXPORT Handle(IGESDimen_WitnessLine) SecondWitnessLine() const;
//! returns the co-ordinates of the Vertex point as Pnt2d from gp.
//! returns the coordinates of the Vertex point as Pnt2d from gp.
Standard_EXPORT gp_Pnt2d Vertex() const;
//! returns the co-ordinates of the Vertex point as Pnt2d from gp
//! returns the coordinates of the Vertex point as Pnt2d from gp
//! after Transformation. (Z = 0.0 for Transformation)
Standard_EXPORT gp_Pnt2d TransformedVertex() const;

View File

@ -63,10 +63,10 @@ public:
//! returns the Second Leader Entity
Standard_EXPORT Handle(IGESDimen_LeaderArrow) SecondLeader() const;
//! returns the Arc Center co-ordinates as Pnt2d from package gp
//! returns the Arc Center coordinates as Pnt2d from package gp
Standard_EXPORT gp_Pnt2d Center() const;
//! returns the Arc Center co-ordinates as Pnt2d from package gp
//! returns the Arc Center coordinates as Pnt2d from package gp
//! after Transformation. (Z = 0.0 for Transformation)
Standard_EXPORT gp_Pnt2d TransformedCenter() const;

View File

@ -72,7 +72,7 @@
IMPLEMENT_STANDARD_RTTIEXT(IGESDimen_GeneralModule,IGESData_GeneralModule)
// Each Module is attached to a Protocol : it must interprete Case Numbers
// Each Module is attached to a Protocol : it must interpret Case Numbers
// (arguments <CN> of various methods) in accordance to values returned by
// the method TypeNumber from this Protocol
IGESDimen_GeneralModule::IGESDimen_GeneralModule () { }

View File

@ -72,17 +72,17 @@ public:
//! returns Z depth
Standard_EXPORT Standard_Real ZDepth() const;
//! returns ArrowHead co-ordinates
//! returns ArrowHead coordinates
Standard_EXPORT gp_Pnt2d ArrowHead() const;
//! returns ArrowHead co-ordinates after Transformation
//! returns ArrowHead coordinates after Transformation
Standard_EXPORT gp_Pnt TransformedArrowHead() const;
//! returns segment tail co-ordinates.
//! returns segment tail coordinates.
//! raises exception if Index <= 0 or Index > NbSegments
Standard_EXPORT gp_Pnt2d SegmentTail (const Standard_Integer Index) const;
//! returns segment tail co-ordinates after Transformation.
//! returns segment tail coordinates after Transformation.
//! raises exception if Index <= 0 or Index > NbSegments
Standard_EXPORT gp_Pnt TransformedSegmentTail (const Standard_Integer Index) const;

View File

@ -69,7 +69,7 @@
IMPLEMENT_STANDARD_RTTIEXT(IGESDimen_ReadWriteModule,IGESData_ReadWriteModule)
// Each Module is attached to a Protocol : it must interprete Case Numbers
// Each Module is attached to a Protocol : it must interpret Case Numbers
// (arguments <CN> of various methods) in accordance to values returned by
// the method TypeNumber from this Protocol
IGESDimen_ReadWriteModule::IGESDimen_ReadWriteModule () { }

View File

@ -67,7 +67,7 @@
IMPLEMENT_STANDARD_RTTIEXT(IGESDimen_SpecificModule,IGESData_SpecificModule)
// Each Module is attached to a Protocol : it must interprete Case Numbers
// Each Module is attached to a Protocol : it must interpret Case Numbers
// (arguments <CN> of various methods) in accordance to values returned by
// the method TypeNumber from this Protocol
IGESDimen_SpecificModule::IGESDimen_SpecificModule() { }

View File

@ -54,7 +54,7 @@
IMPLEMENT_STANDARD_RTTIEXT(IGESDraw_GeneralModule,IGESData_GeneralModule)
// Each Module is attached to a Protocol : it must interprete Case Numbers
// Each Module is attached to a Protocol : it must interpret Case Numbers
// (arguments <CN> of various methods) in accordance to values returned by
// the method TypeNumber from this Protocol
IGESDraw_GeneralModule::IGESDraw_GeneralModule () { }

View File

@ -51,7 +51,7 @@
IMPLEMENT_STANDARD_RTTIEXT(IGESDraw_ReadWriteModule,IGESData_ReadWriteModule)
// Each Module is attached to a Protocol : it must interprete Case Numbers
// Each Module is attached to a Protocol : it must interpret Case Numbers
// (arguments <CN> of various methods) in accordance to values returned by
// the method TypeNumber from this Protocol
IGESDraw_ReadWriteModule::IGESDraw_ReadWriteModule () { }

View File

@ -48,7 +48,7 @@
IMPLEMENT_STANDARD_RTTIEXT(IGESDraw_SpecificModule,IGESData_SpecificModule)
// Each Module is attached to a Protocol : it must interprete Case Numbers
// Each Module is attached to a Protocol : it must interpret Case Numbers
// (arguments <CN> of various methods) in accordance to values returned by
// the method TypeNumber from this Protocol
IGESDraw_SpecificModule::IGESDraw_SpecificModule() { }

View File

@ -50,7 +50,7 @@ int iges_lire (FILE* lefic, int *numsec, char ligne[100], int modefnes)
}
else
{
/* PTV: 21.03.2002 it is neccessary for files that have only `\r` but no `\n`
/* PTV: 21.03.2002 it is necessary for files that have only `\r` but no `\n`
examle file is 919-001-T02-04-CP-VL.iges */
while ( fgets ( ligne, 2, lefic ) && ( ligne[0] == '\r' || ligne[0] == '\n' ) )
{
@ -116,7 +116,7 @@ int iges_lire (FILE* lefic, int *numsec, char ligne[100], int modefnes)
/* the column 72 is empty, try to check the neighbour*/
if(strlen(ligne)==80
&& (ligne[79]=='\n' || ligne[79]=='\r') && (ligne[0]<='9' && ligne[0]>='0')) {
/*check if the case of losted .*/
/*check in case of loss.*/
int index;
for(index = 1; ligne[index]<='9' && ligne[index]>='0'; index++);
if (ligne[index]=='D' || ligne[index]=='d') {

View File

@ -72,7 +72,7 @@
IMPLEMENT_STANDARD_RTTIEXT(IGESGeom_GeneralModule,IGESData_GeneralModule)
// Each Module is attached to a Protocol : it must interprete Case Numbers
// Each Module is attached to a Protocol : it must interpret Case Numbers
// (arguments <CN> of various methods) in accordance to values returned by
// the method TypeNumber from this Protocol
IGESGeom_GeneralModule::IGESGeom_GeneralModule () { }

View File

@ -47,10 +47,10 @@ public:
//! display symbol if there exists one, or zero
Standard_EXPORT void Init (const gp_XYZ& aPoint, const Handle(IGESBasic_SubfigureDef)& aSymbol);
//! returns co-ordinates of the point
//! returns coordinates of the point
Standard_EXPORT gp_Pnt Value() const;
//! returns co-ordinates of the point after applying Transf. Matrix
//! returns coordinates of the point after applying Transf. Matrix
Standard_EXPORT gp_Pnt TransformedValue() const;
//! returns True if symbol exists

View File

@ -69,7 +69,7 @@
IMPLEMENT_STANDARD_RTTIEXT(IGESGeom_ReadWriteModule,IGESData_ReadWriteModule)
// Each Module is attached to a Protocol : it must interprete Case Numbers
// Each Module is attached to a Protocol : it must interpret Case Numbers
// (arguments <CN> of various methods) in accordance to values returned by
// the method TypeNumber from this Protocol
IGESGeom_ReadWriteModule::IGESGeom_ReadWriteModule () { }

View File

@ -66,7 +66,7 @@
IMPLEMENT_STANDARD_RTTIEXT(IGESGeom_SpecificModule,IGESData_SpecificModule)
// Each Module is attached to a Protocol : it must interprete Case Numbers
// Each Module is attached to a Protocol : it must interpret Case Numbers
// (arguments <CN> of various methods) in accordance to values returned by
// the method TypeNumber from this Protocol
IGESGeom_SpecificModule::IGESGeom_SpecificModule() { }

View File

@ -106,7 +106,7 @@ public:
Standard_EXPORT Handle(TColStd_HArray1OfReal) ZPolynomial (const Standard_Integer anIndex1, const Standard_Integer anIndex2) const;
//! returns in one all the polynomial values "in bulk"
//! usefull for massive treatements
//! useful for massive treatments
Standard_EXPORT void Polynomials (Handle(IGESBasic_HArray2OfHArray1OfReal)& XCoef, Handle(IGESBasic_HArray2OfHArray1OfReal)& YCoef, Handle(IGESBasic_HArray2OfHArray1OfReal)& ZCoef) const;

View File

@ -183,7 +183,7 @@ void IGESGeom_ToolTransformationMatrix::OwnCheck
Message_Msg Msg71("XSTEP_71");
ach->SendFail(Msg71);
}
// Theses messages are transferred in the translation procedure
// These messages are transferred in the translation procedure
/*
if (form > 1) return; // ce qui suit : matrice orthogonale
if (form == 0 && ent->Value().IsNegative())

View File

@ -60,7 +60,7 @@ public:
Standard_EXPORT void SetFormNumber (const Standard_Integer form);
//! returns individual Data
//! Errro if I not in [1-3] or J not in [1-4]
//! Error if I not in [1-3] or J not in [1-4]
Standard_EXPORT Standard_Real Data (const Standard_Integer I, const Standard_Integer J) const;
//! returns the transformation matrix

View File

@ -54,7 +54,7 @@
IMPLEMENT_STANDARD_RTTIEXT(IGESGraph_GeneralModule,IGESData_GeneralModule)
// Each Module is attached to a Protocol : it must interprete Case Numbers
// Each Module is attached to a Protocol : it must interpret Case Numbers
// (arguments <CN> of various methods) in accordance to values returned by
// the method TypeNumber from this Protocol
IGESGraph_GeneralModule::IGESGraph_GeneralModule () { }

View File

@ -51,7 +51,7 @@
IMPLEMENT_STANDARD_RTTIEXT(IGESGraph_ReadWriteModule,IGESData_ReadWriteModule)
// Each Module is attached to a Protocol : it must interprete Case Numbers
// Each Module is attached to a Protocol : it must interpret Case Numbers
// (arguments <CN> of various methods) in accordance to values returned by
// the method TypeNumber from this Protocol
IGESGraph_ReadWriteModule::IGESGraph_ReadWriteModule () { }

View File

@ -49,7 +49,7 @@
IMPLEMENT_STANDARD_RTTIEXT(IGESGraph_SpecificModule,IGESData_SpecificModule)
// Each Module is attached to a Protocol : it must interprete Case Numbers
// Each Module is attached to a Protocol : it must interpret Case Numbers
// (arguments <CN> of various methods) in accordance to values returned by
// the method TypeNumber from this Protocol
IGESGraph_SpecificModule::IGESGraph_SpecificModule() { }

View File

@ -81,7 +81,7 @@ void IGESGraph_ToolNominalSize::WriteOwnParams
IW.Send( ent->NominalSizeName() );
if (ent->HasStandardName() )
IW.Send( ent->StandardName() ); // optionnal
IW.Send( ent->StandardName() ); // optional
}
void IGESGraph_ToolNominalSize::OwnShared

View File

@ -89,8 +89,8 @@ public:
//! Gives a quick analysis of an IGES Entity in the context of a
//! model (i.e. a File) described by a Graph.
//! Returned values are :
//! <sup> : the most meaningfull super entity, if any (else Null)
//! <index> : meaningfull index relating to super entity, if any
//! <sup> : the most meaningful super entity, if any (else Null)
//! <index> : meaningful index relating to super entity, if any
//! <returned> : a status which helps exploitation of <sup>, by
//! giving a case
//! (normally, types of <ent> and <sup> should suffice to

View File

@ -41,7 +41,7 @@ class IGESSelect_AddFileComment : public IGESSelect_FileModifier
public:
//! Creates a new emoty AddFileComment. Use AddLine to complete it
//! Creates a new empty AddFileComment. Use AddLine to complete it
Standard_EXPORT IGESSelect_AddFileComment();
//! Clears the list of file comment lines already stored

View File

@ -52,7 +52,7 @@ public:
//! i.e. LevelList gives "LEVEL LIST", others (no level or
//! positive level) displays level number on 7 digits (C : %7d)
//! Remark : an entity attached to a Level List is added for
//! " LEVEL LIST", and for each of its constituant levels
//! " LEVEL LIST", and for each of its constituent levels
Standard_EXPORT virtual void AddSign (const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) Standard_OVERRIDE;
//! The internal action to record a new level number, positive,

View File

@ -34,7 +34,7 @@ DEFINE_STANDARD_HANDLE(IGESSelect_RebuildGroups, IGESSelect_ModelModifier)
//! If a set of entities, all put into a same IGESModel, were
//! part of a same Group in the starting Model, this Modifier
//! rebuilds the original group, but only with the transferred
//! entities. The distinctions (Ordered or not, "WhithoutBackP"
//! entities. The distinctions (Ordered or not, "WithoutBackP"
//! or not) are renewed, also the name of the group.
//!
//! If the Input Selection is present, tries to rebuild groups

View File

@ -52,7 +52,7 @@ class IGESSelect_SelectBasicGeom : public IFSelect_SelectExplore
public:
//! Creates a SelectBasicGeom, which allways works recursively
//! Creates a SelectBasicGeom, which always works recursively
//! mode = -1 : Returns Surfaces (without trimming)
//! mode = +1 : Returns Curves 3D (free or bound of surface)
//! mode = +2 : Returns Basic Curves 3D : as 1 but CompositeCurves

View File

@ -74,7 +74,7 @@
IMPLEMENT_STANDARD_RTTIEXT(IGESSolid_GeneralModule,IGESData_GeneralModule)
// Each Module is attached to a Protocol : it must interprete Case Numbers
// Each Module is attached to a Protocol : it must interpret Case Numbers
// (arguments <CN> of various methods) in accordance to values returned by
// the method TypeNumber from this Protocol
IGESSolid_GeneralModule::IGESSolid_GeneralModule () { }

View File

@ -71,7 +71,7 @@
IMPLEMENT_STANDARD_RTTIEXT(IGESSolid_ReadWriteModule,IGESData_ReadWriteModule)
// Each Module is attached to a Protocol : it must interprete Case Numbers
// Each Module is attached to a Protocol : it must interpret Case Numbers
// (arguments <CN> of various methods) in accordance to values returned by
// the method TypeNumber from this Protocol
IGESSolid_ReadWriteModule::IGESSolid_ReadWriteModule () { }

Some files were not shown because too many files have changed in this diff Show More