---------------------------------------------------------------------------------------- Constructor
| 44 | //---------------------------------------------------------------------------------------- |
| 45 | // Constructor |
| 46 | CCudaDartMaskAlgorithm3D::CCudaDartMaskAlgorithm3D() |
| 47 | { |
| 48 | m_bIsInitialized = false; |
| 49 | } |
| 50 | |
| 51 | //---------------------------------------------------------------------------------------- |
| 52 | // Destructor |
nothing calls this directly
no outgoing calls
no test coverage detected