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

Method GetClippedOutput

Filters/General/vtkTableBasedClipDataSet.cxx:122–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122vtkUnstructuredGrid* vtkTableBasedClipDataSet::GetClippedOutput()
123{
124 if (!this->GenerateClippedOutput)
125 {
126 return nullptr;
127 }
128
129 return vtkUnstructuredGrid::SafeDownCast(this->GetExecutive()->GetOutputData(1));
130}
131
132//------------------------------------------------------------------------------
133int vtkTableBasedClipDataSet::FillInputPortInformation(int, vtkInformation* info)

Callers 1

RequestDataMethod · 0.95

Calls 2

GetOutputDataMethod · 0.45
GetExecutiveMethod · 0.45

Tested by

no test coverage detected