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

Method Clear

IO/Geometry/vtkOpenFOAMReader.cxx:1349–1355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1347 };
1348
1349 void Clear()
1350 {
1351 if (this->Type == STRING || this->Type == IDENTIFIER) // IsStringType
1352 {
1353 delete this->StringPtr;
1354 }
1355 }
1356
1357 void AssignData(const vtkFoamToken& tok)
1358 {

Callers 4

~vtkFoamTokenMethod · 0.95
SetBadMethod · 0.95
operator=Method · 0.95
vtkFoamTokenClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected