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

Method GetInput

IO/ParallelXML/vtkXMLPImageDataWriter.cxx:27–30  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

25
26//------------------------------------------------------------------------------
27vtkImageData* vtkXMLPImageDataWriter::GetInput()
28{
29 return static_cast<vtkImageData*>(this->Superclass::GetInput());
30}
31
32//------------------------------------------------------------------------------
33const char* vtkXMLPImageDataWriter::GetDataSetName()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected