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

Function CopyFieldOff

Common/DataModel/vtkFieldData.h:228–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 */
227 void CopyFieldOn(const char* name) { this->CopyFieldOnOff(name, 1); }
228 void CopyFieldOff(const char* name) { this->CopyFieldOnOff(name, 0); }
229
230 /**
231 * Turn on copying of all data.

Callers

nothing calls this directly

Calls 1

CopyFieldOnOffMethod · 0.45

Tested by

no test coverage detected