---------------------------------------------------------------------------------------- Constructor
| 47 | //---------------------------------------------------------------------------------------- |
| 48 | // Constructor |
| 49 | CCudaDataOperationAlgorithm::CCudaDataOperationAlgorithm() |
| 50 | { |
| 51 | m_pMask = NULL; |
| 52 | m_bIsInitialized = false; |
| 53 | } |
| 54 | |
| 55 | //---------------------------------------------------------------------------------------- |
| 56 | // Destructor |
nothing calls this directly
no outgoing calls
no test coverage detected