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

Method GetDataSetIndices

Common/DataModel/vtkDataAssembly.cxx:1138–1144  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1136
1137//------------------------------------------------------------------------------
1138std::vector<unsigned int> vtkDataAssembly::GetDataSetIndices(
1139 int id, bool traverse_subtree, int traversal_order) const
1140{
1141 std::vector<int> ids;
1142 ids.push_back(id);
1143 return this->GetDataSetIndices(ids, traverse_subtree, traversal_order);
1144}
1145
1146//------------------------------------------------------------------------------
1147std::vector<unsigned int> vtkDataAssembly::GetDataSetIndices(

Callers 15

AddDataSetIndexMethod · 0.95
AddDataSetIndicesMethod · 0.95
TestExampleFileFunction · 0.80
TestFDSReader3Function · 0.80
TestFDSReader2Function · 0.80
TestCONVERGECFDReaderFunction · 0.80
getDataElementIndexFunction · 0.80
GetDatasetIndicesFunction · 0.80
ReadMeshMethod · 0.80
ReadMeshMethod · 0.80
ValidateFunction · 0.80
RequestDataMethod · 0.80

Calls 7

VisitMethod · 0.95
remove_ifFunction · 0.85
push_backMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
insertMethod · 0.45
eraseMethod · 0.45

Tested by 14

TestExampleFileFunction · 0.64
TestFDSReader3Function · 0.64
TestFDSReader2Function · 0.64
TestCONVERGECFDReaderFunction · 0.64
getDataElementIndexFunction · 0.64
ValidateFunction · 0.64
TestMultiBlockDataSetFunction · 0.64
TestDataAssemblyFunction · 0.64
ExecuteMethod · 0.64
reportNodeFunction · 0.64