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

Method GetCentroid

Common/DataModel/vtkWedge.cxx:111–114  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

109
110//------------------------------------------------------------------------------
111bool vtkWedge::GetCentroid(double centroid[3]) const
112{
113 return vtkWedge::ComputeCentroid(this->Points, nullptr, centroid);
114}
115
116//------------------------------------------------------------------------------
117bool vtkWedge::ComputeCentroid(vtkPoints* points, const vtkIdType* pointIds, double centroid[3])

Callers 3

IsInsideOutMethod · 0.45
TestPyramidFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestPyramidFunction · 0.36