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

Method CloseIncludedFile

IO/Geometry/vtkOpenFOAMReader.cxx:1949–1961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1947 }
1948
1949 bool CloseIncludedFile()
1950 {
1951 if (this->StackI == 0)
1952 {
1953 return false;
1954 }
1955 this->StackI--;
1956 this->Superclass::CloseCurrentFile();
1957 // use the default bitwise assignment operator
1958 this->Superclass::operator=(*this->Stack[this->StackI]);
1959 delete this->Stack[this->StackI];
1960 return true;
1961 }
1962
1963public:
1964 // No default construct, copy or assignment

Callers 2

CloseMethod · 0.95
ReadNextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected