MCPcopy Create free account
hub / github.com/Kitware/ParaView / SetPointArrayToProcess

Method SetPointArrayToProcess

Remoting/Views/vtkGeometryRepresentation.cxx:673–678  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

671
672//----------------------------------------------------------------------------
673void vtkGeometryRepresentation::SetPointArrayToProcess(int p, const char* val)
674{
675 this->MultiBlockMaker->SetInputArrayToProcess(
676 p, 0, 0, vtkDataObject::FIELD_ASSOCIATION_POINTS, val);
677 this->MarkModified();
678}
679
680//----------------------------------------------------------------------------
681void vtkGeometryRepresentation::SetNormalArray(const char* val)

Callers 3

SetNormalArrayMethod · 0.95
SetTCoordArrayMethod · 0.95
SetTangentArrayMethod · 0.95

Calls 2

MarkModifiedMethod · 0.45

Tested by

no test coverage detected