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

Method InsertComponent

Common/Core/vtkBitArray.cxx:696–700  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

694
695//------------------------------------------------------------------------------
696void vtkBitArray::InsertComponent(vtkIdType i, int j, double c)
697{
698 this->InsertValue(i * this->NumberOfComponents + j, static_cast<int>(c));
699 this->DataChanged();
700}
701
702//------------------------------------------------------------------------------
703// Set the data component at the ith tuple and jth component location.

Callers 15

RequestDataMethod · 0.45
MakeTimeStepTableMethod · 0.45
FillVectorVariableMethod · 0.45
FillMultiblockDataMethod · 0.45
ReadScalarsPerNodeMethod · 0.45
ReadVectorsPerNodeMethod · 0.45
ReadTensorsPerNodeMethod · 0.45
ReadScalarsPerElementMethod · 0.45
ReadVectorsPerElementMethod · 0.45
ReadTensorsPerElementMethod · 0.45
ReadScalarsPerNodeMethod · 0.45
ReadScalarsPerElementMethod · 0.45

Calls 2

InsertValueMethod · 0.95
DataChangedMethod · 0.95

Tested by 15

test_rg3dFunction · 0.36
test_rg2d_xyFunction · 0.36
test_rg2d_xzFunction · 0.36
test_rg2d_yzFunction · 0.36
test_rg1d_xFunction · 0.36
test_rg1d_yFunction · 0.36
test_rg1d_zFunction · 0.36
test_rg0dFunction · 0.36
TestOSG_0dFunction · 0.36
TestOSG_1dxFunction · 0.36
TestOSG_1dyFunction · 0.36
TestOSG_1dzFunction · 0.36