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

Method SetArray

IO/Xdmf2/vtkXdmfDataArray.cxx:451–458  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

449
450//------------------------------------------------------------------------------
451void vtkXdmfDataArray::SetArray(char* TagName)
452{
453 this->Array = TagNameToArray(TagName);
454 if (this->Array)
455 {
456 this->FromXdmfArray();
457 }
458}
459
460//------------------------------------------------------------------------------
461char* vtkXdmfDataArray::GetArray()

Callers 15

RequestDataMethod · 0.45
InsertCellsToGridMethod · 0.45
RequestDataMethod · 0.45
ExGetCoordsMethod · 0.45
ExGetNodalVarsMethod · 0.45
ExGetElemBlocksMethod · 0.45
populateAttributesFunction · 0.45
testSaveArraysFunction · 0.45
operator()Method · 0.45
TestXMLHyperTreeGridIO2Function · 0.45
RequestDataMethod · 0.45

Calls 2

FromXdmfArrayMethod · 0.95
TagNameToArrayFunction · 0.85

Tested by 6

populateAttributesFunction · 0.36
testSaveArraysFunction · 0.36
TestXMLHyperTreeGridIO2Function · 0.36
TestRectilinearGridFunction · 0.36
TestSOAPointsFunction · 0.36
TestParallelUGFunction · 0.36