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

Method GetBounds

Rendering/VolumeOpenGL2/vtkMultiBlockVolumeMapper.cxx:148–160  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

146
147//------------------------------------------------------------------------------
148double* vtkMultiBlockVolumeMapper::GetBounds()
149{
150 if (!this->GetDataObjectTreeInput())
151 {
152 return this->Superclass::GetBounds();
153 }
154 else
155 {
156 this->Update();
157 this->ComputeBounds();
158 return this->Bounds;
159 }
160}
161
162//------------------------------------------------------------------------------
163void vtkMultiBlockVolumeMapper::ComputeBounds()

Callers 9

ComputeRenderModeMethod · 0.45
GetBoundsFunction · 0.45
RenderMethod · 0.45
ComputeBoundsMethod · 0.45
ComputeBoundsMethod · 0.45
TestGPURayCastSSAOFunction · 0.45

Calls 3

ComputeBoundsMethod · 0.95
UpdateMethod · 0.45

Tested by 3

TestGPURayCastSSAOFunction · 0.36