mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-23 05:49:13 +08:00
0026595: Lost some comments in OCCT-code after cdl elimination
Recovered comments for instance classes from CDL generic classes.
This commit is contained in:
@@ -35,6 +35,14 @@ class StepSelect_FileModifier : public IFSelect_GeneralModifier
|
||||
public:
|
||||
|
||||
|
||||
//! Perform the action specific to each class of File Modifier
|
||||
//! <ctx> is the ContextWrite, which brings : the model, the
|
||||
//! protocol, the file name, plus the object AppliedModifiers
|
||||
//! (not used here) and the CheckList
|
||||
//! Remark that the model has to be casted for specific access
|
||||
//!
|
||||
//! <writer> is the Writer and is specific to each norm, on which
|
||||
//! to act
|
||||
Standard_EXPORT virtual void Perform (IFSelect_ContextWrite& ctx, StepData_StepWriter& writer) const = 0;
|
||||
|
||||
|
||||
@@ -45,6 +53,8 @@ public:
|
||||
protected:
|
||||
|
||||
|
||||
//! Sets a File Modifier to keep the graph of dependences
|
||||
//! unchanges (because it works on the model already produced)
|
||||
Standard_EXPORT StepSelect_FileModifier();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user