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