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

Function SetCellArrayStatus

IO/Geometry/vtkOpenFOAMReader.h:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 return this->GetSelectionArrayStatus(this->CellDataArraySelection, name);
112 }
113 void SetCellArrayStatus(const char* name, int status)
114 {
115 this->SetSelectionArrayStatus(this->CellDataArraySelection, name, status);
116 }
117
118 /**
119 * Get the name of the cell array with the given index in

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected