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

Method SetNormalArray

Remoting/Views/vtkGeometryRepresentation.cxx:681–684  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

679
680//----------------------------------------------------------------------------
681void vtkGeometryRepresentation::SetNormalArray(const char* val)
682{
683 this->SetPointArrayToProcess(0, val);
684}
685
686//----------------------------------------------------------------------------
687void vtkGeometryRepresentation::SetTCoordArray(const char* val)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected