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

Method SetTransformationMatrix

Web/WebGLExporter/vtkWebGLPolyData.cxx:254–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254void vtkWebGLPolyData::SetTransformationMatrix(vtkMatrix4x4* m)
255{
256 this->Superclass::SetTransformationMatrix(m);
257 for (size_t i = 0; i < this->Internal->Parts.size(); i++)
258 {
259 this->Internal->Parts[i]->SetMatrix(this->Matrix);
260 }
261}
262
263unsigned char* vtkWebGLPolyData::GetBinaryData(int part)
264{

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
SetMatrixMethod · 0.45

Tested by

no test coverage detected