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

Method GetPointTangents

Rendering/OpenGL2/vtkOpenGLLowMemoryPolyDataMapper.cxx:2947–2950  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2945
2946//------------------------------------------------------------------------------
2947vtkDataArray* vtkOpenGLLowMemoryPolyDataMapper::GetPointTangents(vtkPolyData* mesh)
2948{
2949 return mesh->GetPointData()->GetTangents();
2950}
2951
2952//------------------------------------------------------------------------------
2953vtkDataArray* vtkOpenGLLowMemoryPolyDataMapper::GetTextureCoordinates(vtkPolyData* mesh)

Callers 1

Calls 2

GetTangentsMethod · 0.80
GetPointDataMethod · 0.45

Tested by

no test coverage detected