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

Method GetHyperPoint

Filters/General/vtkHyperStreamline.cxx:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 ~vtkHyperArray() { delete[] this->Array; }
45 vtkIdType GetNumberOfPoints() { return this->MaxId + 1; }
46 vtkHyperPoint* GetHyperPoint(vtkIdType i) { return this->Array + i; }
47 vtkHyperPoint* InsertNextHyperPoint()
48 {
49 if (++this->MaxId >= this->Size)

Callers 2

RequestDataMethod · 0.80
BuildTubeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected