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

Method SetColors

Web/WebGLExporter/vtkWebGLDataSet.cxx:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void vtkWebGLDataSet::SetColors(unsigned char* c)
69{
70 delete[] this->colors;
71 this->colors = c;
72 this->hasChanged = true;
73}
74
75void vtkWebGLDataSet::SetPoints(float* p, int size)
76{

Callers 3

SetMeshMethod · 0.45
SetLineMethod · 0.45
SetPointsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected