Provides an interface to all tools that can be used with Machining_Analyzer.
More...
|
|
typedef cadex::internal::MachiningImpl_AnalyzerTool | ImplType |
| |
|
typedef std::shared_ptr< ImplType > | ImplPtrType |
| |
|
| | Machining_AnalyzerTool (ImplPtrType theImpl) |
| | Reserved for internal use.
|
| |
| template<typename T > |
| T * | Impl () const |
| | Reserved for internal use.
|
| |
Provides an interface to all tools that can be used with Machining_Analyzer.
◆ Machining_AnalyzerTool() [1/2]
| cadex::Machining_AnalyzerTool::Machining_AnalyzerTool |
( |
| ) |
|
|
inline |
Constructor.
Creates a null object.
◆ ~Machining_AnalyzerTool()
| cadex::Machining_AnalyzerTool::~Machining_AnalyzerTool |
( |
| ) |
|
◆ Machining_AnalyzerTool() [2/2]
| cadex::Machining_AnalyzerTool::Machining_AnalyzerTool |
( |
ImplPtrType | theImpl | ) |
|
|
explicitprotected |
Reserved for internal use.
◆ Impl()
template<typename T >
| T * cadex::Machining_AnalyzerTool::Impl |
( |
| ) |
const |
|
inlineprotected |
Reserved for internal use.