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

Function SetLagrangianArrayStatus

IO/Geometry/vtkOpenFOAMReader.h:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 return this->GetSelectionArrayStatus(this->LagrangianDataArraySelection, name);
194 }
195 void SetLagrangianArrayStatus(const char* name, int status)
196 {
197 this->SetSelectionArrayStatus(this->LagrangianDataArraySelection, name, status);
198 }
199
200 /**
201 * Get the name of the Lagrangian array with the given index in

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected