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

Method GetClippedOutput

Filters/General/vtkBoxClipDataSet.cxx:138–146  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

136
137//------------------------------------------------------------------------------
138vtkUnstructuredGrid* vtkBoxClipDataSet::GetClippedOutput()
139{
140 if (this->GetNumberOfOutputPorts() < 2)
141 {
142 return nullptr;
143 }
144
145 return vtkUnstructuredGrid::SafeDownCast(this->GetExecutive()->GetOutputData(1));
146}
147
148//------------------------------------------------------------------------------
149//

Callers 1

RequestDataMethod · 0.95

Calls 3

GetOutputDataMethod · 0.45
GetExecutiveMethod · 0.45

Tested by

no test coverage detected