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

Method AddInternalByte

Common/Misc/vtkFunctionParser.cxx:1427–1431  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1425
1426//------------------------------------------------------------------------------
1427void vtkFunctionParser::AddInternalByte(unsigned int newByte)
1428{
1429 this->ByteCode.push_back(newByte);
1430 this->ByteCodeSize++;
1431}
1432
1433//------------------------------------------------------------------------------
1434int vtkFunctionParser::IsSubstringCompletelyEnclosed(int beginIndex, int endIndex)

Callers 1

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected