mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0026912: CLang 3.6.2 compiler warning [-Winconsistent-missing-override]
This commit is contained in:
@@ -41,10 +41,10 @@ public:
|
||||
Standard_EXPORT IGESSelect_Activator();
|
||||
|
||||
//! Executes a Command Line for IGESSelect
|
||||
Standard_EXPORT IFSelect_ReturnStatus Do (const Standard_Integer number, const Handle(IFSelect_SessionPilot)& pilot);
|
||||
Standard_EXPORT IFSelect_ReturnStatus Do (const Standard_Integer number, const Handle(IFSelect_SessionPilot)& pilot) Standard_OVERRIDE;
|
||||
|
||||
//! Sends a short help message for IGESSelect commands
|
||||
Standard_EXPORT Standard_CString Help (const Standard_Integer number) const;
|
||||
Standard_EXPORT Standard_CString Help (const Standard_Integer number) const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -66,11 +66,11 @@ public:
|
||||
Standard_EXPORT Handle(TColStd_HSequenceOfHAsciiString) Lines() const;
|
||||
|
||||
//! Sends the comment lines to the file (Start Section)
|
||||
Standard_EXPORT void Perform (IFSelect_ContextWrite& ctx, IGESData_IGESWriter& writer) const;
|
||||
Standard_EXPORT void Perform (IFSelect_ContextWrite& ctx, IGESData_IGESWriter& writer) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns specific Label, which is
|
||||
//! "Add <nn> Comment Lines (Start Section)"
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -42,11 +42,11 @@ public:
|
||||
Standard_EXPORT IGESSelect_AddGroup();
|
||||
|
||||
//! Specific action : Adds a new group
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const;
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns a text which is
|
||||
//! "Add Group"
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -63,11 +63,11 @@ public:
|
||||
//! Specific action : corrects entities when it is absolutely
|
||||
//! obvious, i.e. non equivoque (by DirChecker and specific
|
||||
//! service OwnCorrect) : works with a protocol.
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const;
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns a text which is
|
||||
//! "Auto-correction of IGES Entities"
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -84,13 +84,13 @@ public:
|
||||
//! Level List which contains this value
|
||||
//! Attaches all these entities to value given by NewNumber, or
|
||||
//! the first value of the Level List
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const;
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns a text which begins by
|
||||
//! "Changes Level Lists containing <old>", or
|
||||
//! "Changes all Level Lists in D.E.", and ends by
|
||||
//! " to Number <new>" or " to Number = first value in List"
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -76,12 +76,12 @@ public:
|
||||
//! defined Level Number (can be zero)
|
||||
//! Attaches all these entities to value given by NewNumber, or
|
||||
//! zero if not defined
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const;
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns a text which is
|
||||
//! "Changes Level Number <old> to <new>" , or
|
||||
//! "Changes all Levels Numbers positive and zero to <new>"
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -50,11 +50,11 @@ public:
|
||||
//! Subordinate Status and Use Flag (in Directory Part of each
|
||||
//! IGES Entity). Then it corrects them, for the whole target.
|
||||
//! Works with a Protocol. Implementation uses BasicEditor
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const;
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns a text which is
|
||||
//! "Compute Subordinate Status and Use Flag"
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -48,11 +48,11 @@ public:
|
||||
Standard_EXPORT IGESSelect_DispPerDrawing();
|
||||
|
||||
//! Returns as Label, "One File per Drawing"
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
//! Computes the list of produced Packets. Packets are computed
|
||||
//! by a ViewSorter (SortDrawings with also frames).
|
||||
Standard_EXPORT void Packets (const Interface_Graph& G, IFGraph_SubPartsIterator& packs) const;
|
||||
Standard_EXPORT void Packets (const Interface_Graph& G, IFGraph_SubPartsIterator& packs) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns True, because of entities attached to no view.
|
||||
Standard_EXPORT virtual Standard_Boolean CanHaveRemainder() const Standard_OVERRIDE;
|
||||
|
@@ -48,11 +48,11 @@ public:
|
||||
Standard_EXPORT IGESSelect_DispPerSingleView();
|
||||
|
||||
//! Returns as Label, "One File per single View or Drawing Frame"
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
//! Computes the list of produced Packets. Packets are computed
|
||||
//! by a ViewSorter (SortSingleViews with also frames).
|
||||
Standard_EXPORT void Packets (const Interface_Graph& G, IFGraph_SubPartsIterator& packs) const;
|
||||
Standard_EXPORT void Packets (const Interface_Graph& G, IFGraph_SubPartsIterator& packs) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns True, because of entities attached to no view.
|
||||
Standard_EXPORT virtual Standard_Boolean CanHaveRemainder() const Standard_OVERRIDE;
|
||||
|
@@ -44,11 +44,11 @@ public:
|
||||
|
||||
//! Write the Own Parameters of Types defined in package IGESSelect
|
||||
//! Returns True if <item> has been processed, False else
|
||||
Standard_EXPORT Standard_Boolean WriteOwn (IFSelect_SessionFile& file, const Handle(Standard_Transient)& item) const;
|
||||
Standard_EXPORT Standard_Boolean WriteOwn (IFSelect_SessionFile& file, const Handle(Standard_Transient)& item) const Standard_OVERRIDE;
|
||||
|
||||
//! Recognizes and Read Own Parameters for Types of package
|
||||
//! IGESSelect. Returns True if done and <item> created, False else
|
||||
Standard_EXPORT Standard_Boolean ReadOwn (IFSelect_SessionFile& file, const TCollection_AsciiString& type, Handle(Standard_Transient)& item) const;
|
||||
Standard_EXPORT Standard_Boolean ReadOwn (IFSelect_SessionFile& file, const TCollection_AsciiString& type, Handle(Standard_Transient)& item) const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -43,17 +43,17 @@ public:
|
||||
|
||||
Standard_EXPORT IGESSelect_EditDirPart();
|
||||
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
Standard_EXPORT Standard_Boolean Recognize (const Handle(IFSelect_EditForm)& form) const;
|
||||
Standard_EXPORT Standard_Boolean Recognize (const Handle(IFSelect_EditForm)& form) const Standard_OVERRIDE;
|
||||
|
||||
Standard_EXPORT Handle(TCollection_HAsciiString) StringValue (const Handle(IFSelect_EditForm)& form, const Standard_Integer num) const;
|
||||
Standard_EXPORT Handle(TCollection_HAsciiString) StringValue (const Handle(IFSelect_EditForm)& form, const Standard_Integer num) const Standard_OVERRIDE;
|
||||
|
||||
Standard_EXPORT Standard_Boolean Load (const Handle(IFSelect_EditForm)& form, const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const;
|
||||
Standard_EXPORT Standard_Boolean Load (const Handle(IFSelect_EditForm)& form, const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const Standard_OVERRIDE;
|
||||
|
||||
Standard_EXPORT virtual Standard_Boolean Update (const Handle(IFSelect_EditForm)& form, const Standard_Integer num, const Handle(TCollection_HAsciiString)& newval, const Standard_Boolean enforce) const Standard_OVERRIDE;
|
||||
|
||||
Standard_EXPORT Standard_Boolean Apply (const Handle(IFSelect_EditForm)& form, const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const;
|
||||
Standard_EXPORT Standard_Boolean Apply (const Handle(IFSelect_EditForm)& form, const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -43,17 +43,17 @@ public:
|
||||
|
||||
Standard_EXPORT IGESSelect_EditHeader();
|
||||
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
Standard_EXPORT Standard_Boolean Recognize (const Handle(IFSelect_EditForm)& form) const;
|
||||
Standard_EXPORT Standard_Boolean Recognize (const Handle(IFSelect_EditForm)& form) const Standard_OVERRIDE;
|
||||
|
||||
Standard_EXPORT Handle(TCollection_HAsciiString) StringValue (const Handle(IFSelect_EditForm)& form, const Standard_Integer num) const;
|
||||
Standard_EXPORT Handle(TCollection_HAsciiString) StringValue (const Handle(IFSelect_EditForm)& form, const Standard_Integer num) const Standard_OVERRIDE;
|
||||
|
||||
Standard_EXPORT Standard_Boolean Load (const Handle(IFSelect_EditForm)& form, const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const;
|
||||
Standard_EXPORT Standard_Boolean Load (const Handle(IFSelect_EditForm)& form, const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const Standard_OVERRIDE;
|
||||
|
||||
Standard_EXPORT virtual Standard_Boolean Update (const Handle(IFSelect_EditForm)& form, const Standard_Integer num, const Handle(TCollection_HAsciiString)& newval, const Standard_Boolean enforce) const Standard_OVERRIDE;
|
||||
|
||||
Standard_EXPORT Standard_Boolean Apply (const Handle(IFSelect_EditForm)& form, const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const;
|
||||
Standard_EXPORT Standard_Boolean Apply (const Handle(IFSelect_EditForm)& form, const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -84,11 +84,11 @@ public:
|
||||
|
||||
//! Sets the Floatting Formats of IGESWriter to the recorded
|
||||
//! parameters
|
||||
Standard_EXPORT void Perform (IFSelect_ContextWrite& ctx, IGESData_IGESWriter& writer) const;
|
||||
Standard_EXPORT void Perform (IFSelect_ContextWrite& ctx, IGESData_IGESWriter& writer) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns specific Label : for instance,
|
||||
//! "Float Format [ZeroSuppress] %E [, in range R1-R2 %f]"
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -45,7 +45,7 @@ public:
|
||||
|
||||
//! Returns the ShortLabel as being the Name of an IGESEntity
|
||||
//! If <ent> has no name, it returns empty string ""
|
||||
Standard_EXPORT Standard_CString Value (const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const;
|
||||
Standard_EXPORT Standard_CString Value (const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -50,7 +50,7 @@ public:
|
||||
|
||||
//! Returns the signature for IGES, "mmm nnn" or "mmm" according
|
||||
//! creation choice (Type & Form or Type only)
|
||||
Standard_EXPORT Standard_CString Value (const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const;
|
||||
Standard_EXPORT Standard_CString Value (const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -43,7 +43,7 @@ public:
|
||||
//! The inherited Perform does the required cast (and refuses to
|
||||
//! go further if cast has failed) then calls the instantiated
|
||||
//! Performing
|
||||
Standard_EXPORT void Perform (IFSelect_ContextModif& ctx, const Handle(Interface_InterfaceModel)& target, const Handle(Interface_Protocol)& protocol, Interface_CopyTool& TC) const;
|
||||
Standard_EXPORT void Perform (IFSelect_ContextModif& ctx, const Handle(Interface_InterfaceModel)& target, const Handle(Interface_Protocol)& protocol, Interface_CopyTool& TC) const Standard_OVERRIDE;
|
||||
|
||||
//! Specific Perform with Protocol. It is defined to let the
|
||||
//! Protocol unused and to call Performing without Protocol
|
||||
|
@@ -50,11 +50,11 @@ public:
|
||||
Standard_EXPORT IGESSelect_RebuildDrawings();
|
||||
|
||||
//! Specific action : Rebuilds the original Drawings
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const;
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns a text which is
|
||||
//! "Rebuild Drawings"
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -50,11 +50,11 @@ public:
|
||||
Standard_EXPORT IGESSelect_RebuildGroups();
|
||||
|
||||
//! Specific action : Rebuilds the original groups
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const;
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns a text which is
|
||||
//! "Rebuild Groups"
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -45,11 +45,11 @@ public:
|
||||
Standard_EXPORT IGESSelect_RemoveCurves(const Standard_Boolean UV);
|
||||
|
||||
//! Specific action : Removes the Curves
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const;
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns a text which is
|
||||
//! "Remove Curves UV on Face" or "Remove Curves 3D on Face"
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -64,11 +64,11 @@ public:
|
||||
|
||||
//! Explores an entity, to take its contained Curves 3d
|
||||
//! Works recursively
|
||||
Standard_EXPORT Standard_Boolean Explore (const Standard_Integer level, const Handle(Standard_Transient)& ent, const Interface_Graph& G, Interface_EntityIterator& explored) const;
|
||||
Standard_EXPORT Standard_Boolean Explore (const Standard_Integer level, const Handle(Standard_Transient)& ent, const Interface_Graph& G, Interface_EntityIterator& explored) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns a text defining the criterium : "Curves 3d" or
|
||||
//! "Basic Geometry"
|
||||
Standard_EXPORT TCollection_AsciiString ExploreLabel() const;
|
||||
Standard_EXPORT TCollection_AsciiString ExploreLabel() const Standard_OVERRIDE;
|
||||
|
||||
//! This method can be called from everywhere to get the curves
|
||||
//! as sub-elements of a given curve :
|
||||
|
@@ -53,10 +53,10 @@ public:
|
||||
|
||||
//! Explores an entity : for a Group, gives its elements
|
||||
//! Else, takes the entity itself
|
||||
Standard_EXPORT Standard_Boolean Explore (const Standard_Integer level, const Handle(Standard_Transient)& ent, const Interface_Graph& G, Interface_EntityIterator& explored) const;
|
||||
Standard_EXPORT Standard_Boolean Explore (const Standard_Integer level, const Handle(Standard_Transient)& ent, const Interface_Graph& G, Interface_EntityIterator& explored) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns a text defining the criterium : "Content of Group"
|
||||
Standard_EXPORT TCollection_AsciiString ExploreLabel() const;
|
||||
Standard_EXPORT TCollection_AsciiString ExploreLabel() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -59,10 +59,10 @@ public:
|
||||
|
||||
//! Explores an entity : for a Subfigure, gives its elements
|
||||
//! Else, takes the entity itself
|
||||
Standard_EXPORT Standard_Boolean Explore (const Standard_Integer level, const Handle(Standard_Transient)& ent, const Interface_Graph& G, Interface_EntityIterator& explored) const;
|
||||
Standard_EXPORT Standard_Boolean Explore (const Standard_Integer level, const Handle(Standard_Transient)& ent, const Interface_Graph& G, Interface_EntityIterator& explored) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns a text defining the criterium : "Content of Subfigure"
|
||||
Standard_EXPORT TCollection_AsciiString ExploreLabel() const;
|
||||
Standard_EXPORT TCollection_AsciiString ExploreLabel() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -45,10 +45,10 @@ public:
|
||||
|
||||
//! Selects the Drawings attached (through Single Views in
|
||||
//! Directory Part) to input entities
|
||||
Standard_EXPORT Interface_EntityIterator RootResult (const Interface_Graph& G) const;
|
||||
Standard_EXPORT Interface_EntityIterator RootResult (const Interface_Graph& G) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns the label, with is "Drawings attached"
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -52,10 +52,10 @@ public:
|
||||
|
||||
//! Explores an entity, to take its faces
|
||||
//! Works recursively
|
||||
Standard_EXPORT Standard_Boolean Explore (const Standard_Integer level, const Handle(Standard_Transient)& ent, const Interface_Graph& G, Interface_EntityIterator& explored) const;
|
||||
Standard_EXPORT Standard_Boolean Explore (const Standard_Integer level, const Handle(Standard_Transient)& ent, const Interface_Graph& G, Interface_EntityIterator& explored) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns a text defining the criterium : "Faces"
|
||||
Standard_EXPORT TCollection_AsciiString ExploreLabel() const;
|
||||
Standard_EXPORT TCollection_AsciiString ExploreLabel() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -45,10 +45,10 @@ public:
|
||||
|
||||
//! Selects the Entities which are attached to the Drawing(s)
|
||||
//! present in the Input
|
||||
Standard_EXPORT Interface_EntityIterator RootResult (const Interface_Graph& G) const;
|
||||
Standard_EXPORT Interface_EntityIterator RootResult (const Interface_Graph& G) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns the label, with is "Entities attached to Drawing"
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -45,10 +45,10 @@ public:
|
||||
|
||||
//! Selects the Entities which are attached to the Single View(s)
|
||||
//! present in the Input
|
||||
Standard_EXPORT Interface_EntityIterator RootResult (const Interface_Graph& G) const;
|
||||
Standard_EXPORT Interface_EntityIterator RootResult (const Interface_Graph& G) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns the label, with is "Entities attached to single View"
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -60,12 +60,12 @@ public:
|
||||
//! Returns True if <ent> is an IGES Entity with Level Number
|
||||
//! admits the criterium (= value if single level, or one of the
|
||||
//! attached level numbers = value if level list)
|
||||
Standard_EXPORT Standard_Boolean Sort (const Standard_Integer rank, const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const;
|
||||
Standard_EXPORT Standard_Boolean Sort (const Standard_Integer rank, const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns the Selection criterium :
|
||||
//! "IGES Entity, Level Number admits <nn>" (if nn > 0) or
|
||||
//! "IGES Entity attached to no Level" (if nn = 0)
|
||||
Standard_EXPORT TCollection_AsciiString ExtractLabel() const;
|
||||
Standard_EXPORT TCollection_AsciiString ExtractLabel() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -48,7 +48,7 @@ public:
|
||||
Standard_EXPORT IGESSelect_SelectName();
|
||||
|
||||
//! Returns True if Name of Entity complies with Name Filter
|
||||
Standard_EXPORT Standard_Boolean Sort (const Standard_Integer rank, const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const;
|
||||
Standard_EXPORT Standard_Boolean Sort (const Standard_Integer rank, const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const Standard_OVERRIDE;
|
||||
|
||||
//! Sets a Name as a criterium : IGES Entities which have this name
|
||||
//! are kept (without regular expression, there should be at most
|
||||
@@ -59,7 +59,7 @@ public:
|
||||
Standard_EXPORT Handle(TCollection_HAsciiString) Name() const;
|
||||
|
||||
//! Returns the Selection criterium : "IGES Entity, Name : <name>"
|
||||
Standard_EXPORT TCollection_AsciiString ExtractLabel() const;
|
||||
Standard_EXPORT TCollection_AsciiString ExtractLabel() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -49,11 +49,11 @@ public:
|
||||
|
||||
//! Explores an entity, to take its contained PCurves
|
||||
//! An independant curve is IGNORED : only faces are explored
|
||||
Standard_EXPORT Standard_Boolean Explore (const Standard_Integer level, const Handle(Standard_Transient)& ent, const Interface_Graph& G, Interface_EntityIterator& explored) const;
|
||||
Standard_EXPORT Standard_Boolean Explore (const Standard_Integer level, const Handle(Standard_Transient)& ent, const Interface_Graph& G, Interface_EntityIterator& explored) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns a text defining the criterium : "Basic PCurves" or
|
||||
//! "Global PCurves"
|
||||
Standard_EXPORT TCollection_AsciiString ExploreLabel() const;
|
||||
Standard_EXPORT TCollection_AsciiString ExploreLabel() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -45,10 +45,10 @@ public:
|
||||
|
||||
//! Selects the Single Views attached (in Directory Part) to
|
||||
//! input entities
|
||||
Standard_EXPORT Interface_EntityIterator RootResult (const Interface_Graph& G) const;
|
||||
Standard_EXPORT Interface_EntityIterator RootResult (const Interface_Graph& G) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns the label, with is "Single Views attached"
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -56,11 +56,11 @@ public:
|
||||
|
||||
//! Returns True if <ent> is an IGES Entity with Subordinate
|
||||
//! Status matching the criterium
|
||||
Standard_EXPORT Standard_Boolean Sort (const Standard_Integer rank, const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const;
|
||||
Standard_EXPORT Standard_Boolean Sort (const Standard_Integer rank, const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns the Selection criterium : "IGES Entity, Independant"
|
||||
//! etc...
|
||||
Standard_EXPORT TCollection_AsciiString ExtractLabel() const;
|
||||
Standard_EXPORT TCollection_AsciiString ExtractLabel() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -44,10 +44,10 @@ public:
|
||||
Standard_EXPORT IGESSelect_SelectVisibleStatus();
|
||||
|
||||
//! Returns True if <ent> is an IGES Entity with Blank Status = 0
|
||||
Standard_EXPORT Standard_Boolean Sort (const Standard_Integer rank, const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const;
|
||||
Standard_EXPORT Standard_Boolean Sort (const Standard_Integer rank, const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns the Selection criterium : "IGES Entity, Status Visible"
|
||||
Standard_EXPORT TCollection_AsciiString ExtractLabel() const;
|
||||
Standard_EXPORT TCollection_AsciiString ExtractLabel() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -65,11 +65,11 @@ public:
|
||||
//! Specific action : only <target> is used : the form of the new
|
||||
//! value is checked regarding the parameter number (given at
|
||||
//! creation time).
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const;
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns a text which is
|
||||
//! "Sets Global Parameter <numpar> to <new value>"
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -49,12 +49,12 @@ public:
|
||||
Standard_EXPORT IGESSelect_SetLabel(const Standard_Integer mode, const Standard_Boolean enforce);
|
||||
|
||||
//! Specific action : Sets or Clears the Label
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const;
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns a text which is
|
||||
//! "Clear Short Label" or "Set Label to DE"
|
||||
//! With possible additional information " (enforced)"
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -48,11 +48,11 @@ public:
|
||||
//! Specific action : only <target> is used : IGES Version (coded)
|
||||
//! is upgraded to 5.1 if it is older, and it this case the new
|
||||
//! global parameter 25 (LastChangeDate) is set to current time
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const;
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns a text which is
|
||||
//! "Update IGES Version to 5.1"
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -53,7 +53,7 @@ public:
|
||||
Standard_EXPORT IGESSelect_SignColor(const Standard_Integer mode);
|
||||
|
||||
//! Returns the value (see above)
|
||||
Standard_EXPORT Standard_CString Value (const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const;
|
||||
Standard_EXPORT Standard_CString Value (const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -49,7 +49,7 @@ public:
|
||||
Standard_EXPORT IGESSelect_SignLevelNumber(const Standard_Boolean countmode);
|
||||
|
||||
//! Returns the value (see above)
|
||||
Standard_EXPORT Standard_CString Value (const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const;
|
||||
Standard_EXPORT Standard_CString Value (const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -54,7 +54,7 @@ public:
|
||||
Standard_EXPORT IGESSelect_SignStatus();
|
||||
|
||||
//! Returns the value (see above)
|
||||
Standard_EXPORT Standard_CString Value (const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const;
|
||||
Standard_EXPORT Standard_CString Value (const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model) const Standard_OVERRIDE;
|
||||
|
||||
//! Performs the match rule (see above)
|
||||
Standard_EXPORT virtual Standard_Boolean Matches (const Handle(Standard_Transient)& ent, const Handle(Interface_InterfaceModel)& model, const TCollection_AsciiString& text, const Standard_Boolean exact) const Standard_OVERRIDE;
|
||||
|
@@ -62,7 +62,7 @@ public:
|
||||
|
||||
//! Performs the transformation, if there is at least one Spline
|
||||
//! Curve (112) or Surface (126). Does nothing if there is none.
|
||||
Standard_EXPORT Standard_Boolean Perform (const Interface_Graph& G, const Handle(Interface_Protocol)& protocol, Interface_CheckIterator& checks, Handle(Interface_InterfaceModel)& newmod);
|
||||
Standard_EXPORT Standard_Boolean Perform (const Interface_Graph& G, const Handle(Interface_Protocol)& protocol, Interface_CheckIterator& checks, Handle(Interface_InterfaceModel)& newmod) Standard_OVERRIDE;
|
||||
|
||||
//! Returns the transformed entities.
|
||||
//! If original data contained no Spline Curve or Surface,
|
||||
@@ -71,12 +71,12 @@ public:
|
||||
//! or Surface, it is a converted BSpline Curve or Surface. Else,
|
||||
//! it is the result of general service Copy (rebuilt as necessary
|
||||
//! by BSPlines replacing Splines).
|
||||
Standard_EXPORT Standard_Boolean Updated (const Handle(Standard_Transient)& entfrom, Handle(Standard_Transient)& entto) const;
|
||||
Standard_EXPORT Standard_Boolean Updated (const Handle(Standard_Transient)& entfrom, Handle(Standard_Transient)& entto) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns a text which defines the way a Transformer works :
|
||||
//! "Conversion Spline to BSpline" and as opted,
|
||||
//! " trying to upgrade continuity"
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -46,11 +46,11 @@ public:
|
||||
|
||||
//! Specific action : only <target> is used : the system Date
|
||||
//! is set to Global Section Item n0 18.
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const;
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns a text which is
|
||||
//! "Update IGES Header Creation Date"
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -48,11 +48,11 @@ public:
|
||||
|
||||
//! Specific action : only <target> is used : the system Date
|
||||
//! is set to Global Section Item n0 18.
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const;
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns a text which is
|
||||
//! "Updates IGES File Name to new current one"
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -49,11 +49,11 @@ public:
|
||||
//! Specific action : only <target> is used : the system Date
|
||||
//! is set to Global Section Item n0 25. Also sets IGES Version
|
||||
//! (Item n0 23) to IGES5 if it was older.
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const;
|
||||
Standard_EXPORT void Performing (IFSelect_ContextModif& ctx, const Handle(IGESData_IGESModel)& target, Interface_CopyTool& TC) const Standard_OVERRIDE;
|
||||
|
||||
//! Returns a text which is
|
||||
//! "Update IGES Header Last Change Date"
|
||||
Standard_EXPORT TCollection_AsciiString Label() const;
|
||||
Standard_EXPORT TCollection_AsciiString Label() const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
@@ -49,11 +49,11 @@ public:
|
||||
//! Reads a IGES File and returns a IGES Model (into <mod>),
|
||||
//! or lets <mod> "Null" in case of Error
|
||||
//! Returns 0 if OK, 1 if Read Error, -1 if File not opened
|
||||
Standard_EXPORT Standard_Integer ReadFile (const Standard_CString name, Handle(Interface_InterfaceModel)& model, const Handle(Interface_Protocol)& protocol) const;
|
||||
Standard_EXPORT Standard_Integer ReadFile (const Standard_CString name, Handle(Interface_InterfaceModel)& model, const Handle(Interface_Protocol)& protocol) const Standard_OVERRIDE;
|
||||
|
||||
//! Writes a File from a IGES Model (brought by <ctx>)
|
||||
//! Returns False (and writes no file) if <ctx> is not for IGES
|
||||
Standard_EXPORT Standard_Boolean WriteFile (IFSelect_ContextWrite& ctx) const;
|
||||
Standard_EXPORT Standard_Boolean WriteFile (IFSelect_ContextWrite& ctx) const Standard_OVERRIDE;
|
||||
|
||||
//! Defines a protocol to be adequate for IGES
|
||||
//! (encompasses ALL the IGES norm including IGESSolid, IGESAppli)
|
||||
@@ -61,7 +61,7 @@ public:
|
||||
|
||||
//! Dumps an IGES Entity with an IGES Dumper. <level> is the one
|
||||
//! used by IGESDumper.
|
||||
Standard_EXPORT void DumpEntity (const Handle(Interface_InterfaceModel)& model, const Handle(Interface_Protocol)& protocol, const Handle(Standard_Transient)& entity, const Handle(Message_Messenger)& S, const Standard_Integer level) const;
|
||||
Standard_EXPORT void DumpEntity (const Handle(Interface_InterfaceModel)& model, const Handle(Interface_Protocol)& protocol, const Handle(Standard_Transient)& entity, const Handle(Message_Messenger)& S, const Standard_Integer level) const Standard_OVERRIDE;
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user