MCPcopy Create free account
hub / github.com/Kitware/VTK / SetCache

Method SetCache

Rendering/Volume/vtkVolumeRayCastSpaceLeapingImageFilter.cxx:100–104  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 9

GetCellTypeMethod · 0.80
GetPointIdsMethod · 0.80
GetPointsMethod · 0.80
GetCellFacesMethod · 0.80
GetNumberOfPointsMethod · 0.80
GetNumberOfFacesMethod · 0.80
GetVBOMethod · 0.80
UpdateMinMaxVolumeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected