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

Method PrintSelf

Common/DataModel/vtkHigherOrderCurve.cxx:36–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34vtkHigherOrderCurve::~vtkHigherOrderCurve() = default;
35
36void vtkHigherOrderCurve::PrintSelf(ostream& os, vtkIndent indent)
37{
38 this->Superclass::PrintSelf(os, indent);
39 os << indent << "Order: " << this->GetOrder(0) << "\n";
40 if (this->PointParametricCoordinates)
41 {
42 os << indent
43 << "PointParametricCoordinates: " << this->PointParametricCoordinates->GetNumberOfPoints()
44 << " entries\n";
45 }
46 os << indent << "Approx: " << this->Approx << "\n";
47}
48
49void vtkHigherOrderCurve::Initialize() {}
50

Callers

nothing calls this directly

Calls 2

GetOrderMethod · 0.95
GetNumberOfPointsMethod · 0.45

Tested by

no test coverage detected