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

Function SetFileName

IO/Parallel/vtkMultiBlockPLOT3DReader.h:154–154  ·  view source on GitHub ↗

@{ * Set/Get the PLOT3D geometry filename. */

Source from the content-addressed store, hash-verified

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*);

Callers

nothing calls this directly

Calls 1

SetXYZFileNameMethod · 0.80

Tested by

no test coverage detected