| 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 |
nothing calls this directly
no test coverage detected