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

Method Init

IO/Geometry/vtkTecplotReader.cxx:466–477  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

464
465//------------------------------------------------------------------------------
466void vtkTecplotReader::Init()
467{
468 // do NOT address this->FileName in this function !!!
469
470 this->DataTitle = "";
471 this->NumberOfVariables = 0;
472 this->CellBased.clear();
473 this->ZoneNames.clear();
474 this->Variables.clear();
475
476 this->Internal->Init();
477}
478
479//------------------------------------------------------------------------------
480void vtkTecplotReader::SetFileName(const char* fileName)

Callers 4

vtkTecplotReaderMethod · 0.95
~vtkTecplotReaderMethod · 0.95
ReadFileMethod · 0.95
GetDataArraysListMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected