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