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

Method ClearArrayNames

Filters/Extraction/vtkConvertSelection.cxx:77–83  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

75
76//------------------------------------------------------------------------------
77void vtkConvertSelection::ClearArrayNames()
78{
79 if (this->ArrayNames)
80 {
81 this->ArrayNames->Initialize();
82 }
83}
84
85//------------------------------------------------------------------------------
86void vtkConvertSelection::SetArrayName(const char* name)

Callers

nothing calls this directly

Calls 1

InitializeMethod · 0.45

Tested by

no test coverage detected