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

Method SetMatrix

Web/WebGLExporter/vtkWebGLDataSet.cxx:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void vtkWebGLDataSet::SetMatrix(float* m)
103{
104 this->Matrix = m;
105 this->hasChanged = true;
106}
107
108void vtkWebGLDataSet::GenerateBinaryData()
109{

Callers 4

SetMeshMethod · 0.45
SetLineMethod · 0.45
SetPointsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected