-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
589ca54
commit d7b3cb8
Showing
8 changed files
with
18 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
/*************************** | ||
@Author: Chunel | ||
@Contact: [email protected] | ||
@File: GOptimzerObject.h | ||
@Time: 2023/5/14 14:28 | ||
@File: GOptimizer.h | ||
@Time: 2024/4/7 21:27 | ||
@Desc: | ||
***************************/ | ||
|
||
#ifndef CGRAPH_GOPTIMZEROBJECT_H | ||
#define CGRAPH_GOPTIMZEROBJECT_H | ||
#ifndef CGRAPH_GOPTIMIZER_H | ||
#define CGRAPH_GOPTIMIZER_H | ||
|
||
#include "../GElementObject.h" | ||
|
||
CGRAPH_NAMESPACE_BEGIN | ||
|
||
class GOptimizerObject : public GElementObject { | ||
class GOptimizer : public GElementObject { | ||
protected: | ||
/** | ||
* 记录 path 信息 | ||
|
@@ -57,5 +57,4 @@ class GOptimizerObject : public GElementObject { | |
|
||
CGRAPH_NAMESPACE_END | ||
|
||
|
||
#endif //CGRAPH_GOPTIMZEROBJECT_H | ||
#endif //CGRAPH_GOPTIMIZER_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters