@{ * Set/Get the PLOT3D geometry filename. */
| 152 | * Set/Get the PLOT3D geometry filename. |
| 153 | */ |
| 154 | void SetFileName(VTK_FILEPATH const char* name) { this->SetXYZFileName(name); } |
| 155 | VTK_FILEPATH const char* GetFileName() { return this->GetXYZFileName(); } |
| 156 | VTK_FILEPATH const char* GetFileName(int i) { return this->vtkParallelReader::GetFileName(i); } |
| 157 | virtual void SetXYZFileName(VTK_FILEPATH const char*); |
nothing calls this directly
no test coverage detected