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

Method GetArray

IO/Xdmf2/vtkXdmfDataArray.cxx:461–468  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

459
460//------------------------------------------------------------------------------
461char* vtkXdmfDataArray::GetArray()
462{
463 if (this->Array != nullptr)
464 {
465 return (this->Array->GetTagName());
466 }
467 return (nullptr);
468}
469
470//------------------------------------------------------------------------------
471void vtkXdmfDataArray::SetVtkArray(vtkDataArray* array)

Callers 15

GetMinVolumeFunction · 0.45
WriteMeshFunction · 0.45
WriteDataMethod · 0.45
BuildOutputGridMethod · 0.45
AddTransformToFieldDataFunction · 0.45
ApplyMorphingToPolyDataFunction · 0.45
testReader3DMethod · 0.45
testReader2DMethod · 0.45
testMetaReaderMethod · 0.45
TestTecplotReaderFunction · 0.45
CheckDataFunction · 0.45

Calls 1

GetTagNameMethod · 0.80

Tested by 15

GetMinVolumeFunction · 0.36
TestTecplotReaderFunction · 0.36
CheckDataFunction · 0.36
TestExampleFileFunction · 0.36
TestFDSReader3Function · 0.36
TestFDSReader2Function · 0.36
TestCONVERGECFDReaderFunction · 0.36
TestVRMLExporterFunction · 0.36