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

Function SetPatchArrayStatus

IO/Geometry/vtkOpenFOAMReader.h:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240 return this->GetSelectionArrayStatus(this->PatchDataArraySelection, name);
241 }
242 void SetPatchArrayStatus(const char* name, int status)
243 {
244 this->SetSelectionArrayStatus(this->PatchDataArraySelection, name, status);
245 }
246
247 /**
248 * Get the name of the Patch with the given index in

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected