MCPcopy Create free account
hub / github.com/Kitware/VTK / ~vtkSTLReader

Method ~vtkSTLReader

IO/Geometry/vtkSTLReader.cxx:42–47  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

40
41//------------------------------------------------------------------------------
42vtkSTLReader::~vtkSTLReader()
43{
44 this->SetLocator(nullptr);
45 this->SetHeader(nullptr);
46 this->SetBinaryHeader(nullptr);
47}
48
49//------------------------------------------------------------------------------
50// Overload standard modified time function. If locator is modified,

Callers

nothing calls this directly

Calls 2

SetHeaderMethod · 0.80
SetLocatorMethod · 0.45

Tested by

no test coverage detected