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

Function vtkBitArray

Common/Core/vtkBitArray.h:376–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374 void DeepCopy(vtkDataArray& da) { this->vtkDataArray::DeepCopy(&da); }
375
376 vtkBitArray(const vtkBitArray&) = delete;
377 void operator=(const vtkBitArray&) = delete;
378
379 vtkBitArrayLookup* Lookup;

Calls

no outgoing calls

Tested by 3

testBitArrayArgumentsMethod · 0.40
testBitArrayMethod · 0.40
testNumpy2VTKMethod · 0.40