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

Method PrintSelf

IO/NetCDF/vtkNetCDFCFWriter.cxx:715–721  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

713
714//------------------------------------------------------------------------------
715void 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//------------------------------------------------------------------------------
724int vtkNetCDFCFWriter::FillInputPortInformation(int port, vtkInformation* info)

Callers

nothing calls this directly

Calls 2

GetFileNameMethod · 0.45
GetInputMethod · 0.45

Tested by

no test coverage detected