------------------------------------------------------------------------------
| 713 | |
| 714 | //------------------------------------------------------------------------------ |
| 715 | void vtkNetCDFCFWriter::PrintSelf(ostream& os, vtkIndent indent) |
| 716 | { |
| 717 | this->Superclass::PrintSelf(os, indent); |
| 718 | |
| 719 | os << indent << "FileName: " << (this->GetFileName() ? this->GetFileName() : "(none)") << endl; |
| 720 | os << indent << "Input: " << this->GetInput(0) << endl; |
| 721 | } |
| 722 | |
| 723 | //------------------------------------------------------------------------------ |
| 724 | int vtkNetCDFCFWriter::FillInputPortInformation(int port, vtkInformation* info) |
nothing calls this directly
no test coverage detected