------------------------------------------------------------------------------
| 98 | |
| 99 | //------------------------------------------------------------------------------ |
| 100 | void vtkVolumeRayCastSpaceLeapingImageFilter::SetCache(vtkImageData* cache) |
| 101 | { |
| 102 | // Do not reference count it to avoid reference counting loops |
| 103 | this->Cache = cache; |
| 104 | } |
| 105 | |
| 106 | //------------------------------------------------------------------------------ |
| 107 | void vtkVolumeRayCastSpaceLeapingImageFilter::InternalRequestUpdateExtent( |
no outgoing calls
no test coverage detected