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

Method vtkNewickTreeReader

IO/Infovis/vtkNewickTreeReader.cxx:33–41  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

31
32//------------------------------------------------------------------------------
33vtkNewickTreeReader::vtkNewickTreeReader()
34{
35 vtkTree* output = vtkTree::New();
36 this->SetOutput(output);
37 // Releasing data for pipeline parallelism.
38 // Filters will know it is empty.
39 output->ReleaseData();
40 output->Delete();
41}
42
43//------------------------------------------------------------------------------
44vtkNewickTreeReader::~vtkNewickTreeReader() = default;

Callers

nothing calls this directly

Calls 4

SetOutputMethod · 0.95
DeleteMethod · 0.65
NewFunction · 0.50
ReleaseDataMethod · 0.45

Tested by

no test coverage detected