------------------------------------------------------------------------------
| 1351 | |
| 1352 | //------------------------------------------------------------------------------ |
| 1353 | void vtkEnSightWriter::DefaultNames() |
| 1354 | { |
| 1355 | char* path = new char[4]; |
| 1356 | char* base = new char[20]; |
| 1357 | strcpy(path, "./"); |
| 1358 | strcpy(base, "EnSightWriter.out"); |
| 1359 | |
| 1360 | this->SetPath(path); |
| 1361 | this->SetBaseName(base); |
| 1362 | } |
| 1363 | |
| 1364 | //------------------------------------------------------------------------------ |
| 1365 | void vtkEnSightWriter::ComputeNames() |