OpenLexocad  28.0
ShellTool.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace Topo
4 {
11 class LX_TOPO_EXPORT ShellTool
12 {
13 public:
14  ShellTool(void);
15  virtual ~ShellTool(void);
16 
18  // //
19  // --------------------- BEGIN API --------------------- //
20  // //
21  // ATTENTION: DO NOT CHANGE ANY SIGNATURES IN THE API ! //
22  // //
24 
25  // TODO
26 
27  // static pShell makeShell( const std::vector<pFace>& faces);
28 
30  // //
31  // ---------------------- END API ---------------------- //
32  // //
34 
35 
36 protected:
37  // virtual pShell _makeShell( const std::vector<pFace>& faces);
39 
41 };
42 
43 } // namespace Topo
Topo::ShellTool::~ShellTool
virtual ~ShellTool(void)
Topo::ShellTool::ShellTool
ShellTool(void)
Topo::ShellTool::_defaultTool
static Topo::ShellTool * _defaultTool
Definition: ShellTool.h:38
Topo
Definition: DbgInfo.h:17
Topo::ShellTool
Tools for creating, manipulating and querying Shells.
Definition: ShellTool.h:12