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