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

Method GetBlock

Common/DataModel/vtkMultiBlockDataSet.cxx:44–47  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

42
43//------------------------------------------------------------------------------
44vtkDataObject* vtkMultiBlockDataSet::GetBlock(unsigned int blockno)
45{
46 return this->Superclass::GetChild(blockno);
47}
48
49//------------------------------------------------------------------------------
50void vtkMultiBlockDataSet::SetBlock(unsigned int blockno, vtkDataObject* block)

Callers 15

create_tracer_UGMethod · 0.80
create_amr_UG_1DMethod · 0.80
create_amr_UG_2DMethod · 0.80
create_amr_UG_3DMethod · 0.80
create_amr_HTGMethod · 0.80
add_amr_HTG_scalarMethod · 0.80
add_amr_UG_scalarMethod · 0.80
TestPIOReader.pyFile · 0.80
TestPIOReaderHDF5Function · 0.80

Calls

no outgoing calls

Tested by 15

TestPIOReaderHDF5Function · 0.64
TestOpenFOAMReaderFunction · 0.64
findBlockFunction · 0.64
TestFLUENTReaderMSHFunction · 0.64
findBlockFunction · 0.64
TestOpenFOAMReaderRegExFunction · 0.64
findBlockFunction · 0.64
findBlockFunction · 0.64
TestGL2PSScalarBarFunction · 0.64