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

Method GetOutputWholeExtent

Filters/General/vtkStructuredGridClip.cxx:98–106  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

96
97//------------------------------------------------------------------------------
98void vtkStructuredGridClip::GetOutputWholeExtent(int extent[6])
99{
100 int idx;
101
102 for (idx = 0; idx < 6; ++idx)
103 {
104 extent[idx] = this->OutputWholeExtent[idx];
105 }
106}
107
108//------------------------------------------------------------------------------
109// Change the WholeExtent

Callers 6

RequestInformationMethod · 0.45
RequestUpdateExtentMethod · 0.45
RequestDataMethod · 0.45
RequestUpdateExtentMethod · 0.45
RequestInformationMethod · 0.45
RequestDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected