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

Function MidpointCoordinates

IO/NetCDF/vtkSLACReader.h:195–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 public:
194 MidpointCoordinates() = default;
195 MidpointCoordinates(const double coord[3], vtkIdType id)
196 {
197 this->Coordinate[0] = coord[0];
198 this->Coordinate[1] = coord[1];
199 this->Coordinate[2] = coord[2];
200 this->ID = id;
201 }
202 double Coordinate[3];
203 vtkIdType ID;
204 };

Callers 3

vtkSLACReader.hFile · 0.85
ReadMidpointDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected