Home
last modified time | relevance | path

Searched refs:FileName (Results 1 – 4 of 4) sorted by relevance

/phasta/phastaIO/
H A DvtkPPhastaReader.h152 vtkSetStringMacro(FileName);
153 vtkGetStringMacro(FileName);
178 char* FileName; variable
H A DvtkPPhastaReader.cxx82 this->FileName = 0; in vtkPPhastaReader()
316 vtkstd::string path = vtksys::SystemTools::GetFilenamePath(this->FileName); in RequestData()
336 …vtkstd::string path = vtksys::SystemTools::GetFilenamePath(this->FileName); // FileName is the .ph… in RequestData()
418 if (!this->FileName) in RequestInformation()
433 parser->SetFileName(this->FileName); in RequestInformation()
695 << (this->FileName?this->FileName:"(none)") in PrintSelf()
H A DvtkPhastaReader.h97 char* FileName; variable
H A DvtkPhastaReader.cxx865 this->FileName = 0; in vtkPhastaReader()