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

Method GetScalarComponentAsFloat

Common/DataModel/vtkImageData.cxx:929–932  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

927
928//------------------------------------------------------------------------------
929float vtkImageData::GetScalarComponentAsFloat(int x, int y, int z, int comp)
930{
931 return this->GetScalarComponentAsDouble(x, y, z, comp);
932}
933
934//------------------------------------------------------------------------------
935void vtkImageData::SetScalarComponentFromFloat(int x, int y, int z, int comp, float value)

Callers 6

TestMetaIOFunction · 0.80
GetNoiseTextureUnitMethod · 0.80
VTKToOSPTextureFunction · 0.80
ExtractORMFromVTKMethod · 0.80
VTKToAnariSamplerMethod · 0.80
SynchronizeMethod · 0.80

Calls 1

Tested by 1

TestMetaIOFunction · 0.64