---------------------------------------------------------------------------------------- Constructor
| 46 | //---------------------------------------------------------------------------------------- |
| 47 | // Constructor |
| 48 | CCudaFDKAlgorithm3D::CCudaFDKAlgorithm3D() |
| 49 | : m_iVoxelSuperSampling(1) |
| 50 | { |
| 51 | |
| 52 | } |
| 53 | |
| 54 | //---------------------------------------------------------------------------------------- |
| 55 | // Constructor with initialization |
nothing calls this directly
no outgoing calls
no test coverage detected