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

Method GetFieldOutput

IO/Geometry/vtkWindBladeReader.cxx:2051–2054  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2049
2050//------------------------------------------------------------------------------
2051vtkStructuredGrid* vtkWindBladeReader::GetFieldOutput()
2052{
2053 return vtkStructuredGrid::SafeDownCast(this->GetExecutive()->GetOutputData(0));
2054}
2055
2056//------------------------------------------------------------------------------
2057vtkUnstructuredGrid* vtkWindBladeReader::GetBladeOutput()

Callers 5

RequestInformationMethod · 0.95
RequestDataMethod · 0.95
TestWindBladeReaderFunction · 0.80
RequestDataMethod · 0.80
TestPWindBladeReaderFunction · 0.80

Calls 2

GetOutputDataMethod · 0.45
GetExecutiveMethod · 0.45

Tested by 2

TestWindBladeReaderFunction · 0.64
TestPWindBladeReaderFunction · 0.64