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

Method vtkBiomTableReader

IO/Infovis/vtkBiomTableReader.cxx:32–40  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

30
31//------------------------------------------------------------------------------
32vtkBiomTableReader::vtkBiomTableReader()
33{
34 vtkTable* output = vtkTable::New();
35 this->SetOutput(output);
36 // Releasing data for pipeline parallelism.
37 // Filters will know it is empty.
38 output->ReleaseData();
39 output->Delete();
40}
41
42//------------------------------------------------------------------------------
43vtkBiomTableReader::~vtkBiomTableReader() = 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