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

Method SetScalarComponentFromFloat

Common/DataModel/vtkImageData.cxx:935–938  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

933
934//------------------------------------------------------------------------------
935void vtkImageData::SetScalarComponentFromFloat(int x, int y, int z, int comp, float value)
936{
937 this->SetScalarComponentFromDouble(x, y, z, comp, value);
938}
939
940//------------------------------------------------------------------------------
941// This Method returns a pointer to a location in the vtkImageData.

Callers 15

TestArrayNameCollisionFunction · 0.80
TestImageDataFunction · 0.80
GenerateCircularSplatMethod · 0.80
GenerateGaussianSplatMethod · 0.80
GenerateCircularSplatMethod · 0.80
GenerateGaussianSplatMethod · 0.80
GenerateCircularSplatMethod · 0.80
GenerateGaussianSplatMethod · 0.80
GenerateCircularSplatMethod · 0.80
GenerateGaussianSplatMethod · 0.80

Calls 1

Tested by 4

TestArrayNameCollisionFunction · 0.64
TestImageDataFunction · 0.64