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

Method ArrayIsEnabled

IO/Xdmf3/vtkXdmf3ArraySelection.cxx:24–34  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

22
23//------------------------------------------------------------------------------
24bool vtkXdmf3ArraySelection::ArrayIsEnabled(const char* name)
25{
26 vtkXdmf3ArraySelection::iterator iter = this->find(name);
27 if (iter != this->end())
28 {
29 return iter->second;
30 }
31
32 // don't know anything about this array, enable it by default.
33 return true;
34}
35
36//------------------------------------------------------------------------------
37bool vtkXdmf3ArraySelection::HasArray(const char* name)

Callers 15

GetArraySettingMethod · 0.95
RequestDataMethod · 0.45
GetCellArrayStatusMethod · 0.45
GetDataMethod · 0.45
GetCellArrayStatusMethod · 0.45
load_variable_data_UGMethod · 0.45
TestPIOReader.pyFile · 0.45
GetCellArrayStatusMethod · 0.45
GetDataArrayStatusMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by 1

TestAMReXParticlesReaderFunction · 0.36