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

Method GetParametricCoords

Common/DataModel/vtkQuad.cxx:991–994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

989 0.0, 1.0, 0.0 //
990};
991double* vtkQuad::GetParametricCoords()
992{
993 return vtkQuadCellPCoords;
994}
995
996//------------------------------------------------------------------------------
997void vtkQuad::PrintSelf(ostream& os, vtkIndent indent)

Callers 15

ContourMethod · 0.45
ClipMethod · 0.45
TessellateMethod · 0.45
InitTetraTileMethod · 0.45
TessellateFaceMethod · 0.45
TriangulateMethod · 0.45
TriangulateTriangleMethod · 0.45
ContourMethod · 0.45
ClipMethod · 0.45
TessellateMethod · 0.45
TriangulateFaceMethod · 0.45
TestIntersectWithLineFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestIntersectWithLineFunction · 0.36
MakeQuadraticHexahedronFunction · 0.36
MakeQuadraticLinearQuadFunction · 0.36
MakeQuadraticLinearWedgeFunction · 0.36
MakeQuadraticQuadFunction · 0.36
MakeQuadraticTetraFunction · 0.36
MakeQuadraticTriangleFunction · 0.36
MakeBiQuadraticTriangleFunction · 0.36
MakeBiQuadraticQuadFunction · 0.36
MakeCubicLineFunction · 0.36