| 102 | } |
| 103 | |
| 104 | void TestVectorFieldSource::GetSpacing(double dx[3]) |
| 105 | { |
| 106 | for (int i = 0; i < 3; i++) |
| 107 | { |
| 108 | dx[i] = (this->BoundingBox[2 * i + 1] - this->BoundingBox[2 * i]) / |
| 109 | (this->Extent[2 * i + 1] - this->Extent[2 * i]); |
| 110 | } |
| 111 | } |
| 112 | |
| 113 | void TestVectorFieldSource::GetSize(double dx[3]) |
| 114 | { |
no outgoing calls
no test coverage detected