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

Method InsertNextTuple

Common/DataModel/vtkFieldData.cxx:1087–1092  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Insert the tuple value at the end of the tuple matrix. Range checking is performed and memory is allocated as necessary.

Source from the content-addressed store, hash-verified

1085// Insert the tuple value at the end of the tuple matrix. Range
1086// checking is performed and memory is allocated as necessary.
1087vtkIdType vtkFieldData::InsertNextTuple(vtkIdType j, vtkFieldData* source)
1088{
1089 vtkIdType id = this->GetNumberOfTuples();
1090 this->InsertTuple(id, j, source);
1091 return id;
1092}
1093VTK_ABI_NAMESPACE_END

Callers 11

UnionSelectionListMethod · 0.45
operator()Method · 0.45
CopyPointMethod · 0.45
ContourMethod · 0.45
ClipMethod · 0.45
TessellateMethod · 0.45
TriangulateFaceMethod · 0.45
InsertNextBlankRowMethod · 0.45
GetValueMethod · 0.45

Calls 2

GetNumberOfTuplesMethod · 0.95
InsertTupleMethod · 0.95

Tested by 1