MCPcopy Create free account
hub / github.com/Kitware/VTK / ~vtkGPUVolumeRayCastMapper

Method ~vtkGPUVolumeRayCastMapper

Rendering/Volume/vtkGPUVolumeRayCastMapper.cxx:107–124  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

105
106//------------------------------------------------------------------------------
107vtkGPUVolumeRayCastMapper::~vtkGPUVolumeRayCastMapper()
108{
109 this->SetMaskInput(nullptr);
110
111 for (auto& input : this->TransformedInputs)
112 {
113 input.second->Delete();
114 }
115 this->TransformedInputs.clear();
116
117 this->LastInputs.clear();
118
119 if (this->DepthPassContourValues)
120 {
121 this->DepthPassContourValues->Delete();
122 }
123 this->SetTransfer2DYAxisArray(nullptr);
124}
125
126//------------------------------------------------------------------------------
127// The render method that is called from the volume. If this is a canonical

Callers

nothing calls this directly

Calls 3

DeleteMethod · 0.65
clearMethod · 0.45

Tested by

no test coverage detected