Home
last modified time | relevance | path

Searched refs:OutputPedigreeIds (Results 1 – 10 of 10) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/IO/TecplotTable/
H A DvtkTecplotTableReader.h115 vtkSetMacro(OutputPedigreeIds, bool);
116 vtkGetMacro(OutputPedigreeIds, bool);
117 vtkBooleanMacro(OutputPedigreeIds, bool);
143 bool OutputPedigreeIds; variable
H A DvtkTecplotTableReader.cxx367 this->OutputPedigreeIds = false; in vtkTecplotTableReader()
388 << (this->OutputPedigreeIds? "true" : "false") << endl; in PrintSelf()
462 if(this->OutputPedigreeIds) in RequestData()
/dports/math/vtk9/VTK-9.1.0/IO/TecplotTable/
H A DvtkTecplotTableReader.h112 vtkSetMacro(OutputPedigreeIds, bool);
113 vtkGetMacro(OutputPedigreeIds, bool);
114 vtkBooleanMacro(OutputPedigreeIds, bool);
137 bool OutputPedigreeIds; variable
H A DvtkTecplotTableReader.cxx360 this->OutputPedigreeIds = false; in vtkTecplotTableReader()
376 os << indent << "OutputPedigreeIds: " << (this->OutputPedigreeIds ? "true" : "false") << endl; in PrintSelf()
444 if (this->OutputPedigreeIds) in RequestData()
/dports/math/vtk6/VTK-6.2.0/IO/Infovis/
H A DvtkDelimitedTextReader.h240 vtkSetMacro(OutputPedigreeIds, bool);
241 vtkGetMacro(OutputPedigreeIds, bool);
242 vtkBooleanMacro(OutputPedigreeIds, bool);
291 bool OutputPedigreeIds; variable
H A DvtkDelimitedTextReader.cxx398 this->OutputPedigreeIds = false; in vtkDelimitedTextReader()
471 << (this->OutputPedigreeIds? "true" : "false") << endl; in PrintSelf()
686 if(this->OutputPedigreeIds) in RequestData()
/dports/math/vtk9/VTK-9.1.0/IO/Infovis/
H A DvtkDelimitedTextReader.h305 vtkSetMacro(OutputPedigreeIds, bool);
306 vtkGetMacro(OutputPedigreeIds, bool);
307 vtkBooleanMacro(OutputPedigreeIds, bool);
371 bool OutputPedigreeIds; variable
H A DvtkDelimitedTextReader.cxx375 this->OutputPedigreeIds = false; in vtkDelimitedTextReader()
438 os << indent << "OutputPedigreeIds: " << (this->OutputPedigreeIds ? "true" : "false") << endl; in PrintSelf()
655 if (this->OutputPedigreeIds) in ReadData()
/dports/math/vtk8/VTK-8.2.0/IO/Infovis/
H A DvtkDelimitedTextReader.h298 vtkSetMacro(OutputPedigreeIds, bool);
299 vtkGetMacro(OutputPedigreeIds, bool);
300 vtkBooleanMacro(OutputPedigreeIds, bool);
364 bool OutputPedigreeIds; variable
H A DvtkDelimitedTextReader.cxx385 this->OutputPedigreeIds = false; in vtkDelimitedTextReader()
459 << (this->OutputPedigreeIds ? "true" : "false") << endl; in PrintSelf()
683 if(this->OutputPedigreeIds) in RequestData()