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

Method PrintSelf

Common/DataModel/vtkHigherOrderWedge.cxx:193–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191vtkHigherOrderWedge::~vtkHigherOrderWedge() = default;
192
193void vtkHigherOrderWedge::PrintSelf(ostream& os, vtkIndent indent)
194{
195 this->Superclass::PrintSelf(os, indent);
196 os << indent << "Order: " << this->GetOrder(3) << "\n";
197 if (this->PointParametricCoordinates)
198 {
199 os << indent
200 << "PointParametricCoordinates: " << this->PointParametricCoordinates->GetNumberOfPoints()
201 << " entries\n";
202 }
203 os << indent << "Approx: " << this->Approx << "\n";
204}
205
206void vtkHigherOrderWedge::SetEdgeIdsAndPoints(int edgeId,
207 const std::function<void(const vtkIdType&)>& set_number_of_ids_and_points,

Callers

nothing calls this directly

Calls 2

GetOrderMethod · 0.95
GetNumberOfPointsMethod · 0.45

Tested by

no test coverage detected