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