MCPcopy Create free account
hub / github.com/Kitware/ParaView / GetTexture

Method GetTexture

Remoting/Views/vtkPVTransferFunction2DBox.cxx:85–89  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

83
84//------------------------------------------------------------------------------------------------
85vtkImageData* vtkPVTransferFunction2DBox::GetTexture()
86{
87 this->ComputeTexture();
88 return this->Texture;
89}
90
91//------------------------------------------------------------------------------------------------
92void vtkPVTransferFunction2DBox::ComputeTexture()

Callers 15

BuildMethod · 0.45
SetRepeatTexturesMethod · 0.45
SetUseMipmapTexturesMethod · 0.45
SetRepeatTexturesMethod · 0.45
SetUseMipmapTexturesMethod · 0.45
to_jsonFunction · 0.45

Calls 1

ComputeTextureMethod · 0.95

Tested by

no test coverage detected