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

Method GetDataObjectTreeInput

Rendering/VolumeOpenGL2/vtkMultiBlockVolumeMapper.cxx:198–205  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

196
197//------------------------------------------------------------------------------
198vtkDataObjectTree* vtkMultiBlockVolumeMapper::GetDataObjectTreeInput()
199{
200 if (this->GetNumberOfInputConnections(0) < 1)
201 {
202 return nullptr;
203 }
204 return vtkDataObjectTree::SafeDownCast(this->GetInputDataObject(0, 0));
205}
206
207//------------------------------------------------------------------------------
208void vtkMultiBlockVolumeMapper::LoadDataSet(vtkRenderer* ren, vtkVolume* vol)

Callers 2

GetBoundsMethod · 0.95
ComputeBoundsMethod · 0.95

Calls 2

GetInputDataObjectMethod · 0.80

Tested by

no test coverage detected