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

Method reset

IO/Parallel/vtkNek5000Reader.cxx:1840–1862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1838}
1839
1840void vtkNek5000Reader::nek5KObject::reset()
1841{
1842 this->vorticity = false;
1843 this->lambda_2 = false;
1844
1845 for (int ii = 0; ii < MAX_VARS; ii++)
1846 {
1847 this->vars[ii] = false;
1848 }
1849 this->index = 0;
1850
1851 if (this->ugrid)
1852 {
1853 this->ugrid->Delete();
1854 this->ugrid = nullptr;
1855 }
1856
1857 if (this->dataFilename)
1858 {
1859 free(this->dataFilename);
1860 this->dataFilename = nullptr;
1861 }
1862}
1863
1864void vtkNek5000Reader::nek5KObject::setDataFilename(char* filename)
1865{

Callers 15

operator()Method · 0.45
UpdateGridInformationMethod · 0.45
facesMethod · 0.45
cell_dataMethod · 0.45
WriteDataMethod · 0.45
TerminateAllWorkersFunction · 0.45
SpawnWorkersFunction · 0.45
getObjectMethod · 0.45
SetBufferMethod · 0.45
ParseDataModelMethod · 0.45
OpenAndReadMetaDataMethod · 0.45
RequestInformationMethod · 0.45

Calls 1

DeleteMethod · 0.65

Tested by 2