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

Method GetInputExtent

IO/XML/vtkXMLImageDataWriter.cxx:31–34  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

29
30//------------------------------------------------------------------------------
31void vtkXMLImageDataWriter::GetInputExtent(int* extent)
32{
33 this->GetInput()->GetExtent(extent);
34}
35
36//------------------------------------------------------------------------------
37const char* vtkXMLImageDataWriter::GetDataSetName()

Callers 1

Calls 2

GetInputMethod · 0.95
GetExtentMethod · 0.45

Tested by

no test coverage detected